diff --git a/.classpath b/.classpath deleted file mode 100644 index 7f1e251..0000000 --- a/.classpath +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.gitignore b/.gitignore index 88162a9..bbfde43 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,7 @@ -/target -target/* +target *.classpath -.settings/org.eclipse.ltk.core.refactoring.prefs *.component -.classpath -.classpath -.settings/org.eclipse.wst.common.component -.settings/org.eclipse.wst.common.component -*.classpath -.classpath -*.classpath -.settings/org.eclipse.wst.common.component -.settings/org.eclipse.wst.common.component -*.classpath +.settings/ +*.iml +.idea/ +*.log \ No newline at end of file diff --git a/.project b/.project deleted file mode 100644 index d2db760..0000000 --- a/.project +++ /dev/null @@ -1,64 +0,0 @@ - - - foryou - - - - - - org.eclipse.wst.jsdt.core.javascriptValidator - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.wst.common.project.facet.core.builder - - - - - org.eclipse.wst.validation.validationbuilder - - - - - com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator - - - - - com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder - - - - - com.genuitec.eclipse.springframework.springbuilder - - - - - org.eclipse.m2e.core.maven2Builder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - - org.maven.ide.eclipse.maven2Nature - com.genuitec.eclipse.springframework.springnature - org.eclipse.jem.workbench.JavaEMFNature - org.eclipse.wst.common.modulecore.ModuleCoreNature - org.eclipse.jdt.core.javanature - org.eclipse.m2e.core.maven2Nature - org.eclipse.wst.common.project.facet.core.nature - org.eclipse.wst.jsdt.core.jsNature - - diff --git a/.settings/.jsdtscope b/.settings/.jsdtscope deleted file mode 100644 index 99247ca..0000000 --- a/.settings/.jsdtscope +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/.settings/com.genuitec.eclipse.core.prefs b/.settings/com.genuitec.eclipse.core.prefs deleted file mode 100644 index 3847cc3..0000000 --- a/.settings/com.genuitec.eclipse.core.prefs +++ /dev/null @@ -1,6 +0,0 @@ -clsCnt=64 -eclipse.preferences.version=1 -locCnt=7202 -pkgCnt=13 -sTime=2015\u5E747\u670814\u65E5 \u661F\u671F\u4E8C \u4E0B\u534801\u65F622\u520637\u79D2 CST -srcCnt=3 diff --git a/.settings/com.genuitec.eclipse.j2eedt.core.prefs b/.settings/com.genuitec.eclipse.j2eedt.core.prefs deleted file mode 100644 index 33bad4b..0000000 --- a/.settings/com.genuitec.eclipse.j2eedt.core.prefs +++ /dev/null @@ -1,2 +0,0 @@ -defaultTldInfo=f\=http\://java.sun.com/jsf/core;http\://java.sun.com/jsf/html\=h;http\://struts.apache.org/tags-bean\=bean;http\://java.sun.com/jsp/jstl/fmt\=fmt;nested\=http\://struts.apache.org/tags-nested;bean\=http\://struts.apache.org/tags-bean;http\://java.sun.com/jsp/jstl/sql\=sql;c\=http\://java.sun.com/jsp/jstl/core;fmt\=http\://java.sun.com/jsp/jstl/fmt;http\://struts.apache.org/tags-logic\=logic;http\://java.sun.com/jsp/jstl/xml\=x;http\://java.sun.com/jsp/jstl/core\=c;logic\=http\://struts.apache.org/tags-logic;h\=http\://java.sun.com/jsf/html;http\://struts.apache.org/tags-tiles\=tiles;http\://java.sun.com/jsp/jstl/functions\=fn;tiles\=http\://struts.apache.org/tags-tiles;sql\=http\://java.sun.com/jsp/jstl/sql;http\://struts.apache.org/tags-html\=html;http\://struts.apache.org/tags-nested\=nested;html\=http\://struts.apache.org/tags-html;http\://java.sun.com/jsf/core\=f;fn\=http\://java.sun.com/jsp/jstl/functions;x\=http\://java.sun.com/jsp/jstl/xml -eclipse.preferences.version=1 diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 99f26c0..0000000 --- a/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -encoding/=UTF-8 diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 6b5aebc..0000000 --- a/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,13 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.7 -org.eclipse.jdt.core.compiler.debug.lineNumber=generate -org.eclipse.jdt.core.compiler.debug.localVariable=generate -org.eclipse.jdt.core.compiler.debug.sourceFile=generate -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.source=1.7 diff --git a/.settings/org.eclipse.m2e.core.prefs b/.settings/org.eclipse.m2e.core.prefs deleted file mode 100644 index f897a7f..0000000 --- a/.settings/org.eclipse.m2e.core.prefs +++ /dev/null @@ -1,4 +0,0 @@ -activeProfiles= -eclipse.preferences.version=1 -resolveWorkspaceProjects=true -version=1 diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component deleted file mode 100644 index 2a7391a..0000000 --- a/.settings/org.eclipse.wst.common.component +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/.settings/org.eclipse.wst.common.project.facet.core.xml b/.settings/org.eclipse.wst.common.project.facet.core.xml deleted file mode 100644 index 0e3dee5..0000000 --- a/.settings/org.eclipse.wst.common.project.facet.core.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/.settings/org.eclipse.wst.jsdt.ui.superType.container b/.settings/org.eclipse.wst.jsdt.ui.superType.container deleted file mode 100644 index 3bd5d0a..0000000 --- a/.settings/org.eclipse.wst.jsdt.ui.superType.container +++ /dev/null @@ -1 +0,0 @@ -org.eclipse.wst.jsdt.launching.baseBrowserLibrary \ No newline at end of file diff --git a/.settings/org.eclipse.wst.jsdt.ui.superType.name b/.settings/org.eclipse.wst.jsdt.ui.superType.name deleted file mode 100644 index 05bd71b..0000000 --- a/.settings/org.eclipse.wst.jsdt.ui.superType.name +++ /dev/null @@ -1 +0,0 @@ -Window \ No newline at end of file diff --git a/.settings/org.eclipse.wst.validation.prefs b/.settings/org.eclipse.wst.validation.prefs deleted file mode 100644 index 04cad8c..0000000 --- a/.settings/org.eclipse.wst.validation.prefs +++ /dev/null @@ -1,2 +0,0 @@ -disabled=06target -eclipse.preferences.version=1 diff --git a/.settings/org.maven.ide.eclipse.prefs b/.settings/org.maven.ide.eclipse.prefs deleted file mode 100644 index cfdba58..0000000 --- a/.settings/org.maven.ide.eclipse.prefs +++ /dev/null @@ -1,7 +0,0 @@ -activeProfiles= -eclipse.preferences.version=1 -fullBuildGoals=process-test-resources -resolveWorkspaceProjects=true -resourceFilterGoals=process-resources resources\:testResources -skipCompilerPlugin=true -version=1 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. diff --git a/README.md b/README.md index fb4960e..de09a71 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,54 @@ -# java_server -基于SpringMVC+spring+Mybatis的校园o2o电商项目的后台和管理平台 - -### 主要功能 -1. jpush推送 -2. mob短信 -3. ping++支付 -4. 接口签名 -5. web端数据管理 -6. 权限管理 -7. 多校区管理 - -### 运行 -clone下来的代码请在eclipse下运行,需要tomcat,mysql支持。 - -1. 将foryou.sql导入你自己的数据库中 -2. 修改数据库连接配置 -3. tomcat运行即可 +## java_server + +

+ + + + + + + + +

+ +本项目是校园o2o电商项目的服务端和管理平台代码,采用`SpringBoot-Mybatis`架构,集成了丰富的短信,推送,支付,权限管理等功能。 + +## 更新 + +- 2017-7-21 +> + 1. 解决spring jar包过老,跑不起来问题。 + 2. 项目更新为springBoot项目,springBoot版本为1.5.2 + 3. 支持在intellij下面运行 + + +## 主要功能 + +| 功能 | 平台 | +|------------|-----------------------------------| +| 推送 | [极光](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的方式启动。 + +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 + +本项目基于[MIT](https://www.opensource.org/licenses/mit-license.php)开源协议. diff --git a/foryou.sql b/foryou.sql index 0f371a3..3c542c8 100644 --- a/foryou.sql +++ b/foryou.sql @@ -1,16 +1,16 @@ /* Navicat MySQL Data Transfer -Source Server : localhost -Source Server Version : 50540 +Source Server : localhost_3306 +Source Server Version : 50718 Source Host : localhost:3306 Source Database : foryou Target Server Type : MYSQL -Target Server Version : 50540 +Target Server Version : 50718 File Encoding : 65001 -Date: 2016-04-25 10:01:30 +Date: 2017-09-22 17:26:48 */ SET FOREIGN_KEY_CHECKS=0; @@ -72,12 +72,8 @@ CREATE TABLE `campus_admin` ( -- ---------------------------- -- Records of campus_admin -- ---------------------------- -INSERT INTO `campus_admin` VALUES ('1', '25d55ad283aa400af464c76d713c07ad', '1', '1', '2015-12-02'); -INSERT INTO `campus_admin` VALUES ('123456', '25d55ad283aa400af464c76d713c07ad', '0', '2', '2015-10-01'); -INSERT INTO `campus_admin` VALUES ('178', '25d55ad283aa400af464c76d713c07ad', '0', '1', null); -INSERT INTO `campus_admin` VALUES ('18860902711', '25d55ad283aa400af464c76d713c07ad', '1', '1', '2015-12-20'); -INSERT INTO `campus_admin` VALUES ('18896554880', '25d55ad283aa400af464c76d713c07ad', '0', '1', '2015-12-20'); -INSERT INTO `campus_admin` VALUES ('2', '25d55ad283aa400af464c76d713c07ad', '0', '1', null); +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 @@ -3374,208 +3370,7 @@ CREATE TABLE `users` ( -- ---------------------------- -- Records of users -- ---------------------------- -INSERT INTO `users` VALUES ('11111111111', 'a32c3d3cec20f5a09595b857e45b477f', '2', '2015-09-15', 'evolsnow', null, null, null, null, null, null, null, 'gsc1215225@gmail.com', null, '1'); -INSERT INTO `users` VALUES ('12', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-04-15', '程序猿吗', null, null, null, '0', '计科院计科', '12321', '666666', null, '1', '1'); -INSERT INTO `users` VALUES ('12345676543', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-09-07', '222', null, '2015-09-07', null, null, null, null, null, null, null, '1'); -INSERT INTO `users` VALUES ('12345678901', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-07-28', 'test', null, '2015-07-28', null, null, null, null, null, null, '1', '1'); -INSERT INTO `users` VALUES ('12345678909', 'fcea920f7412b5da7be0cf42b8c93759', '2', '2015-07-28', '1234', null, '2015-08-01', null, null, null, null, null, null, '1', '1'); -INSERT INTO `users` VALUES ('12345678911', '25d55ad283aa400af464c76d713c07ad', '2', '2015-10-13', '123·', null, null, null, null, null, null, null, '2359146115@qq.com', null, '1'); -INSERT INTO `users` VALUES ('13160076967', '8ca496add236657f71aac947eaaf3871', '2', '2015-04-15', '1', null, '2015-04-29', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('13160076990', 'ea051928caf84d26cf38a94771da2a95', '1', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/-15719318032949838371430051475405.jpg', '2015-05-26', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('13270722790', 'a9caa5ad64e44a0c2147768e6b72a63e', '2', '2015-05-24', '1', null, '2015-05-24', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('13312345678', '25d55ad283aa400af464c76d713c07ad', '2', '2015-10-12', 'niuyan', null, null, null, null, null, null, null, '632176758@qq.com', null, '1'); -INSERT INTO `users` VALUES ('13382402235', '255a4d1b7f66a31fddef512f8655fa2a', '2', '2015-04-15', '1', null, '2015-05-03', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('13451895624', '7ff4a9c0577751d89081f971842ce8b5', '1', '2015-04-15', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('13571996634', '84df909f5874d204c8e88be10fa592d1', '2', '2015-04-15', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('13585165686', 'a5080cdd6ceab08f239290150abe13bf', '2', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/6565121927331735381431374497031.jpg', null, 'a6b41112ac0f3ec2af146ff366ca7f79012c3dbb79f61424d4a180813acbdfba', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('13739165168', '72d3db713eb4250a11a424df74076d78', '2', '2015-04-15', 'cccccc', 'http://www.enjoyfu.com.cn:7777/ForyouImage/users/84593314717701541621444374735065.jpg', '2015-10-08', 'fe589a179a436d43430b9725419cfa6a48616d03fce56738dad673a89d16efc6', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('13814504204', '6d35dce4f222acedd6bbf894746cb17e', '2', '2015-04-15', '1', null, '2015-05-06', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('13815445502', '4bff9924d5d64ea61e3af262d0f9246b', '2', '2015-04-15', '1', null, null, '4b3bb3749abcef7ffb6761a8c67dd7194bc17258fd349884efc2afef3dfd5a20', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('13851558735', 'c768a78ca2b6d2c31c5592da47e3de10', '2', '2015-04-15', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('13852290859', 'dbe714d502587f618c74c1ea0a5481ae', '2', '2015-05-19', '1', null, '2015-05-19', 'a4f09fda21e6d25dfadc460880480f75b11c3bc2c742d34106d9b6af2c8a202d', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('13861605337', 'ce00215c56e0826cf686d90123f7b13d', '2', '2015-04-15', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('13901496157', 'ce18d5e4821597e98a734e9bacf00be7', '2', '2015-05-20', '1', null, '2015-05-20', 'ac904fbbdf52b74e0dc2ecdc8fd5ab08b246e17f143d1c3e1312bc927a3a4a25', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('13913287690', '4a8a2b374f463b7aedbb44a066363b81', '2', '2015-08-19', '蒋震震', null, null, null, '1', '苏大', '411635224', 'yhp41163', 'xiaoyang41163@qq.com', '1', '1'); -INSERT INTO `users` VALUES ('13913976839', '11c924b4f1e3711199d39291788eb6d2', '2', '2015-04-15', '1', null, '2015-05-26', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('13914083434', '343b1c4a3ea721b2d640fc8700db0f36', '2', '2015-09-08', 'abc', 'http://120.26.76.252:8080/ForyouImage/users/-28495084156433902391441678083131.jpg', '2015-10-07', null, '0', null, null, null, null, null, '1'); -INSERT INTO `users` VALUES ('13914720105', '05a1811f4c0cd3fde5639986b43f3728', '2', '2015-04-15', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('13951083940', '9fdb60a1a3fdbbe3fbbe8f8e84d9af6f', '2', '2015-05-24', '1', null, '2015-05-24', 'dcdbe7260175ec8de8649b9c429299e4bc1279e1cb76ba17c1e0b888c57d73b0', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('13951781505', 'a57ac3be36b8bb672a9314c4766b89f7', '2', '2015-04-15', '1', null, '2015-04-29', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15005527591', '6ee4ab4c055726d1ac0c9e7d8f772d8e', '2', '2015-04-15', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15051930218', 'ba262b5b7f42efc4793079261d97a64d', '1', '2015-05-26', '1', null, '2015-05-26', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15052875774', '559609e5b21d975da61a4e7cc482d36a', '1', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/-2027524153549027141430034305348.jpg', '2015-04-29', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15062202740', '308e4e18e75869a91fef53d5f470943b', '2', '2015-05-23', '1', null, '2015-05-23', '2e413070feb4a3f75d0a3c7123b541520d99d46f8179af89122366b81b7089ac', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15062417600', '694153ee1ca6b434666576f2632c084e', '2', '2015-05-24', '1', null, '2015-05-24', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15083548084', '25d55ad283aa400af464c76d713c07ad', '2', '2015-08-29', 'JJ', null, '2015-08-29', null, null, null, null, null, null, null, '1'); -INSERT INTO `users` VALUES ('15105140664', '86891ff368ca9cbeee7667dc7f909aba', '2', '2015-05-25', '1', null, '2015-05-25', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15150443372', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-04-15', '1', null, null, '5f7b7fffe8deefe4dd7233a657e0c31dc5cb5421b4c89e108014b6315270df75', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15151883572', 'e345e0525a554ab875dea0f4327010e4', '1', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/-70817760320325978541430378046470.jpg', '2015-05-25', '62c0803e437db8bd879bfb5633c1c087b059fc9b0585a6b9b41d93b8f21c08c6', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15151885657', 'b8a1842e7fddabbc75b917b70f9a0157', '2', '2015-04-15', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15152658540', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-04-15', '1', null, null, '92cacf4f720413890c5b88aa7341bf8ea3aad86d14885d86c9781ce3f4559f74', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15161048466', 'f3e715edba36b35529d8e846b8cc2c48', '2', '2015-04-15', '1', null, '2015-04-29', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15190518013', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-04-15', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15205196040', 'fd5905803cc67076e3f23f31014025e8', '2', '2015-04-15', '1', null, null, '474c92520682210c0b2193cf80fc74ca7a4f66b22a3746b3b693656624f78fa5', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15206145988', '45af5439e552dcc52884b3446a2d0e24', '2', '2015-05-23', '1', null, '2015-05-23', '94c06754cea8dc235947f800325d92991a74cd63a2f03c0b929b4f922a2bdd9e', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15250711506', 'c3eca3ce31dc74b6d82bb90d5d82d6c5', '2', '2015-05-18', '1', 'http://120.26.76.252:8080/MickeyImage/users/-34838682552235896161431959466856.jpg', '2015-05-18', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15251820285', 'e18c0c75b086640f282a2ab2865add19', '2', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/-12097738936429650351430989676299.jpg', '2015-05-07', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15251895527', '14482601d5b81a9ab784bec15e1c32e7', '2', '2015-04-15', '1', null, '2015-04-28', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15251899171', '6fca0a1bb7df30924337f674e82eb6a2', '2', '2015-04-15', '1', null, '2015-05-09', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15257588659', 'cecb08090de9155f3d49b0fdef20540d', '2', '2015-04-15', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15261068161', 'd41b6d301ef7da705854401c3513c7f7', '2', '2015-04-15', '1', null, '2015-04-29', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15261861119', 'a8d836f86d65e67454ce7814d0f6ed92', '2', '2015-05-22', '1', null, '2015-05-22', '8dfaaae5d867179650d3fe12292f2b9414be4b03e358ae6cb7ef2c8cb60338c8', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15261861958', 'a7b3908b5fc6c04011db654656ac64bf', '2', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/-380161695731388361430296016122.jpg', '2015-04-29', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15261895955', '6b974ef320be7f4ed7f1a24db8e2c7ac', '2', '2015-04-15', '1', null, '2015-04-28', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15261896862', '4305c9bf855a6477c1cd4972444b5437', '2', '2015-04-15', '1', null, '2015-05-06', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15261896973', '960bf985c55109cd625bd04c0b28bce0', '2', '2015-04-15', '1', null, null, '5aa422aab9c2da03d1913b539ea99a323e40be0afc6b3306610374934a36a357', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15261897597', '4c1630a03e5375029501e5edb22b05c1', '2', '2015-04-15', '1', null, '2015-05-17', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15282577610', 'fa2efe6d58af41816ced06b29ae8f61a', '2', '2015-10-24', '唐贤辉', null, '2015-10-24', null, '0', null, null, null, null, null, '1'); -INSERT INTO `users` VALUES ('15295509505', 'a816befb14cde2ba19791448845e9a1c', '2', '2015-04-15', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15295562062', '73fee192744f842a611a5ec336459f5c', '2', '2015-05-26', '1', null, '2015-05-26', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15295566015', 'b06fd11e9eeda7cd2a86ad8577846f33', '2', '2015-04-15', '1', null, '2015-05-04', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15295569575', '1a3bcc52501fb63475907e86cd1cf17f', '2', '2015-05-23', '1', null, '2015-05-23', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15295569715', '704b618b0609aedd93439f28559c6cab', '2', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/66049258763843309621429496725849.jpg', null, '33ebded7d2ad635227c378f8917213094e6ea0fbbe23544ce9bdefc6bf7ee905', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15295569869', '0752f82023f88573175c6b6c4dd66cb7', '2', '2015-04-15', '1', null, '2015-04-27', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15298386151', '0351a33933f35b7f07100c898423a9d0', '2', '2015-05-22', '1', null, '2015-05-22', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15365128369', 'f2f74f73a1133c61f5221d2db524ba00', '2', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/-16056068604167812781430281457080.jpg', null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15365132560', 'adcb860d53cdd89104b4e1efabc59bd1', '2', '2015-04-15', '1', null, '2015-04-29', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15365132621', 'aa40e4363fe71cae494bc17696ec75ed', '2', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/12614579593506076281430227447669.jpg', null, '5f60642ab62a8080c9036292b16533c11e8df9ea8fb73e134fdfef20720cb62f', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15365182279', '1eea5dfe05b45db277f21439e60a4dc2', '2', '2015-04-15', '1', null, '2015-05-08', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15365182561', '7e4edfff1c19d02431f7d91bb3437286', '2', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/-77369773745820667531430281011762.jpg', null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15365186735', '8aa2edc835d68f52e788848b9deab8df', '2', '2015-04-15', '1', null, '2015-04-27', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15365195716', '2ff5d9f44028e9e4d5c3260a4d434288', '2', '2015-04-15', '1', null, null, 'cebfc58235bdc43075252071a3a36d6698f30903aa0c89a0b97c401922dbce4a', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15365196382', '0178f2b20fd3b8ef12e5d968a7814653', '2', '2015-05-21', '1', null, '2015-05-21', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15366031030', '94d6868f0ed68e33ae019a740c2af4f9', '2', '2015-04-15', '1', null, null, '02cb6788d0ca8054c29298d4dda34c31c5abd4592fb49549d3742a21df8f72c9', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15366033895', '8060022401cfca8fff0a2953ac7441d9', '2', '2015-04-15', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15366106958', '93f33bbe83f31824dcf985d927c9c50a', '2', '2015-05-23', '1', null, '2015-05-23', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15366127275', '2459f72f55666ab560ba58d0ea05e568', '2', '2015-04-15', '1', null, '2015-05-08', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15366199989', '59c81b3171cf6d5a8e3e465dd3bea0a6', '2', '2015-04-15', '1', null, null, '84b3b37881b576d9dabce54a6d1d001a90c1963fcbc891b5c8902d7b74c91d8d', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15380820376', '80ee721834934cc7f7cb66ed1e1d4fef', '2', '2015-04-15', '1', null, '2015-04-28', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15380821257', 'c60b4e8aa683bc4a7eb861a398c0b24a', '2', '2015-05-21', '1', null, '2015-05-21', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15380821827', '0a10bb40fe8dc9c8614fd1ec7339710b', '2', '2015-05-24', '1', null, '2015-05-24', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15380823383', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-05-22', '1', null, '2015-05-22', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15506218219', 'c9f3ba274b7413a6039abe3036dffe88', '2', '2015-08-30', 'zaytllen', null, '2015-10-15', null, '0', null, null, null, '754710007@qq.com', null, '1'); -INSERT INTO `users` VALUES ('15605159822', 'db5f2601fbd92b7b59e0d991b8c5d067', '2', '2015-04-15', '1', null, '2015-05-13', '4d71251f2fbce82710d30719556bc5d0805d69f4f97a7a5e93574aa9abae0520', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15651958911', '7cf28171508943deefee4b3da7f41923', '2', '2015-05-20', '1', null, '2015-05-20', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15651967988', '6eea9b7ef19179a06954edd0f6c05ceb', '2', '2015-04-15', '1', null, '2015-05-11', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15705185763', '4967b75f1872c416c030a4e292f410d3', '2', '2015-04-15', '1', null, '2015-04-29', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15850004774', '64d8d45ace799dbfbc589c6ca49fec95', '2', '2015-10-21', 'hi', null, '2015-10-21', null, null, null, null, null, null, null, '1'); -INSERT INTO `users` VALUES ('15850033077', '25d55ad283aa400af464c76d713c07ad', '2', '2015-07-30', '事实上', '/foryou/Public/Uploads/2015-07-30/55b9cb3b61439.jpg', null, null, '0', 'QQ群', '呃呃呃', 'qq', null, '1', '1'); -INSERT INTO `users` VALUES ('15850542534', 'bf51efa7b18150e74675ded1c8a81932', '2', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/-53678160446439743101429329535934.jpg', null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15850789092', '84150c3265140865098b858d7a468666', '2', '2015-05-21', '1', null, '2015-05-21', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15850789886', '481b4799b166cef12acc9b01a958af84', '1', '2015-04-15', '1', null, '2015-05-24', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15851314797', '7316961163a4b6a500414163c1e744d0', '2', '2015-05-24', '1', null, '2015-05-24', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15896319989', '4f156b96991f8d0089db132a118df8a9', '2', '2015-04-15', '1', null, null, 'ac2de7fca23565be2a73f062576ae5e1819655b893536255c69748538fae3a14', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15951809434', '0b317d1ae141dcb57564dca2632cb8bd', '2', '2015-04-15', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15951996706', 'db6dcc9d395180504936d850c47f3edb', '2', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/27559360417632057551430264967237.jpg', '2015-04-29', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15952035224', '907d529904357a9ed90d7989e9e199a8', '2', '2015-05-18', '1', null, '2015-05-18', '46d4fccf022e1a718c9f30411f8b87939f9fa6605f6deda539094db7f0062170', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15961537269', '16beced933c419f9cf5c25c0ffc9ad7b', '2', '2015-04-15', '1', null, null, 'cfe4bc8ead48a92547e2ec03cff0abd38d9fef59bce20f8021d6b5cc752070ee', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('15961685555', 'd85411c8fa25c8d917a6e4bfc689a810', '2', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/33059012619478944061431232173345.jpg', null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('16666666662', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-08-22', 'ttt', null, '2015-08-22', null, null, null, null, null, null, '1', '1'); -INSERT INTO `users` VALUES ('16666666663', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-08-22', 'ttt', null, '2015-08-22', null, null, null, null, null, null, '1', '1'); -INSERT INTO `users` VALUES ('16666666664', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-08-22', 'ttt', null, '2015-08-22', null, null, null, null, null, null, '1', '1'); -INSERT INTO `users` VALUES ('16666666665', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-08-22', 'ttt', null, '2015-08-22', null, null, null, null, null, null, '1', '1'); -INSERT INTO `users` VALUES ('16666666666', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-08-22', 'ttt', null, '2015-08-22', null, null, null, null, null, null, '1', '1'); -INSERT INTO `users` VALUES ('17712636904', '25d55ad283aa400af464c76d713c07ad', '2', '2015-10-09', 'King W', null, '2015-10-09', null, null, null, null, null, null, null, '1'); -INSERT INTO `users` VALUES ('17712915267', '8aead354fde8301b7a42ba2b9284c7a7', '2', '2015-04-15', '1', null, '2015-04-29', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('17712915379', '319b4fb23b0a6ad9933e5306608c2205', '2', '2015-04-15', '1', null, '2015-05-09', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('17712916329', '319b4fb23b0a6ad9933e5306608c2205', '1', '2015-04-15', '1', null, '2015-05-26', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('17751770753', '877fb99343c6abe3618e89c8677ca77f', '2', '2015-05-20', '1', null, '2015-05-20', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('17768104230', 'de4cb7c363c4e5ba011304a1173c0dea', '2', '2015-04-15', '1', null, '2015-04-29', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('17768105159', 'aaa42296669b958c3cee6c0475c8093e', '2', '2015-05-24', '1', null, '2015-05-24', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('17768105186', 'f4b8977258adc458c84bb864d40cb3f2', '2', '2015-04-15', '1', null, '2015-04-28', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('17768116252', '0715180022b9b1095e7feb4d8ff5e04a', '2', '2015-04-15', '1', null, '2015-05-08', '781e0a6ec82589cb334f74012cfe933ef2e5d0a9b73dfa674a88db1a909197c4', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('17768119650', '2f96cd912fa45486f9efdef72dfbfd77', '2', '2015-05-20', '1', null, '2015-05-20', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('17779786543', '25d55ad283aa400af464c76d713c07ad', '2', '2015-09-13', 'hehe', null, null, null, null, null, null, null, 'zhihao.top@qq.com', null, '1'); -INSERT INTO `users` VALUES ('18012344321', '710e193a25ad97ac1c5586c877af2826', '2', '2015-09-01', 'huahuahua', null, null, null, null, null, null, null, '1730578922@qq.com', null, '1'); -INSERT INTO `users` VALUES ('18012345678', '5e8667a439c68f5145dd2fcbecf02209', '2', '2015-07-30', 'yhp', null, null, null, null, null, null, null, null, '1', '1'); -INSERT INTO `users` VALUES ('18013116680', '25d55ad283aa400af464c76d713c07ad', '2', '2015-09-07', 'Haha', 'http://www.enjoyfu.com.cn:7777/ForyouImage/users/-60323002902983027171448531441297.jpg', '2015-11-26', null, '0', null, '4455547585444', '库提来具体是', null, null, '1'); -INSERT INTO `users` VALUES ('18013646790', 'd8578edf8458ce06fbc5bb76a58c5ca4', '2', '2015-04-15', '牛羊', 'http://www.enjoyfu.com.cn:7777/ForyouImage/users/53729882755071308221442563729989.jpg', '2015-10-14', null, '1', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18013863934', '5c82f800c419c6e3b0ecf5f5fa4c1834', '2', '2015-04-15', '1', null, '2015-04-29', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18013864787', 'c80f12b6b4c5c95e9530886ebe3f4764', '2', '2015-05-18', '1', null, '2015-05-18', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18013866641', '7f6e3861a7651fd909598ad402733013', '2', '2015-04-15', '1', null, null, 'c5990afd42cf9c33e8251411f18dbd9d481b80a1794a1d047ce01ee6fde0952c', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18020118356', '3bd0b3af414a28374c77fd717b59ed61', '2', '2015-04-15', '1', null, '2015-04-29', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18020118759', '449372414019daad344013b19174689e', '2', '2015-04-15', '1', null, '2015-04-27', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18020125226', '0c208a66e7a6733547c8b6f687eb0341', '2', '2015-04-15', '1', null, '2015-04-29', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18035735959', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-07-23', '牛牛', 'http://www.enjoyfu.com.cn:7777/ForyouImage/users/36811828086763600221444830630667.jpg', '2015-11-01', null, '0', '教育学院', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18036196086', 'adf2ed2ebade65b4124501bd60753c7b', '2', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/-42791349192516566701430736730945.jpg', null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18043960715', '05efdf74b42560242c465a667dd06ccb', '2', '2015-04-15', '1', null, '2015-03-31', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18051100253', '4a760df3f06804e88c22577ef55da384', '2', '2015-09-15', 'wangchao', null, null, null, null, '计算机科学与技术学院', '1452854891', null, 'szdxwangchao@163.com', null, '1'); -INSERT INTO `users` VALUES ('18051101709', '72d3db713eb4250a11a424df74076d78', '2', '2015-10-09', 'aaa', null, null, null, null, null, null, null, '447878282@qq.com', null, '1'); -INSERT INTO `users` VALUES ('18051294119', '710e193a25ad97ac1c5586c877af2826', '2', '2015-07-30', 'jzz', 'http://foru.com:8000/forImg/headimg/2015-09-01/55e5428fe2e51.jpg', null, null, '0', null, null, null, null, '1', '32'); -INSERT INTO `users` VALUES ('18061739312', '3b9c86189694b3e1efb548aed06f2c9e', '2', '2015-04-15', '1', null, '2015-05-04', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18061753139', 'f6688f2c3d2d22a65a2b15141cefdf39', '2', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/72363822942626321081430372048603.jpg', '2015-04-29', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18066057126', 'c0c89dde536c983f91d1a2fa7ec26032', '2', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/77159346095864812561430830915996.jpg', '2015-05-05', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18066081606', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-05-22', '1', null, '2015-05-22', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18070155110', '776417c003eba4843bc86922dc452116', '2', '2015-04-15', '1', null, null, '6a1b9f35e394873b754d4fa8737f98c1e22f84da75b7fcdab8a7957130f5cc7a', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18094390667', '93a3a5e699905408530bc6f93dcda3e9', '2', '2015-04-15', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18114706485', '02c75fb22c75b23dc963c7eb91a062cc', '1', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/-41664001876937581701430020408358.jpg', '2015-05-24', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18136075773', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-10-21', '我也', null, '2015-10-21', null, null, null, null, null, null, null, '1'); -INSERT INTO `users` VALUES ('18168023515', '63cddcb2b7696c33efbf6865724d1a56', '2', '2015-05-22', '1', null, '2015-05-22', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18168297966', '8ab13e5598aac4be0dd1910b9d3298ca', '2', '2015-05-20', '1', null, '2015-05-20', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18205083474', '4694f445cecc6a3f4c00814f74345d92', '2', '2015-04-15', '1', null, '2015-04-29', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18251883658', 'b224e435887d25d45f4f78b874bb380e', '2', '2015-05-19', '1', null, '2015-05-19', 'cb5e93b63cbbc68481a3219b35d90b36a0bab842241ba7aaaba3649b95fbcf3e', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18252022980', 'c4b571da22bc23ce4350d9b1cc16c0cb', '2', '2015-05-20', '1', null, '2015-05-20', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18252056259', 'b307b6bae680b7b66e45d7c9b5788dec', '1', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/-9272127355890764541430020572796.jpg', '2015-04-28', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18252057339', '025ab3b8f952d9d13280939a6d756a19', '2', '2015-04-15', '1', null, null, 'cd5c0ddcbb19100e5bfe9a89fda4d3a9a74cb20f8cff20ab0d7eedec5fb74766', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18252057721', '25432447173ad075ccdef9b0f6d37315', '2', '2015-04-15', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18252058069', 'd81b5c9800b196de950a2995e88499f4', '2', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/-42830328885383153691430395213313.jpg', '2015-04-30', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18252058127', 'bb320ceb526222b8141c0ad325f5b0dc', '2', '2015-04-15', '1', null, '2015-04-29', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18252059027', '29eb95360f6fde64fdc3ac7797831806', '2', '2015-05-23', '1', null, '2015-05-23', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18252066383', 'ced06256a1ed6979ff3a98fd59591123', '2', '2015-04-15', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18252120427', '739067287a4121cab56d123dad9825a9', '2', '2015-04-15', '1', null, '2015-05-05', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18260108168', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-08-03', 'test', null, '2015-08-03', null, null, 'te', null, null, null, '1', '1'); -INSERT INTO `users` VALUES ('18260108169', 'e10adc3949ba59abbe56e057f20f883e', '1', '2015-04-15', 'Basti56123', 'http://www.enjoyfu.com.cn:7777/ForyouImage/users/-21588521778653199051444620130543.jpg', '2015-12-09', null, '0', '123', '876572078', '3345sdfs', null, '1', '1'); -INSERT INTO `users` VALUES ('18305176480', 'd6f642ab94a1b5ad1907c318e3c21999', '2', '2015-04-15', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18351008060', 'a624c04134b17af6cbe2e7f798769bcc', '2', '2015-04-15', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18351073591', 'fc804bfd5deed710931ead71a59e7389', '2', '2015-10-09', 'zaytllen', null, null, null, null, null, null, null, '1798804558@qq.com', null, '1'); -INSERT INTO `users` VALUES ('18362938239', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-04-15', '1', null, '2015-05-17', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18502500812', 'a5eeacf5c1e40c581918c9a811e3a4da', '2', '2015-04-15', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18551310166', 'f4c0d15b54f62e91787f45703fd927bd', '2', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/58631384337912304261430726991023.jpg', null, 'edd8a68ddd0f23216e8f771b97b21148b451f895670a64010ab4468cccdf3c78', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18651267669', '88777f6d37cd00c88a858ea63d6c445d', '2', '2015-04-15', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18651323581', '68b4562bbff12e5077db396a4e122875', '2', '2015-04-15', '1', null, null, 'ad976d75b3944cf3d3cf19750d7b375a0eca5d271ca31e22d0d9e7dc582fe07a', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18651337775', '94e36d27acfa354094c46181cdf34bc7', '2', '2015-05-23', '1', null, '2015-05-23', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18652428157', '6846860684f05029abccc09a53cd66f1', '2', '2015-04-15', '1', null, null, '1fa0cceeb1e39ba70b912caf3c611e209cce86befa14113dc0b1dfbebae44bcf', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18652907747', 'c9170aa01ff02c97d0a11b10df10b994', '2', '2015-05-21', '1', null, '2015-05-21', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18662835126', '818f7ebfad0f594f1591a0010d27901a', '2', '2015-04-15', '1', null, null, '2a2e0caad164d62d3f263b663e0755a94be5d138e010a296c722721a9e9923bd', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18705198389', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-04-15', '1', null, '2015-05-21', '32187884706d719b10e684fbfcc91bfc403b563a220587e68e00c03bd77af4d7', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18705198716', 'f1608d1de789d7c1c55147d1a66af28e', '2', '2015-04-15', '1', null, null, '271a71946e3fa98a9490eaef79aa125781f5578e368f76658e22fc19bb7543e1', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18705199035', '0d33d0a2b4d71de2d161941c8076e99e', '2', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/-86900658603539130431429496767977.jpg', null, '316956b9053811c8729695f7528a0ae3105f4a511cee6020b988fb146ec535fa', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18705199202', 'e5f687af91a7f9152cdecb4b37bc5790', '2', '2015-04-15', '1', null, null, '7ea302ec3974ab81c195cbf020d75c6cc394e7c0ed38bd1c52b285f29b5735d6', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18705199209', 'ef54fc5f6c527a6b3a556f429d79e5f9', '2', '2015-04-15', '1', null, null, 'c326d1fc3ec4cd0d3121d15f0cfffe9f3eac92b7f9ca8e1ea12d6ba7bfca4026', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18705199233', '8d21fd7b2bbce9b12cdd72e0fd8a5e20', '2', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/8456924363731196241430141669813.jpg', null, '889a946397129894a7179cf831f6f05673ad51439bdf5e9a750b88eb54e30f81', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18724005167', '387f3d11b471dae637efe20cb203a775', '2', '2015-04-15', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18751889637', '9053af85bc86937e8425b6e9fa837f25', '2', '2015-04-15', '1', null, '2015-04-30', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18751889986', '25d687e2c7e715b2f1c9bc30a47b0863', '2', '2015-04-15', '1', 'http://120.26.76.252:8080/MickeyImage/users/-14102891876760502931427647649687.jpg', '2015-03-30', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18762885079', '25d55ad283aa400af464c76d713c07ad', '2', '2015-09-05', '叶帆', 'http://www.enjoyfu.com.cn:7777/ForyouImage/users/-65050123949526403491445575015554.jpg', '2015-10-23', null, '0', '计算机学院', '854600431', 'yeziahehe', null, null, '1'); -INSERT INTO `users` VALUES ('18796640565', '25d55ad283aa400af464c76d713c07ad', '2', '2015-04-15', '1', null, null, 'e212e616e043801be890f1f7ae13d5c18a6b83d6a7b5c5b81b7c4ce15609e0a0', '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18811111111', '25d55ad283aa400af464c76d713c07ad', '2', '2015-07-31', 'kangjun', null, null, null, null, null, null, null, '244652411@qq.com', '1', '1'); -INSERT INTO `users` VALUES ('18812341234', '25d55ad283aa400af464c76d713c07ad', '2', '2015-07-30', 'jzz', null, null, null, null, null, null, null, null, '1', '1'); -INSERT INTO `users` VALUES ('18812345678', 'b59c67bf196a4758191e42f76670ceba', '2', '2015-08-18', '11', null, '2015-08-18', null, null, null, null, null, null, '1', '1'); -INSERT INTO `users` VALUES ('18851164982', '3650c21bb165fffb12bad9be75079ecd', '2', '2015-04-15', '1', null, '2015-04-29', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18860902563', 'c4ca4238a0b923820dcc509a6f75849b', '2', '2015-07-30', 'Call偶围城', '/foru/Public/Uploads/2015-08-19/55d3f5bda784f.jpg', null, null, '1', '计科', '2', 'OuIsWeiCheng', null, '1', '1'); -INSERT INTO `users` VALUES ('18860902711', '25f9e794323b453885f5181f1b624d0b', '2', '2015-08-27', 'xiaohei', null, null, null, null, null, null, null, '112', null, '1'); -INSERT INTO `users` VALUES ('18862111336', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-07-30', 'chencon6', null, '2015-07-30', null, null, '未设置', null, null, null, '1', '1'); -INSERT INTO `users` VALUES ('18862124316', '052945396816082319ab895b29b6e2f1', '2', '2015-09-01', 'renrenren', null, null, null, null, null, null, null, '1154219738@qq.com', null, '1'); -INSERT INTO `users` VALUES ('18862342354', 'cd87cd5ef753a06ee79fc75dc7cfe66c', '2', '2015-10-16', '米', 'http://www.enjoyfu.com.cn:7777/ForyouImage/users/85261309037416941501444973429151.jpg', '2015-10-16', null, '1', null, null, null, null, null, '1'); -INSERT INTO `users` VALUES ('18862344648', '16761d18e100e414cdcd5964f6ca2427', '2', '2015-09-01', '静小静', null, null, null, null, null, null, null, 'gj18862344648@sina.com', null, '1'); -INSERT INTO `users` VALUES ('18896501052', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-07-24', '1', null, '2015-07-24', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18896554000', '25d55ad283aa400af464c76d713c07ad', '2', '2015-10-21', 'xiaoxiao', null, null, null, null, null, null, null, 'twist.zheng@coryphaei.com', null, '1'); -INSERT INTO `users` VALUES ('18896554821', '25d55ad283aa400af464c76d713c07ad', '2', '2015-08-14', 'twist', null, null, null, null, null, null, null, '3', '1', '1'); -INSERT INTO `users` VALUES ('18896554856', 'd41d8cd98f00b204e9800998ecf8427e', '2', '2015-07-29', '小黑', null, null, null, null, null, null, null, null, '1', '1'); -INSERT INTO `users` VALUES ('18896554857', '25f9e794323b453885f5181f1b624d0b', '2', '2015-07-29', '小白', '/foryou/Public/Uploads/2015-07-31/55bad0545d03f.jpg', null, null, '0', '电子学院', '1234', '123', null, '1', '1'); -INSERT INTO `users` VALUES ('18896554880', '25d55ad283aa400af464c76d713c07ad', '2', '0000-00-00', 'xiaowei', null, null, null, null, null, null, null, null, null, '2'); -INSERT INTO `users` VALUES ('18896554881', '25d55ad283aa400af464c76d713c07ad', '2', '2015-10-12', 'xiaowei', null, null, null, null, null, null, null, '1131363476@qq.com', null, '1'); -INSERT INTO `users` VALUES ('18896554924', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-09-01', 'test3', 'http://www.enjoyfu.com.cn:7777/ForyouImage/users/65561792916020905641442827208088.jpg', '2015-11-18', null, '0', 'hhhhhh', '1111', 'aaaba', null, null, '1'); -INSERT INTO `users` VALUES ('18896557502', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-09-12', '糖糖', null, '2015-09-12', null, null, null, null, null, null, null, '1'); -INSERT INTO `users` VALUES ('18896558935', '852106e60b4926e7bc1c81dc96f84f57', '2', '2015-10-09', 'zzbunnybone', 'http://www.enjoyfu.com.cn:7777/ForyouImage/users/49245670141359000491444373938708.jpg', '2015-10-18', null, '1', null, null, null, null, null, '1'); -INSERT INTO `users` VALUES ('18896559011', '799b4790dd92c58b852688cc6d75774b', '2', '2015-10-09', '刘松宾', null, '2015-10-09', null, null, null, null, null, null, null, '1'); -INSERT INTO `users` VALUES ('18896580792', '489b873f8709b8345acb6ea185fe08e3', '2', '2015-10-21', 'CNZHUJIE', null, null, null, null, null, null, null, 'cnzhujie@qq.com', null, '2'); -INSERT INTO `users` VALUES ('18896586309', '8a4c0122da8098d88b0017e65ef96310', '2', '2015-04-15', '1', null, '2015-05-05', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18896765902', 'd8e873c087e212d044895cb930207e4f', '2', '2015-05-19', '1', null, '2015-05-24', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('18915996127', '463ee39c9711db33c40bd2f2ce480b69', '2', '2015-09-01', '小雨', null, null, null, null, null, null, null, 'foru_wqy@163.com', null, '1'); -INSERT INTO `users` VALUES ('18951702641', '5cbf338a5b94642fb4c70859cde90d02', '2', '2015-05-26', '1', 'http://120.26.76.252:8080/MickeyImage/users/-64007366600588983351432640329174.jpg', '2015-05-26', null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('2', 'c4ca4238a0b923820dcc509a6f75849b', '2', '2015-07-21', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); -INSERT INTO `users` VALUES ('22331111111', 'e10adc3949ba59abbe56e057f20f883e', '2', '2015-07-21', '1', null, null, null, '0', '计科', '123', '3345', null, '1', '1'); +INSERT INTO `users` VALUES ('admin', 'e10adc3949ba59abbe56e057f20f883e', '0', '2017-07-21', 'test', null, null, null, null, null, null, null, null, '1', '1'); -- ---------------------------- -- Table structure for users_type @@ -3597,113 +3392,16 @@ INSERT INTO `users_type` VALUES ('2', '普通用户'); -- View structure for detail_order -- ---------------------------- DROP VIEW IF EXISTS `detail_order`; -CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` VIEW `detail_order` AS SELECT - `orders`.`together_id` AS `together_id`, - `orders`.`campus_id` AS `campus_id`, - `food`.`name` AS `food_name`, - `food`.`price` AS `price`, - `food`.`discount_price` AS `discount_price`, - `food`.`is_discount` AS `is_discount`, - `orders`.`order_count` AS `order_count`, - `orders`.`status` AS `status` -FROM - (`orders` JOIN `food`) -WHERE - ( - ( - `orders`.`food_id` = `food`.`food_id` - ) - AND (`orders`.`status` <> 0) - AND ( - `food`.`campus_id` = `orders`.`campus_id` - ) - AND (`orders`.`tag` = 1) - ) ; +CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `detail_order` AS select `orders`.`together_id` AS `together_id`,`orders`.`campus_id` AS `campus_id`,`food`.`name` AS `food_name`,`food`.`price` AS `price`,`food`.`discount_price` AS `discount_price`,`food`.`is_discount` AS `is_discount`,`orders`.`order_count` AS `order_count`,`orders`.`status` AS `status` from (`orders` join `food`) where ((`orders`.`food_id` = `food`.`food_id`) and (`orders`.`status` <> 0) and (`food`.`campus_id` = `orders`.`campus_id`) and (`orders`.`tag` = 1)) ; -- ---------------------------- -- View structure for order_food_receiver -- ---------------------------- DROP VIEW IF EXISTS `order_food_receiver`; -CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` VIEW `order_food_receiver` AS SELECT - `orders`.`phone` AS `phone`, - `orders`.`campus_id` AS `campus_id`, - `orders`.`together_id` AS `together_id`, - `orders`.`order_count` AS `order_count`, - `orders`.`food_id` AS `food_id`, - `orders`.`rank` AS `rank`, - `orders`.`together_date` AS `together_date`, - `orders`.`admin_phone` AS `admin_phone`, - `orders`.`reserve_time` AS `reserve_time`, - `orders`.`tag` AS `tag`, - `food`.`name` AS `foodName`, - `food`.`price` AS `price`, - `food`.`discount_price` AS `discount_price`, - `food`.`img_url` AS `img_url`, - `food`.`status` AS `status`, - `food`.`is_discount` AS `is_discount`, - `food`.`message` AS `message`, - `receiver`.`phone_id` AS `customer_phone`, - `receiver`.`name` AS `receiverName`, - `receiver`.`address` AS `address`, - `receiver`.`is_out` AS `is_out` -FROM - ( - (`orders` JOIN `food`) - JOIN `receiver` - ) -WHERE - ( - ( - `orders`.`food_id` = `food`.`food_id` - ) - AND ( - `orders`.`phone` = `receiver`.`phone` - ) - ) ; +CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `order_food_receiver` AS select `orders`.`phone` AS `phone`,`orders`.`campus_id` AS `campus_id`,`orders`.`together_id` AS `together_id`,`orders`.`order_count` AS `order_count`,`orders`.`food_id` AS `food_id`,`orders`.`rank` AS `rank`,`orders`.`together_date` AS `together_date`,`orders`.`admin_phone` AS `admin_phone`,`orders`.`reserve_time` AS `reserve_time`,`orders`.`tag` AS `tag`,`food`.`name` AS `foodName`,`food`.`price` AS `price`,`food`.`discount_price` AS `discount_price`,`food`.`img_url` AS `img_url`,`food`.`status` AS `status`,`food`.`is_discount` AS `is_discount`,`food`.`message` AS `message`,`receiver`.`phone_id` AS `customer_phone`,`receiver`.`name` AS `receiverName`,`receiver`.`address` AS `address`,`receiver`.`is_out` AS `is_out` from ((`orders` join `food`) join `receiver`) where ((`orders`.`food_id` = `food`.`food_id`) and (`orders`.`phone` = `receiver`.`phone`)) ; -- ---------------------------- -- View structure for together_order -- ---------------------------- DROP VIEW IF EXISTS `together_order`; -CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` VIEW `together_order` AS SELECT - `orders`.`phone` AS `phone`, - `orders`.`together_id` AS `together_id`, - `orders`.`campus_id` AS `campus_id`, - `receiver`.`name` AS `nickname`, - `receiver`.`phone` AS `custome_phone`, - `orders`.`together_date` AS `together_date`, - `users`.`nickname` AS `admin_name`, - `orders`.`reserve_time` AS `reserve_time`, - `orders`.`message` AS `message`, - `orders`.`status` AS `STATUS`, - `orders`.`tag` AS `tag`, - `orders`.`admin_phone` AS `admin_phone`, - `orders`.`total_price` AS `total_price`, - `receiver`.`address` AS `address`, - `orders`.`charge_id` AS `charge_id`, - `orders`.`pay_way` AS `pay_way` -FROM - ( - ( - `orders` - LEFT JOIN `receiver` ON ( - ( - ( - `orders`.`phone` = `receiver`.`phone_id` - ) - AND ( - `orders`.`rank` = `receiver`.`rank` - ) - ) - ) - ) - LEFT JOIN `users` ON ( - ( - `users`.`phone` = `orders`.`admin_phone` - ) - ) - ) -GROUP BY - `orders`.`together_id` -HAVING - (`orders`.`status` <> 0) ; +CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `together_order` AS select `orders`.`phone` AS `phone`,`orders`.`together_id` AS `together_id`,`orders`.`campus_id` AS `campus_id`,`receiver`.`name` AS `nickname`,`receiver`.`phone` AS `custome_phone`,`orders`.`together_date` AS `together_date`,`users`.`nickname` AS `admin_name`,`orders`.`reserve_time` AS `reserve_time`,`orders`.`message` AS `message`,`orders`.`status` AS `STATUS`,`orders`.`tag` AS `tag`,`orders`.`admin_phone` AS `admin_phone`,`orders`.`total_price` AS `total_price`,`receiver`.`address` AS `address`,`orders`.`charge_id` AS `charge_id`,`orders`.`pay_way` AS `pay_way` from ((`orders` left join `receiver` on(((`orders`.`phone` = `receiver`.`phone_id`) and (`orders`.`rank` = `receiver`.`rank`)))) left join `users` on((`users`.`phone` = `orders`.`admin_phone`))) group by `orders`.`together_id` having (`orders`.`status` <> 0) ; 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/mybatis.log.1 b/mybatis.log.1 deleted file mode 100644 index ceb9941..0000000 --- a/mybatis.log.1 +++ /dev/null @@ -1,46849 +0,0 @@ -[DEBUG][2015-08-25 13:02:42,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:02:42,398][org.springframework.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-25 13:02:42,398][org.springframework.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-25 13:02:42,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:42,398][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-25 13:02:42,398][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-25 13:02:42,400][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,400][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,402][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-25 13:02:42,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:02:42,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:02:42,403][org.springframework.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-25 13:02:42,403][org.springframework.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-25 13:02:42,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:42,404][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-25 13:02:42,404][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-25 13:02:42,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,409][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-25 13:02:42,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:02:42,410][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:02:42,410][org.springframework.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-25 13:02:42,410][org.springframework.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-25 13:02:42,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:42,411][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-25 13:02:42,411][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-25 13:02:42,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,415][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-25 13:02:42,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:02:42,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:02:42,416][org.springframework.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-25 13:02:42,416][org.springframework.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-25 13:02:42,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:42,417][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-25 13:02:42,417][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-25 13:02:42,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,420][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-25 13:02:42,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:02:42,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:02:42,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-08-25 13:02:42,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-08-25 13:02:42,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:42,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-08-25 13:02:42,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-08-25 13:02:42,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,426][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-25 13:02:42,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:02:42,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:02:42,428][org.springframework.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-25 13:02:42,428][org.springframework.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-25 13:02:42,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:42,428][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-25 13:02:42,428][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-25 13:02:42,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,432][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-25 13:02:42,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:02:42,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:02:42,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-08-25 13:02:42,433][org.springframework.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-25 13:02:42,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:42,433][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-25 13:02:42,433][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-25 13:02:42,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,438][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-25 13:02:42,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:02:42,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:02:42,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-08-25 13:02:42,441][org.springframework.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-25 13:02:42,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:42,441][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-25 13:02:42,441][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-25 13:02:42,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,444][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-25 13:02:42,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:02:42,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:02:42,447][org.springframework.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-25 13:02:42,447][org.springframework.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-25 13:02:42,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:42,448][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-25 13:02:42,448][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-25 13:02:42,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,452][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-25 13:02:42,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:42,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:42,462][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:42,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:02:42,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:02:42,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:42,661][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:02:42,662][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:02:42,662][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:02:42,663][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:02:42,664][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:02:42,664][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:02:42,664][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:02:42,665][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:02:42,666][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:02:42,667][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:02:42,667][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:02:42,667][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:02:42,668][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:02:42,669][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:02:42,669][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:02:42,669][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:02:42,670][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:02:42,670][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:02:42,671][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:02:42,671][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 13:02:42,683][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 13:02:42,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 13:02:42,964][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 13:02:42,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:42,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:42,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:43,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:02:43,236][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-25 13:02:43,236][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-25 13:02:43,246][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\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-25 13:02:43,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:43,464][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 13:02:43,464][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 13:02:43,467][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 13:02:43,468][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 13:02:43,469][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 13:02:43,470][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-25 13:02:43,470][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-25 13:02:43,612][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 13:02:43,614][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 13:02:43,615][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 13:02:43,615][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 13:02:43,616][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 13:02:43,616][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 13:02:43,617][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 13:02:43,618][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 13:02:43,619][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 13:02:43,620][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 13:02:43,620][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 13:02:43,621][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 13:02:43,622][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 13:02:43,623][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 13:02:43,623][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 13:02:43,624][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 13:02:43,625][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 13:02:43,625][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 13:02:43,626][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 13:02:43,627][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 13:02:43,627][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 13:02:43,628][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 13:02:43,628][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 13:02:43,629][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 13:02:43,630][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 13:02:43,630][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 13:02:43,631][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 13:02:43,631][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 13:02:43,632][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 13:02:43,632][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 13:02:43,633][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 13:02:43,634][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 13:02:43,634][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 13:02:43,636][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 13:02:43,636][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-25 13:02:43,636][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-25 13:02:43,637][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 13:02:43,638][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-25 13:02:43,638][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-25 13:02:43,639][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:02:43,640][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-25 13:02:43,641][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-25 13:02:43,641][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-25 13:02:43,642][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-25 13:02:43,642][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-25 13:02:43,644][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-25 13:02:43,645][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-25 13:02:43,645][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-25 13:02:43,646][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:02:43,647][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-25 13:02:43,647][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-25 13:02:43,647][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-25 13:02:43,648][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-25 13:02:43,649][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-25 13:02:43,649][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-25 13:02:43,651][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-25 13:02:43,651][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-25 13:02:43,669][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-25 13:02:43,675][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-25 13:02:43,677][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-25 13:02:43,678][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 13:02:43,679][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-25 13:02:43,680][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-25 13:02:43,680][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 13:02:43,681][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-25 13:02:43,682][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-25 13:02:43,684][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-25 13:02:43,686][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-25 13:02:43,686][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-25 13:02:43,687][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 13:02:43,688][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-25 13:02:43,688][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-25 13:02:43,689][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-25 13:02:43,690][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-25 13:02:43,691][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-25 13:02:43,692][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-25 13:02:43,693][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-25 13:02:43,693][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-25 13:02:43,694][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-25 13:02:43,695][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-25 13:02:43,696][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-25 13:02:43,697][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 13:02:43,697][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-25 13:02:43,698][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-25 13:02:43,699][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:02:43,699][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-25 13:02:43,700][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-25 13:02:43,701][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-25 13:02:43,703][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-25 13:02:43,703][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-25 13:02:43,704][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 13:02:43,706][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-25 13:02:43,706][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-25 13:02:43,707][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 13:02:43,708][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-25 13:02:43,708][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-25 13:02:43,709][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:02:43,710][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-25 13:02:43,711][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-25 13:02:43,712][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 13:02:43,712][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-25 13:02:43,713][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-25 13:02:43,715][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-25 13:02:43,716][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-25 13:02:43,716][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-25 13:02:43,717][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 13:02:43,718][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-25 13:02:43,718][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-25 13:02:43,719][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-25 13:02:43,720][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-25 13:02:43,720][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-25 13:02:43,721][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-25 13:02:43,722][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-25 13:02:43,723][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-25 13:02:43,724][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-25 13:02:43,725][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-25 13:02:43,725][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-25 13:02:43,726][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:02:43,727][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-25 13:02:43,727][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-25 13:02:43,729][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 13:02:43,729][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-25 13:02:43,730][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-25 13:02:43,731][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 13:02:43,732][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-25 13:02:43,732][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-25 13:02:43,733][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 13:02:43,734][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-25 13:02:43,734][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-25 13:02:43,736][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 13:02:43,737][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-25 13:02:43,737][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-25 13:02:43,738][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 13:02:43,740][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,741][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,741][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,742][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,743][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,743][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,743][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,745][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,746][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,748][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,749][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,751][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,752][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,754][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,755][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,756][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,757][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,758][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,760][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,761][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,762][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,763][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,765][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,766][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,767][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,768][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,769][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,770][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,771][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,772][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,773][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,774][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,775][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:02:43,802][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 13:02:45,053][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-25 13:02:45,129][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-25 13:02:45,220][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-25 13:02:45,272][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-25 13:02:45,392][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-25 13:02:45,462][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-25 13:02:45,591][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-25 13:02:45,661][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-25 13:02:45,721][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-25 13:02:45,941][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-25 13:02:45,994][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-25 13:02:46,040][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-25 13:02:46,093][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-25 13:02:46,160][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-25 13:02:46,203][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-25 13:02:46,313][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-25 13:02:46,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:46,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 13:02:46,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:02:46,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:46,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 13:02:46,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:02:46,354][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:46,355][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 13:02:46,355][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:02:46,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:46,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 13:02:46,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:02:46,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:46,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 13:02:46,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:02:46,358][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:46,358][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 13:02:46,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:02:46,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:46,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 13:02:46,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:02:46,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:46,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 13:02:46,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:02:46,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:46,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 13:02:46,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:02:46,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:46,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 13:02:46,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:02:46,364][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:46,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 13:02:46,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:02:46,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:46,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 13:02:46,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:02:46,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:46,370][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 13:02:46,371][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:02:46,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:46,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 13:02:46,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:02:46,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:46,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 13:02:46,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:02:46,375][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:46,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 13:02:46,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:02:46,386][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,386][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,386][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,386][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,401][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-25 13:02:46,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:02:46,410][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,410][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,410][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,410][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,426][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 13:02:46,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:02:46,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:02:46,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:46,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:02:46,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:02:46,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:46,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:02:46,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 13:02:46,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:02:46,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:02:46,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,489][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:02:46,489][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:02:46,489][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:02:46,489][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:02:46,490][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:02:46,490][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:02:46,490][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:02:46,490][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:02:46,490][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:02:46,490][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:02:46,490][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:02:46,490][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:02:46,491][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:02:46,491][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:02:46,491][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:02:46,491][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:02:46,491][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:02:46,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:02:46,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 13:02:46,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:02:46,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:02:46,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:02:46,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:46,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:02:46,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:02:46,528][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:02:46,531][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@3de8c9a4] -[DEBUG][2015-08-25 13:02:46,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:02:46,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:02:46,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:02:46,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,561][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-25 13:02:46,562][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-25 13:02:46,562][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-25 13:02:46,562][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-25 13:02:46,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:46,563][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-25 13:02:46,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:02:46,565][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 13:02:46,565][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-25 13:02:46,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:02:46,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,584][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 13:02:46,584][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-25 13:02:46,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:02:46,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,616][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 13:02:46,617][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-25 13:02:46,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:02:46,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,634][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 13:02:46,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,637][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:02:46,637][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@703a928c] -[DEBUG][2015-08-25 13:02:46,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:02:46,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 13:02:46,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:02:46,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,657][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-25 13:02:46,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:46,657][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-25 13:02:46,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:02:46,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,666][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 13:02:46,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,668][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:02:46,668][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@483edb6b] -[DEBUG][2015-08-25 13:02:46,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:02:46,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:02:46,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:02:46,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,686][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-25 13:02:46,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:46,687][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-25 13:02:46,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:02:46,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,717][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 13:02:46,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,719][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:02:46,719][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@c4c1859] -[DEBUG][2015-08-25 13:02:46,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:02:46,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 13:02:46,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:02:46,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,736][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-25 13:02:46,736][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-25 13:02:46,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:46,736][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-25 13:02:46,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:02:46,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,745][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 13:02:46,745][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-25 13:02:46,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:02:46,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,754][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 13:02:46,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,755][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:02:46,756][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@619cb30] -[DEBUG][2015-08-25 13:02:46,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:02:46,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 13:02:46,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 13:02:46,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:46,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,772][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 13:02:46,772][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@5bd088c3] -[DEBUG][2015-08-25 13:02:46,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 13:02:46,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:02:46,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:02:46,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:46,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,791][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:02:46,791][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@6366982d] -[DEBUG][2015-08-25 13:02:46,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:02:46,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 13:02:46,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:02:46,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,803][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-25 13:02:46,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:46,803][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-25 13:02:46,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:02:46,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,813][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 13:02:46,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,815][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:02:46,815][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@4fc09f93] -[DEBUG][2015-08-25 13:02:46,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:02:46,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 13:02:46,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:02:46,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,827][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-25 13:02:46,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:46,828][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-25 13:02:46,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:02:46,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,834][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 13:02:46,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,836][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:02:46,837][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@7afc2a48] -[DEBUG][2015-08-25 13:02:46,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:02:46,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:02:46,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 13:02:46,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,855][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-25 13:02:46,856][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-25 13:02:46,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:02:46,856][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-25 13:02:46,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:02:46,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,864][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 13:02:46,864][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-25 13:02:46,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:02:46,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,885][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 13:02:46,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,887][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:02:46,888][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@7ef4e077] -[DEBUG][2015-08-25 13:02:46,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 13:02:46,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:02:46,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:46,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:02:46,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:02:46,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:02:46,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:02:46,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:02:46,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:02:46,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:02:46,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:02:46,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:02:46,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:02:46,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:02:46,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:02:46,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:02:46,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:02:46,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:02:46,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:02:46,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:02:46,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:02:46,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:02:46,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:02:46,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:02:46,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:02:46,905][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@f4bd69f] -[DEBUG][2015-08-25 13:02:46,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 13:02:46,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:46,912][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 13:02:46,912][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 13:02:46,914][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 13:02:46,915][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:02:46,916][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@6836d2c3 testClass = orderTest, testInstance = com.changyu.test.orderTest@674735a8, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 13:02:46,917][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:02:46,929][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-25 13:02:46,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:02:46,931][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 13:02:46,931][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-25 13:02:46,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:02:46,933][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 13:02:46,933][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-25 13:02:46,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:02:46,935][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 13:02:46,936][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-25 13:02:46,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:02:46,938][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 13:02:46,938][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-25 13:02:46,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:02:46,941][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 13:02:46,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:02:46,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:02:46,951][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:02:46,983][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 13:02:46,984][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@6836d2c3 testClass = orderTest, testInstance = com.changyu.test.orderTest@674735a8, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@70d683f3 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-25 13:02:46,984][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@6836d2c3 testClass = orderTest, testInstance = com.changyu.test.orderTest@674735a8, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:02:46,994][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@6836d2c3 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@70d683f3 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-25 13:02:46,998][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@2d4bdf68: startup date [Tue Aug 25 13:02:41 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:02:46,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:02:47,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 13:02:47,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@26048761: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:02:47,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:02:47,002][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:02:47,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 13:02:47,004][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[INFO][2015-08-25 13:02:47,011][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 13:03:46,514][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 13:03:46,600][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@192328ef 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-25 13:03:46,605][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-25 13:03:46,609][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 13:03:46,675][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:03:46,676][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:03:46,681][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:03:46,682][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:03:46,684][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:03:46,684][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:03:46,689][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:03:46,690][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:03:46,695][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 13:03:46,695][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:03:46,938][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:03:46,941][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:46,944][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:46,945][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:03:46,958][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:03:46,958][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:46,959][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:46,959][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 13:03:46,977][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 13:03:47,021][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:03:47,093][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 13:03:47,106][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-25 13:03:47,111][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-25 13:03:47,211][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-25 13:03:47,226][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-25 13:03:47,248][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:03:47,279][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-25 13:03:47,364][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-25 13:03:47,365][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-25 13:03:47,375][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\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-25 13:03:47,441][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-25 13:03:47,441][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-25 13:03:47,446][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\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-25 13:03:47,473][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-25 13:03:47,477][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-25 13:03:47,479][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-25 13:03:47,485][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-25 13:03:47,487][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-25 13:03:47,488][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-25 13:03:47,491][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-25 13:03:47,493][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-25 13:03:47,495][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-25 13:03:47,504][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-25 13:03:47,511][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 13:03:47,511][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 13:03:47,515][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:03:47,520][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-25 13:03:47,568][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-25 13:03:47,593][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-25 13:03:47,607][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-25 13:03:47,624][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:03:47,626][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 13:03:47,640][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-25 13:03:47,716][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 13:03:47,724][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@50383c13: startup date [Tue Aug 25 13:03:47 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:03:47,725][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@50383c13: org.springframework.beans.factory.support.DefaultListableBeanFactory@735404c6: 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,/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-25 13:03:47,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:03:47,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:03:47,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:47,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:03:47,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:03:47,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:03:47,859][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-25 13:03:47,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:03:47,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:03:48,069][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:03:48,070][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:48,070][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:48,071][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:03:48,074][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-25 13:03:48,075][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-25 13:03:48,084][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\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-25 13:03:48,085][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-25 13:03:48,086][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-25 13:03:48,087][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-25 13:03:48,088][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-25 13:03:48,088][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-25 13:03:48,089][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-25 13:03:48,090][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-25 13:03:48,090][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-25 13:03:48,091][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-25 13:03:48,092][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-25 13:03:48,093][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-25 13:03:48,093][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-25 13:03:48,094][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-25 13:03:48,094][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-25 13:03:48,095][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-25 13:03:48,096][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-25 13:03:48,100][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 13:03:48,104][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 13:03:48,104][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 13:03:48,104][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 13:03:48,104][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 13:03:48,104][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 13:03:48,104][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 13:03:48,105][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 13:03:48,105][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 13:03:48,105][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 13:03:48,105][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 13:03:48,105][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 13:03:48,105][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 13:03:48,106][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 13:03:48,106][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 13:03:48,106][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 13:03:48,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:03:48,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:03:48,117][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-25 13:03:48,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 13:03:48,136][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 13:03:48,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:03:48,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:03:48,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:48,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:03:48,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:03:48,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:03:48,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:48,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:03:48,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:03:48,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:03:48,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:48,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:03:48,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:03:48,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:03:48,180][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-25 13:03:48,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:03:48,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:03:48,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:03:48,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:48,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:03:48,239][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6f2a751d] -[DEBUG][2015-08-25 13:03:48,244][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@185b39e8] -[INFO][2015-08-25 13:03:48,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@735404c6: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:03:48,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:03:48,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:03:48,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:03:48,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:03:48,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:03:48,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:03:48,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:03:48,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,278][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-25 13:03:48,295][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:03:48,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:03:48,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,316][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-25 13:03:48,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:03:48,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,349][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:03:48,350][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:48,350][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:48,350][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:03:48,352][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:03:48,352][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:48,352][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:48,353][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:03:48,354][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:03:48,355][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:48,355][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:48,355][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:03:48,360][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:03:48,360][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:48,362][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:48,362][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:03:48,365][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:03:48,366][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:48,367][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:48,367][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:03:48,381][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,381][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:03:48,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,794][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-25 13:03:48,808][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-25 13:03:48,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:48,809][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-25 13:03:48,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:03:48,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:03:48,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,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.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-25 13:03:48,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-08-25 13:03:48,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:48,854][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-25 13:03:48,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,905][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 13:03:48,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:03:48,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:03:48,919][org.springframework.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-25 13:03:48,919][org.springframework.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-25 13:03:48,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:48,920][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-25 13:03:48,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,937][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-25 13:03:48,937][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,937][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:03:48,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:03:48,938][org.springframework.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-25 13:03:48,938][org.springframework.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-25 13:03:48,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:48,939][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-25 13:03:48,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,942][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-25 13:03:48,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:03:48,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:03:48,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-08-25 13:03:48,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-08-25 13:03:48,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:48,944][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-25 13:03:48,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,946][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-25 13:03:48,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:03:48,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:03:48,947][org.springframework.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-25 13:03:48,948][org.springframework.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-25 13:03:48,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:48,948][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-25 13:03:48,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,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-08-25 13:03:48,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,953][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-25 13:03:48,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:03:48,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:03:48,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-08-25 13:03:48,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-08-25 13:03:48,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:48,954][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-25 13:03:48,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,957][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-25 13:03:48,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:03:48,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:03:48,958][org.springframework.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-25 13:03:48,958][org.springframework.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-25 13:03:48,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:48,959][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-25 13:03:48,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,962][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-25 13:03:48,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:03:48,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:03:48,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-08-25 13:03:48,964][org.springframework.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-25 13:03:48,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:48,964][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-25 13:03:48,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,967][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-25 13:03:48,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:03:48,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:03:48,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-08-25 13:03:48,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-08-25 13:03:48,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:48,968][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-25 13:03:48,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,971][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-25 13:03:48,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:03:48,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:03:48,972][org.springframework.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-25 13:03:48,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-08-25 13:03:48,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:48,973][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-25 13:03:48,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,977][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-25 13:03:48,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:03:48,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:03:48,978][org.springframework.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-25 13:03:48,978][org.springframework.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-25 13:03:48,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:48,978][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-25 13:03:48,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,981][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-25 13:03:48,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:03:48,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:03:48,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-08-25 13:03:48,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-08-25 13:03:48,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:48,982][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-25 13:03:48,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,985][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-25 13:03:48,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:03:48,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:03:48,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-08-25 13:03:48,987][org.springframework.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-25 13:03:48,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:48,987][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-25 13:03:48,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,990][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-25 13:03:48,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:03:48,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:03:48,991][org.springframework.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-25 13:03:48,991][org.springframework.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-25 13:03:48,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:48,991][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-25 13:03:48,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,995][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-25 13:03:48,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:48,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:48,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:03:48,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:03:48,997][org.springframework.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-25 13:03:48,997][org.springframework.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-25 13:03:48,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:48,998][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-25 13:03:49,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:49,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:49,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:49,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:49,003][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-25 13:03:49,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:49,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:49,008][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:03:49,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:03:49,009][org.springframework.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-25 13:03:49,009][org.springframework.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-25 13:03:49,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:49,010][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-25 13:03:49,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:49,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:49,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:49,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:49,014][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-25 13:03:49,014][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-25 13:03:49,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:49,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:49,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:49,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:03:49,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:03:49,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:49,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:49,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:49,191][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:03:49,192][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:49,192][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:49,193][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:03:49,194][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:03:49,194][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:49,195][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:49,195][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:03:49,197][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:03:49,198][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:49,198][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:49,198][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:03:49,200][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:03:49,201][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:49,201][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:49,201][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:03:49,202][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:03:49,203][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:49,203][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:03:49,205][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 13:03:49,213][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 13:03:49,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 13:03:49,428][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 13:03:49,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:49,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:49,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:49,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:49,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:03:49,653][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-25 13:03:49,653][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-25 13:03:49,659][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\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-25 13:03:49,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:49,866][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 13:03:49,867][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 13:03:49,870][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 13:03:49,871][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 13:03:49,873][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 13:03:49,873][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-25 13:03:49,874][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-25 13:03:50,029][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 13:03:50,030][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 13:03:50,031][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 13:03:50,032][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 13:03:50,032][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 13:03:50,033][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 13:03:50,034][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 13:03:50,034][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 13:03:50,035][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 13:03:50,036][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 13:03:50,037][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 13:03:50,037][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 13:03:50,038][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 13:03:50,039][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 13:03:50,040][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 13:03:50,040][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 13:03:50,041][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 13:03:50,041][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 13:03:50,042][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 13:03:50,043][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 13:03:50,043][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 13:03:50,044][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 13:03:50,045][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 13:03:50,045][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 13:03:50,046][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 13:03:50,046][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 13:03:50,047][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 13:03:50,047][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 13:03:50,048][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 13:03:50,048][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 13:03:50,049][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 13:03:50,050][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 13:03:50,050][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 13:03:50,051][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 13:03:50,051][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-25 13:03:50,051][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-25 13:03:50,052][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 13:03:50,054][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-25 13:03:50,054][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-25 13:03:50,055][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:03:50,056][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-25 13:03:50,056][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-25 13:03:50,057][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-25 13:03:50,058][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-25 13:03:50,058][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-25 13:03:50,059][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-25 13:03:50,060][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-25 13:03:50,060][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-25 13:03:50,061][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:03:50,062][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-25 13:03:50,062][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-25 13:03:50,063][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-25 13:03:50,064][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-25 13:03:50,064][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-25 13:03:50,065][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-25 13:03:50,066][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-25 13:03:50,066][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-25 13:03:50,067][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-25 13:03:50,084][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-25 13:03:50,084][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-25 13:03:50,086][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 13:03:50,091][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-25 13:03:50,093][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-25 13:03:50,095][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 13:03:50,096][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-25 13:03:50,096][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-25 13:03:50,099][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-25 13:03:50,100][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-25 13:03:50,100][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-25 13:03:50,101][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 13:03:50,102][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-25 13:03:50,102][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-25 13:03:50,103][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-25 13:03:50,105][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-25 13:03:50,105][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-25 13:03:50,106][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-25 13:03:50,106][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-25 13:03:50,107][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-25 13:03:50,107][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-25 13:03:50,108][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-25 13:03:50,109][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-25 13:03:50,109][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 13:03:50,110][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-25 13:03:50,110][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-25 13:03:50,111][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:03:50,112][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-25 13:03:50,113][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-25 13:03:50,114][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-25 13:03:50,115][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-25 13:03:50,115][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-25 13:03:50,116][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 13:03:50,118][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-25 13:03:50,118][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-25 13:03:50,119][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 13:03:50,120][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-25 13:03:50,120][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-25 13:03:50,121][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:03:50,122][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-25 13:03:50,122][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-25 13:03:50,123][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 13:03:50,124][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-25 13:03:50,124][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-25 13:03:50,126][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-25 13:03:50,127][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-25 13:03:50,127][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-25 13:03:50,128][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 13:03:50,129][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-25 13:03:50,129][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-25 13:03:50,130][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-25 13:03:50,131][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-25 13:03:50,132][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-25 13:03:50,133][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-25 13:03:50,134][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-25 13:03:50,134][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-25 13:03:50,135][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-25 13:03:50,137][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-25 13:03:50,137][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-25 13:03:50,138][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:03:50,138][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-25 13:03:50,139][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-25 13:03:50,140][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 13:03:50,141][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-25 13:03:50,142][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-25 13:03:50,143][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 13:03:50,144][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-25 13:03:50,144][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-25 13:03:50,145][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 13:03:50,146][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-25 13:03:50,146][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-25 13:03:50,147][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 13:03:50,148][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-25 13:03:50,149][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-25 13:03:50,149][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 13:03:50,151][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,153][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,153][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,153][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,155][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,155][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,155][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,156][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,158][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,159][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,161][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,162][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,164][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,166][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,168][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,169][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,170][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,171][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,172][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,174][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,175][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,176][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,177][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,179][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,179][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,182][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,183][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,185][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,186][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,187][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,189][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,190][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,191][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:03:50,216][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 13:03:51,858][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-25 13:03:51,935][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-25 13:03:52,024][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-25 13:03:52,076][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-25 13:03:52,202][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-25 13:03:52,271][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-25 13:03:52,400][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-25 13:03:52,471][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-25 13:03:52,528][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-25 13:03:52,737][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-25 13:03:52,791][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-25 13:03:52,838][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-25 13:03:52,900][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-25 13:03:52,971][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-25 13:03:53,011][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-25 13:03:53,122][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-25 13:03:53,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:53,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 13:03:53,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:03:53,162][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-25 13:03:53,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:53,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 13:03:53,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:03:53,163][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-25 13:03:53,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:53,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 13:03:53,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:03:53,164][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-25 13:03:53,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:53,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 13:03:53,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:03:53,166][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-25 13:03:53,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:53,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 13:03:53,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:03:53,168][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-25 13:03:53,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:53,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 13:03:53,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:03:53,169][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-25 13:03:53,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:53,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 13:03:53,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:03:53,170][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-25 13:03:53,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:53,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 13:03:53,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:03:53,172][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-25 13:03:53,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:53,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 13:03:53,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:03:53,174][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-25 13:03:53,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:53,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 13:03:53,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:03:53,177][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-25 13:03:53,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:53,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 13:03:53,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:03:53,181][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-25 13:03:53,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:53,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 13:03:53,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:03:53,183][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-25 13:03:53,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:53,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 13:03:53,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:03:53,184][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-25 13:03:53,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:53,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 13:03:53,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:03:53,186][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-25 13:03:53,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:53,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 13:03:53,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:03:53,188][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-25 13:03:53,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:53,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 13:03:53,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:03:53,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,213][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-25 13:03:53,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:03:53,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,242][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 13:03:53,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,247][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:03:53,247][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:03:53,252][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:53,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:03:53,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:03:53,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:53,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:03:53,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 13:03:53,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:03:53,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:03:53,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,307][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:03:53,307][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:03:53,307][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:03:53,308][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:03:53,308][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:03:53,308][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:03:53,308][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:03:53,308][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:03:53,308][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:03:53,308][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:03:53,309][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:03:53,309][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:03:53,309][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:03:53,309][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:03:53,309][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:03:53,309][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:03:53,309][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:03:53,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:03:53,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 13:03:53,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:03:53,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:03:53,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:03:53,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:53,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:03:53,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:03:53,355][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:03:53,358][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@c727d43] -[DEBUG][2015-08-25 13:03:53,371][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:03:53,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:03:53,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:03:53,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,387][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-25 13:03:53,388][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-25 13:03:53,388][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-25 13:03:53,388][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-25 13:03:53,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:53,388][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-25 13:03:53,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:03:53,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,404][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 13:03:53,404][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-25 13:03:53,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:03:53,406][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 13:03:53,406][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-25 13:03:53,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:03:53,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,424][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 13:03:53,425][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-25 13:03:53,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:03:53,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,444][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 13:03:53,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,446][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:03:53,446][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@2760b402] -[DEBUG][2015-08-25 13:03:53,462][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:03:53,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 13:03:53,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:03:53,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,469][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-25 13:03:53,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:53,469][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-25 13:03:53,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:03:53,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,480][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 13:03:53,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,481][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:03:53,482][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@73396d2] -[DEBUG][2015-08-25 13:03:53,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:03:53,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:03:53,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:03:53,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,502][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-25 13:03:53,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:53,502][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-25 13:03:53,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:03:53,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,536][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 13:03:53,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,537][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:03:53,537][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@15c673a9] -[DEBUG][2015-08-25 13:03:53,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:03:53,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 13:03:53,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:03:53,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,558][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-25 13:03:53,559][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-25 13:03:53,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:53,559][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-25 13:03:53,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:03:53,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,568][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 13:03:53,568][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-25 13:03:53,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:03:53,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,577][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 13:03:53,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,579][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:03:53,579][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@2d4bc050] -[DEBUG][2015-08-25 13:03:53,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:03:53,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 13:03:53,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 13:03:53,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:53,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,592][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 13:03:53,592][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@213b91a5] -[DEBUG][2015-08-25 13:03:53,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 13:03:53,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:03:53,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:03:53,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:53,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,609][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:03:53,609][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@2012e4d] -[DEBUG][2015-08-25 13:03:53,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:03:53,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 13:03:53,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:03:53,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,622][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-25 13:03:53,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:53,623][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-25 13:03:53,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:03:53,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,634][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 13:03:53,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,636][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:03:53,637][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@638a2b99] -[DEBUG][2015-08-25 13:03:53,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:03:53,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 13:03:53,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:03:53,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,650][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-25 13:03:53,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:53,651][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-25 13:03:53,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:03:53,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,658][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 13:03:53,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,660][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:03:53,660][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@32e8310d] -[DEBUG][2015-08-25 13:03:53,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:03:53,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:03:53,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 13:03:53,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,678][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-25 13:03:53,678][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-25 13:03:53,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:03:53,680][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-25 13:03:53,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:03:53,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,687][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 13:03:53,687][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-25 13:03:53,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:03:53,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,709][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 13:03:53,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,711][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:03:53,711][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@ac9e715] -[DEBUG][2015-08-25 13:03:53,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 13:03:53,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:03:53,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:53,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:03:53,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:03:53,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:03:53,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:03:53,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:03:53,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:03:53,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:03:53,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:03:53,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:03:53,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:03:53,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:03:53,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:03:53,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:03:53,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:03:53,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:03:53,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:03:53,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:03:53,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:03:53,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:03:53,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:03:53,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:03:53,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:03:53,728][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@425c70ca] -[DEBUG][2015-08-25 13:03:53,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 13:03:53,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:53,736][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 13:03:53,736][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 13:03:53,737][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 13:03:53,737][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:03:53,739][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@17f5cc16 testClass = orderTest, testInstance = com.changyu.test.orderTest@a29c4a4, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 13:03:53,740][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:03:53,753][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-25 13:03:53,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:03:53,755][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 13:03:53,755][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-25 13:03:53,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:03:53,757][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 13:03:53,757][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-25 13:03:53,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:03:53,759][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 13:03:53,759][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-25 13:03:53,761][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:03:53,762][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 13:03:53,762][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-25 13:03:53,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:03:53,764][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 13:03:53,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:03:53,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:03:53,773][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:03:53,804][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 13:03:53,806][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@17f5cc16 testClass = orderTest, testInstance = com.changyu.test.orderTest@a29c4a4, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@13710065 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-25 13:03:53,807][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@17f5cc16 testClass = orderTest, testInstance = com.changyu.test.orderTest@a29c4a4, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:03:53,818][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@17f5cc16 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13710065 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-25 13:03:53,821][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@50383c13: startup date [Tue Aug 25 13:03:47 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:03:53,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:03:53,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 13:03:53,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@735404c6: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:03:53,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:03:53,825][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:03:53,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 13:03:53,827][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[INFO][2015-08-25 13:03:53,836][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 13:04:04,777][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 13:04:04,867][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@53546fcd 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-25 13:04:04,872][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-25 13:04:04,877][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 13:04:04,949][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:04:04,949][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:04:04,952][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:04:04,953][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:04:04,955][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:04:04,955][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:04:04,961][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:04:04,962][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:04:04,967][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 13:04:04,969][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:04:05,225][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:04:05,228][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:05,231][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:05,232][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:04:05,244][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:04:05,244][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:05,244][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:05,245][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 13:04:05,261][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 13:04:05,306][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:04:05,379][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 13:04:05,393][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-25 13:04:05,398][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-25 13:04:05,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-08-25 13:04:05,515][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-25 13:04:05,536][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:04:05,566][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-25 13:04:05,647][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-25 13:04:05,647][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-25 13:04:05,658][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\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-25 13:04:05,721][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-25 13:04:05,722][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-25 13:04:05,727][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\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-25 13:04:05,752][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-25 13:04:05,755][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-25 13:04:05,757][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-25 13:04:05,762][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-25 13:04:05,764][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-25 13:04:05,765][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-25 13:04:05,768][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-25 13:04:05,770][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-25 13:04:05,771][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-25 13:04:05,780][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-25 13:04:05,787][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 13:04:05,787][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 13:04:05,791][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:04:05,795][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-25 13:04:05,849][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-25 13:04:05,869][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-25 13:04:05,883][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-25 13:04:05,903][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:04:05,904][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 13:04:05,918][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-25 13:04:05,991][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 13:04:05,998][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@50383c13: startup date [Tue Aug 25 13:04:05 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:04:05,998][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@50383c13: org.springframework.beans.factory.support.DefaultListableBeanFactory@11059e51: 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,/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-25 13:04:06,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:04:06,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:04:06,118][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:06,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:04:06,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:04:06,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:04:06,126][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-25 13:04:06,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:04:06,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:04:06,328][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:04:06,329][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:06,329][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:06,330][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:04:06,333][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-25 13:04:06,334][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-25 13:04:06,342][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\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-25 13:04:06,343][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-25 13:04:06,344][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-25 13:04:06,345][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-25 13:04:06,345][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-25 13:04:06,346][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-25 13:04:06,346][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-25 13:04:06,347][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-25 13:04:06,347][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-25 13:04:06,348][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-25 13:04:06,349][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-25 13:04:06,350][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-25 13:04:06,351][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-25 13:04:06,351][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-25 13:04:06,352][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-25 13:04:06,353][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-25 13:04:06,354][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-25 13:04:06,358][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 13:04:06,361][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 13:04:06,361][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 13:04:06,361][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 13:04:06,361][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 13:04:06,361][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 13:04:06,361][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 13:04:06,362][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 13:04:06,362][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 13:04:06,362][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 13:04:06,362][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 13:04:06,362][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 13:04:06,362][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 13:04:06,362][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 13:04:06,363][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 13:04:06,363][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 13:04:06,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:04:06,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:04:06,376][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-25 13:04:06,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 13:04:06,397][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 13:04:06,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:04:06,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:04:06,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:06,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:04:06,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:04:06,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:04:06,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:06,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:04:06,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:04:06,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:04:06,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:06,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:04:06,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:04:06,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:04:06,428][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-25 13:04:06,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:04:06,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:04:06,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:04:06,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:06,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:04:06,482][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4c6efbef] -[DEBUG][2015-08-25 13:04:06,487][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@d36bad6] -[INFO][2015-08-25 13:04:06,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@11059e51: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:04:06,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:04:06,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:04:06,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:04:06,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:04:06,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:04:06,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:04:06,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:04:06,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:06,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:06,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-25 13:04:06,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:04:06,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:04:06,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:06,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:06,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:06,546][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-25 13:04:06,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:04:06,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:06,580][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:04:06,580][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:06,581][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:06,581][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:04:06,582][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:04:06,582][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:06,582][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:06,583][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:04:06,584][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:04:06,584][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:06,584][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:06,585][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:04:06,590][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:04:06,590][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:06,591][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:06,592][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:04:06,594][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:04:06,595][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:06,595][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:06,595][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:04:06,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:06,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:04:07,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,025][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-25 13:04:07,040][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-25 13:04:07,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:07,040][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-25 13:04:07,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:04:07,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:04:07,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,076][org.springframework.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-25 13:04:07,076][org.springframework.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-25 13:04:07,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:07,088][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-25 13:04:07,089][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-25 13:04:07,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,137][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 13:04:07,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:04:07,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:04:07,150][org.springframework.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-25 13:04:07,150][org.springframework.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-25 13:04:07,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:07,151][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-25 13:04:07,151][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-25 13:04:07,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,168][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-25 13:04:07,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:04:07,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:04:07,171][org.springframework.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-25 13:04:07,171][org.springframework.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-25 13:04:07,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:07,171][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-25 13:04:07,172][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-25 13:04:07,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,175][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-25 13:04:07,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:04:07,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:04:07,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-08-25 13:04:07,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.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-25 13:04:07,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:07,177][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-25 13:04:07,177][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-25 13:04:07,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,180][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-25 13:04:07,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:04:07,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:04:07,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-08-25 13:04:07,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-08-25 13:04:07,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:07,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-08-25 13:04:07,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-08-25 13:04:07,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,185][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-25 13:04:07,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,187][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-25 13:04:07,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:04:07,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:04:07,189][org.springframework.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-25 13:04:07,189][org.springframework.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-25 13:04:07,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:07,190][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-25 13:04:07,190][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-25 13:04:07,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,195][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-25 13:04:07,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:04:07,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:04:07,196][org.springframework.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-25 13:04:07,196][org.springframework.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-25 13:04:07,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:07,196][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-25 13:04:07,196][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-25 13:04:07,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,199][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-25 13:04:07,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:04:07,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:04:07,200][org.springframework.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-25 13:04:07,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-08-25 13:04:07,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:07,201][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-25 13:04:07,201][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-25 13:04:07,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,204][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-25 13:04:07,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:04:07,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:04:07,205][org.springframework.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-25 13:04:07,205][org.springframework.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-25 13:04:07,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:07,206][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-25 13:04:07,206][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-25 13:04:07,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,209][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-25 13:04:07,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:04:07,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:04:07,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-08-25 13:04:07,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.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-25 13:04:07,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:07,211][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-25 13:04:07,211][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-25 13:04:07,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,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-08-25 13:04:07,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:04:07,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:04:07,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-08-25 13:04:07,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-08-25 13:04:07,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:07,216][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-25 13:04:07,216][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-25 13:04:07,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,219][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-25 13:04:07,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:04:07,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:04:07,220][org.springframework.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-25 13:04:07,220][org.springframework.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-25 13:04:07,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:07,221][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-25 13:04:07,221][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-25 13:04:07,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,224][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-25 13:04:07,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:04:07,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:04:07,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-25 13:04:07,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-25 13:04:07,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:07,225][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-25 13:04:07,225][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-25 13:04:07,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,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-08-25 13:04:07,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:04:07,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:04:07,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-08-25 13:04:07,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-25 13:04:07,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:07,230][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-25 13:04:07,230][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-25 13:04:07,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,233][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-25 13:04:07,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:04:07,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:04:07,235][org.springframework.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-25 13:04:07,235][org.springframework.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-25 13:04:07,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:07,235][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-25 13:04:07,235][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-25 13:04:07,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,238][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,238][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,238][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,239][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-25 13:04:07,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:04:07,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:04:07,241][org.springframework.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-25 13:04:07,243][org.springframework.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-25 13:04:07,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:07,244][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-25 13:04:07,244][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-25 13:04:07,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,247][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-25 13:04:07,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:07,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:07,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:07,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:04:07,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:04:07,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,354][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:07,433][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:04:07,433][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:07,434][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:07,434][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:04:07,435][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:04:07,436][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:07,436][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:07,436][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:04:07,437][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:04:07,438][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:07,438][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:07,438][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:04:07,439][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:04:07,440][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:07,440][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:07,440][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:04:07,441][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:04:07,441][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:07,442][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:04:07,442][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 13:04:07,451][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 13:04:07,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 13:04:07,671][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 13:04:07,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:07,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:07,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:04:07,899][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-25 13:04:07,900][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-25 13:04:07,906][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\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-25 13:04:07,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:08,113][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 13:04:08,113][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 13:04:08,115][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 13:04:08,116][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 13:04:08,119][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 13:04:08,120][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-25 13:04:08,120][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-25 13:04:08,277][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 13:04:08,278][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 13:04:08,279][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 13:04:08,280][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 13:04:08,281][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 13:04:08,281][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 13:04:08,282][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 13:04:08,283][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 13:04:08,284][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 13:04:08,284][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 13:04:08,285][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 13:04:08,286][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 13:04:08,286][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 13:04:08,287][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 13:04:08,287][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 13:04:08,288][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 13:04:08,289][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 13:04:08,289][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 13:04:08,290][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 13:04:08,291][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 13:04:08,291][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 13:04:08,292][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 13:04:08,293][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 13:04:08,293][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 13:04:08,294][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 13:04:08,294][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 13:04:08,295][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 13:04:08,295][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 13:04:08,296][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 13:04:08,297][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 13:04:08,297][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 13:04:08,298][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 13:04:08,298][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 13:04:08,299][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 13:04:08,299][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-25 13:04:08,299][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-25 13:04:08,300][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 13:04:08,301][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-25 13:04:08,301][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-25 13:04:08,302][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:04:08,303][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-25 13:04:08,303][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-25 13:04:08,304][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-25 13:04:08,305][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-25 13:04:08,305][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-25 13:04:08,307][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-25 13:04:08,308][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-25 13:04:08,308][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-25 13:04:08,309][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:04:08,310][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-25 13:04:08,310][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-25 13:04:08,310][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-25 13:04:08,312][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-25 13:04:08,312][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-25 13:04:08,313][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-25 13:04:08,314][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-25 13:04:08,314][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-25 13:04:08,330][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-25 13:04:08,332][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-25 13:04:08,333][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-25 13:04:08,337][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 13:04:08,339][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-25 13:04:08,340][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-25 13:04:08,341][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 13:04:08,341][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-25 13:04:08,342][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-25 13:04:08,344][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-25 13:04:08,345][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-25 13:04:08,346][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-25 13:04:08,347][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 13:04:08,348][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-25 13:04:08,348][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-25 13:04:08,349][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-25 13:04:08,350][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-25 13:04:08,350][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-25 13:04:08,351][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-25 13:04:08,353][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-25 13:04:08,353][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-25 13:04:08,354][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-25 13:04:08,355][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-25 13:04:08,355][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-25 13:04:08,356][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 13:04:08,357][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-25 13:04:08,358][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-25 13:04:08,359][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:04:08,360][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-25 13:04:08,360][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-25 13:04:08,361][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-25 13:04:08,362][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-25 13:04:08,362][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-25 13:04:08,364][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 13:04:08,365][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-25 13:04:08,365][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-25 13:04:08,366][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 13:04:08,367][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-25 13:04:08,368][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-25 13:04:08,369][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:04:08,370][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-25 13:04:08,370][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-25 13:04:08,371][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 13:04:08,372][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-25 13:04:08,372][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-25 13:04:08,373][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-25 13:04:08,374][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-25 13:04:08,374][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-25 13:04:08,375][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 13:04:08,376][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-25 13:04:08,376][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-25 13:04:08,377][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-25 13:04:08,378][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-25 13:04:08,379][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-25 13:04:08,380][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-25 13:04:08,381][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-25 13:04:08,381][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-25 13:04:08,382][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-25 13:04:08,383][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-25 13:04:08,383][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-25 13:04:08,384][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:04:08,385][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-25 13:04:08,385][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-25 13:04:08,387][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 13:04:08,388][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-25 13:04:08,388][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-25 13:04:08,389][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 13:04:08,390][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-25 13:04:08,391][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-25 13:04:08,391][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 13:04:08,392][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-25 13:04:08,393][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-25 13:04:08,394][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 13:04:08,395][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-25 13:04:08,395][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-25 13:04:08,396][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 13:04:08,397][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,399][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,399][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,399][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,400][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,400][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,401][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,402][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,403][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,405][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,406][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,408][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,409][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,411][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,413][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,413][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,415][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,416][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,417][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,418][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,419][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,420][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,422][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,424][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,424][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,425][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,426][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,427][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,429][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,431][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,432][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,433][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:04:08,459][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 13:04:09,584][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-25 13:04:09,657][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-25 13:04:09,743][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-25 13:04:09,793][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-25 13:04:09,912][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-25 13:04:09,976][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-25 13:04:10,102][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-25 13:04:10,177][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-25 13:04:10,239][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-25 13:04:10,451][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-25 13:04:10,504][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-25 13:04:10,553][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-25 13:04:10,606][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-25 13:04:10,675][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-25 13:04:10,718][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-25 13:04:10,829][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-25 13:04:10,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:10,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:10,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:10,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:10,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:10,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:10,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:10,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:10,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:10,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 13:04:10,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:04:10,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:10,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 13:04:10,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:04:10,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:10,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 13:04:10,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:04:10,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:10,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 13:04:10,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:04:10,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:10,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 13:04:10,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:04:10,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:10,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 13:04:10,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:04:10,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:10,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 13:04:10,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:04:10,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:10,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 13:04:10,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:04:10,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:10,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 13:04:10,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:04:10,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:10,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 13:04:10,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:04:10,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:10,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 13:04:10,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:04:10,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:10,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 13:04:10,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:04:10,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:10,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 13:04:10,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:04:10,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:10,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 13:04:10,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:04:10,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:10,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 13:04:10,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:04:10,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:10,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 13:04:10,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:04:10,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:10,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:10,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:10,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:10,927][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-25 13:04:10,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:04:10,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:10,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:10,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:10,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:10,952][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 13:04:10,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:10,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:10,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:10,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:10,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:04:10,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:04:10,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:10,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:04:10,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:04:10,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:10,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:10,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:10,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:04:10,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 13:04:10,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:10,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:10,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:10,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:04:11,007][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:04:11,007][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,007][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,020][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:04:11,020][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:04:11,021][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:04:11,021][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:04:11,021][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:04:11,021][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:04:11,021][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:04:11,021][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:04:11,021][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:04:11,022][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:04:11,022][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:04:11,022][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:04:11,022][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:04:11,022][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:04:11,022][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:04:11,022][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:04:11,022][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:04:11,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:04:11,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 13:04:11,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:04:11,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:04:11,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:04:11,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:11,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:04:11,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:04:11,062][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:04:11,065][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@40d6c203] -[DEBUG][2015-08-25 13:04:11,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:04:11,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:04:11,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:04:11,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,092][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-25 13:04:11,092][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-25 13:04:11,092][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-25 13:04:11,092][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-25 13:04:11,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:11,093][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-25 13:04:11,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:04:11,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,111][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 13:04:11,112][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-25 13:04:11,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:04:11,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,118][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,126][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 13:04:11,126][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-25 13:04:11,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:04:11,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,142][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 13:04:11,142][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-25 13:04:11,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:04:11,143][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 13:04:11,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,145][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:04:11,146][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@7fc8fdd8] -[DEBUG][2015-08-25 13:04:11,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:04:11,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 13:04:11,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:04:11,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,166][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-25 13:04:11,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:11,167][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-25 13:04:11,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:04:11,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,176][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 13:04:11,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,178][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:04:11,178][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@406200ba] -[DEBUG][2015-08-25 13:04:11,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:04:11,238][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:04:11,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:04:11,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,252][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-25 13:04:11,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:11,253][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-25 13:04:11,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:04:11,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,289][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 13:04:11,290][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,290][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,290][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,290][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,292][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:04:11,293][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@4cd5a575] -[DEBUG][2015-08-25 13:04:11,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:04:11,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 13:04:11,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:04:11,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,313][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-25 13:04:11,313][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-25 13:04:11,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:11,314][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-25 13:04:11,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:04:11,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,323][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 13:04:11,323][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-25 13:04:11,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:04:11,327][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,327][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,327][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,332][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 13:04:11,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,334][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:04:11,334][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@16516ac3] -[DEBUG][2015-08-25 13:04:11,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:04:11,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 13:04:11,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 13:04:11,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:11,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,347][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,347][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,347][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,348][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 13:04:11,348][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@131e6b9c] -[DEBUG][2015-08-25 13:04:11,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 13:04:11,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:04:11,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:04:11,354][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,354][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,358][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:11,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,363][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:04:11,364][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@17840db8] -[DEBUG][2015-08-25 13:04:11,370][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:04:11,370][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 13:04:11,371][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:04:11,371][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,371][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,379][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-25 13:04:11,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:11,380][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-25 13:04:11,381][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:04:11,386][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,386][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,397][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 13:04:11,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,399][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:04:11,399][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@64c0a4ae] -[DEBUG][2015-08-25 13:04:11,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:04:11,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 13:04:11,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:04:11,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,414][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-25 13:04:11,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:11,415][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-25 13:04:11,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:04:11,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,425][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 13:04:11,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,427][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:04:11,428][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@6f2c94cc] -[DEBUG][2015-08-25 13:04:11,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:04:11,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:04:11,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 13:04:11,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,453][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-25 13:04:11,454][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-25 13:04:11,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:04:11,455][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-25 13:04:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:04:11,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,464][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 13:04:11,465][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-25 13:04:11,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:04:11,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,494][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 13:04:11,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,497][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:04:11,497][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@3993f896] -[DEBUG][2015-08-25 13:04:11,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 13:04:11,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:04:11,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:11,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:04:11,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:04:11,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:04:11,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:04:11,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:04:11,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:04:11,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:04:11,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:04:11,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:04:11,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:04:11,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:04:11,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:04:11,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:04:11,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:04:11,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:04:11,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:04:11,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:04:11,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:04:11,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:04:11,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:04:11,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:04:11,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:04:11,519][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@707ddb77] -[DEBUG][2015-08-25 13:04:11,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 13:04:11,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:11,529][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 13:04:11,529][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 13:04:11,530][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 13:04:11,531][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:04:11,533][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@2e318e89 testClass = orderTest, testInstance = com.changyu.test.orderTest@3784dc10, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 13:04:11,533][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:04:11,549][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-25 13:04:11,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:04:11,551][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 13:04:11,551][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-25 13:04:11,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:04:11,553][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 13:04:11,554][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-25 13:04:11,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:04:11,557][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 13:04:11,557][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-25 13:04:11,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:04:11,560][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 13:04:11,560][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-25 13:04:11,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:04:11,563][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 13:04:11,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:04:11,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:04:11,577][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:04:11,621][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 13:04:11,624][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@2e318e89 testClass = orderTest, testInstance = com.changyu.test.orderTest@3784dc10, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@13710065 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-25 13:04:11,625][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@2e318e89 testClass = orderTest, testInstance = com.changyu.test.orderTest@3784dc10, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:04:11,638][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@2e318e89 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13710065 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-25 13:04:11,643][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@50383c13: startup date [Tue Aug 25 13:04:05 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:04:11,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:04:11,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 13:04:11,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@11059e51: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:04:11,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:04:11,649][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:04:11,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 13:04:11,651][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[INFO][2015-08-25 13:04:11,661][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 13:09:08,445][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 13:09:08,539][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@4d9f6ce5 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-25 13:09:08,545][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-25 13:09:08,549][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 13:09:08,618][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:09:08,618][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:09:08,623][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:09:08,623][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:09:08,626][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:09:08,626][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:09:08,634][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:09:08,635][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:09:08,641][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 13:09:08,642][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:09:08,892][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:09:08,895][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:08,899][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:08,900][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:09:08,913][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:09:08,914][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:08,914][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:08,914][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 13:09:08,933][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 13:09:08,981][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:09:09,060][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 13:09:09,072][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-25 13:09:09,077][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-25 13:09:09,192][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-25 13:09:09,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-08-25 13:09:09,236][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:09:09,273][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-25 13:09:09,366][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-25 13:09:09,367][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-25 13:09:09,380][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\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-25 13:09:09,448][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-25 13:09:09,448][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-25 13:09:09,454][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\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-25 13:09:09,484][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-25 13:09:09,488][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-25 13:09:09,490][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-25 13:09:09,495][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-25 13:09:09,497][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-25 13:09:09,498][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-25 13:09:09,502][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-25 13:09:09,504][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-25 13:09:09,505][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-25 13:09:09,515][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-25 13:09:09,524][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 13:09:09,524][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 13:09:09,528][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:09:09,533][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-25 13:09:09,606][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-25 13:09:09,616][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-25 13:09:09,633][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-25 13:09:09,652][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:09:09,654][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 13:09:09,669][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-25 13:09:09,742][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 13:09:09,749][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@68428693: startup date [Tue Aug 25 13:09:09 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:09:09,749][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@68428693: org.springframework.beans.factory.support.DefaultListableBeanFactory@4f86b169: 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,/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-25 13:09:09,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:09:09,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:09:09,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:09,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:09:09,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:09:09,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:09:09,874][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-25 13:09:09,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:09:09,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:09:10,082][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:09:10,082][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:10,083][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:10,084][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:09:10,087][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-25 13:09:10,088][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-25 13:09:10,096][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\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-25 13:09:10,097][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-25 13:09:10,097][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-25 13:09:10,098][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-25 13:09:10,098][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-25 13:09:10,099][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-25 13:09:10,100][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-25 13:09:10,100][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-25 13:09:10,102][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-25 13:09:10,103][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-25 13:09:10,104][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-25 13:09:10,104][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-25 13:09:10,105][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-25 13:09:10,106][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-25 13:09:10,106][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-25 13:09:10,107][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-25 13:09:10,107][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-25 13:09:10,111][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 13:09:10,115][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 13:09:10,115][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 13:09:10,115][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 13:09:10,116][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 13:09:10,116][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 13:09:10,116][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 13:09:10,116][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 13:09:10,116][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 13:09:10,117][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 13:09:10,117][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 13:09:10,117][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 13:09:10,117][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 13:09:10,118][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 13:09:10,118][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 13:09:10,118][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 13:09:10,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:09:10,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:09:10,129][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-25 13:09:10,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 13:09:10,153][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 13:09:10,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:09:10,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:09:10,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:10,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:09:10,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:09:10,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:09:10,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:10,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:09:10,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:09:10,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:09:10,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:10,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:09:10,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:09:10,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:09:10,191][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-25 13:09:10,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:09:10,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:09:10,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:09:10,212][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:10,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:09:10,262][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@12e6c13f] -[DEBUG][2015-08-25 13:09:10,268][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@ae7b92e] -[INFO][2015-08-25 13:09:10,288][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4f86b169: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:09:10,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:09:10,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:09:10,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:09:10,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:09:10,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:09:10,290][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:09:10,290][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:09:10,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:10,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:10,299][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-25 13:09:10,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:09:10,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:09:10,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:10,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:10,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:10,335][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-25 13:09:10,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:09:10,336][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:10,368][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:09:10,369][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:10,369][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:10,369][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:09:10,370][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:09:10,371][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:10,371][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:10,372][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:09:10,373][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:09:10,374][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:10,374][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:10,374][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:09:10,380][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:09:10,380][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:10,380][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:10,381][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:09:10,383][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:09:10,384][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:10,384][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:10,384][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:09:10,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:10,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:10,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:09:10,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:10,824][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-25 13:09:10,861][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-25 13:09:10,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:10,861][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-25 13:09:10,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:09:10,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:09:10,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:10,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:10,883][org.springframework.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-25 13:09:10,937][org.springframework.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-25 13:09:10,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:10,956][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-25 13:09:10,957][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-25 13:09:10,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:10,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,007][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 13:09:11,021][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,021][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:09:11,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:09:11,023][org.springframework.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-25 13:09:11,023][org.springframework.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-25 13:09:11,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:11,024][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-25 13:09:11,024][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-25 13:09:11,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,043][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-25 13:09:11,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:09:11,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:09:11,045][org.springframework.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-25 13:09:11,045][org.springframework.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-25 13:09:11,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:11,045][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-25 13:09:11,046][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-25 13:09:11,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,049][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-25 13:09:11,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:09:11,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:09:11,050][org.springframework.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-25 13:09:11,050][org.springframework.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-25 13:09:11,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:11,050][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-25 13:09:11,051][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-25 13:09:11,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,054][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-25 13:09:11,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:09:11,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:09:11,055][org.springframework.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-25 13:09:11,055][org.springframework.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-25 13:09:11,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:11,055][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-25 13:09:11,055][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-25 13:09:11,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,059][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-25 13:09:11,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,060][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-25 13:09:11,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:09:11,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:09:11,061][org.springframework.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-25 13:09:11,061][org.springframework.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-25 13:09:11,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:11,062][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-25 13:09:11,062][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-25 13:09:11,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,065][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-25 13:09:11,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:09:11,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:09:11,066][org.springframework.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-25 13:09:11,066][org.springframework.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-25 13:09:11,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:11,066][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-25 13:09:11,066][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-25 13:09:11,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,070][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-25 13:09:11,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:09:11,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:09:11,070][org.springframework.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-25 13:09:11,071][org.springframework.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-25 13:09:11,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:11,071][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-25 13:09:11,071][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-25 13:09:11,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,074][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-25 13:09:11,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:09:11,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:09:11,075][org.springframework.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-25 13:09:11,076][org.springframework.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-25 13:09:11,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:11,076][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-25 13:09:11,076][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-25 13:09:11,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,079][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-25 13:09:11,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:09:11,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:09:11,081][org.springframework.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-25 13:09:11,081][org.springframework.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-25 13:09:11,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:11,081][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-25 13:09:11,081][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-25 13:09:11,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,084][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-25 13:09:11,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:09:11,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:09:11,086][org.springframework.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-25 13:09:11,086][org.springframework.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-25 13:09:11,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:11,087][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-25 13:09:11,087][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-25 13:09:11,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,090][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-25 13:09:11,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:09:11,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:09:11,091][org.springframework.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-25 13:09:11,091][org.springframework.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-25 13:09:11,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:11,091][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-25 13:09:11,092][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-25 13:09:11,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,095][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-25 13:09:11,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:09:11,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:09:11,096][org.springframework.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-25 13:09:11,096][org.springframework.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-25 13:09:11,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:11,096][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-25 13:09:11,096][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-25 13:09:11,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,099][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-25 13:09:11,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:09:11,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:09:11,101][org.springframework.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-25 13:09:11,101][org.springframework.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-25 13:09:11,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:11,101][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-25 13:09:11,102][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-25 13:09:11,103][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,103][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,103][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,103][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,104][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-25 13:09:11,105][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,105][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,105][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:09:11,105][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:09:11,106][org.springframework.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-25 13:09:11,106][org.springframework.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-25 13:09:11,106][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:11,106][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-25 13:09:11,106][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-25 13:09:11,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,110][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-25 13:09:11,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:09:11,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:09:11,112][org.springframework.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-25 13:09:11,113][org.springframework.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-25 13:09:11,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:11,113][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-25 13:09:11,113][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-25 13:09:11,115][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,115][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,115][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,115][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,116][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-25 13:09:11,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:09:11,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:09:11,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:11,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:09:11,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:09:11,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:11,330][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:09:11,331][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:11,331][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:11,332][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:09:11,333][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:09:11,334][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:11,334][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:11,334][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:09:11,335][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:09:11,336][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:11,336][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:11,336][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:09:11,337][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:09:11,338][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:11,338][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:11,338][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:09:11,339][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:09:11,340][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:11,340][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:09:11,340][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 13:09:11,350][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 13:09:11,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 13:09:11,595][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 13:09:11,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:11,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:11,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:09:11,833][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-25 13:09:11,834][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-25 13:09:11,840][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\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-25 13:09:11,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 13:09:12,092][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 13:09:12,092][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 13:09:12,094][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 13:09:12,096][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 13:09:12,097][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 13:09:12,098][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-25 13:09:12,099][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-25 13:09:12,312][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 13:09:12,339][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 13:09:12,339][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 13:09:12,340][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 13:09:12,341][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 13:09:12,342][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 13:09:12,342][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 13:09:12,343][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 13:09:12,343][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 13:09:12,344][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 13:09:12,345][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 13:09:12,345][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 13:09:12,346][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 13:09:12,346][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 13:09:12,347][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 13:09:12,348][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 13:09:12,348][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 13:09:12,349][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 13:09:12,350][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 13:09:12,351][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 13:09:12,351][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 13:09:12,353][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 13:09:12,353][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 13:09:12,354][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 13:09:12,355][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 13:09:12,355][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 13:09:12,356][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 13:09:12,357][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 13:09:12,357][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 13:09:12,358][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 13:09:12,359][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 13:09:12,359][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 13:09:12,360][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 13:09:12,360][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 13:09:12,361][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-25 13:09:12,361][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-25 13:09:12,362][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 13:09:12,364][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-25 13:09:12,364][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-25 13:09:12,365][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:09:12,366][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-25 13:09:12,366][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-25 13:09:12,367][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-25 13:09:12,368][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-25 13:09:12,369][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-25 13:09:12,387][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-25 13:09:12,392][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-25 13:09:12,398][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-25 13:09:12,399][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:09:12,401][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-25 13:09:12,401][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-25 13:09:12,402][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-25 13:09:12,403][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-25 13:09:12,403][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-25 13:09:12,404][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-25 13:09:12,406][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-25 13:09:12,406][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-25 13:09:12,407][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-25 13:09:12,408][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-25 13:09:12,409][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-25 13:09:12,410][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 13:09:12,411][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-25 13:09:12,412][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-25 13:09:12,413][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 13:09:12,415][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-25 13:09:12,415][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-25 13:09:12,418][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-25 13:09:12,419][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-25 13:09:12,420][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-25 13:09:12,421][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 13:09:12,422][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-25 13:09:12,422][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-25 13:09:12,423][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-25 13:09:12,424][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-25 13:09:12,425][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-25 13:09:12,426][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-25 13:09:12,427][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-25 13:09:12,428][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-25 13:09:12,428][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-25 13:09:12,429][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-25 13:09:12,430][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-25 13:09:12,431][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 13:09:12,432][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-25 13:09:12,432][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-25 13:09:12,433][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:09:12,434][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-25 13:09:12,434][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-25 13:09:12,436][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-25 13:09:12,437][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-25 13:09:12,437][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-25 13:09:12,439][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 13:09:12,441][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-25 13:09:12,441][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-25 13:09:12,443][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 13:09:12,444][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-25 13:09:12,444][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-25 13:09:12,445][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:09:12,446][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-25 13:09:12,446][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-25 13:09:12,447][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 13:09:12,448][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-25 13:09:12,449][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-25 13:09:12,450][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-25 13:09:12,451][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-25 13:09:12,452][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-25 13:09:12,452][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 13:09:12,454][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-25 13:09:12,454][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-25 13:09:12,455][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-25 13:09:12,456][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-25 13:09:12,457][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-25 13:09:12,458][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-25 13:09:12,459][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-25 13:09:12,460][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-25 13:09:12,461][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-25 13:09:12,462][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-25 13:09:12,463][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-25 13:09:12,463][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:09:12,464][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-25 13:09:12,465][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-25 13:09:12,467][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 13:09:12,468][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-25 13:09:12,468][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-25 13:09:12,470][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 13:09:12,471][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-25 13:09:12,471][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-25 13:09:12,472][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 13:09:12,473][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-25 13:09:12,474][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-25 13:09:12,475][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 13:09:12,477][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-25 13:09:12,477][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-25 13:09:12,478][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 13:09:12,479][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,481][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,481][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,481][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,482][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,482][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,483][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,484][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,485][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,486][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,488][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,490][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,491][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,492][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,495][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,495][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,497][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,498][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,499][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,501][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,503][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,505][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,506][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,517][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,517][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,519][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,520][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,523][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,525][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,527][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,529][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,530][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,532][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:09:12,561][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 13:09:16,809][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-25 13:09:16,876][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-25 13:09:16,969][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-25 13:09:17,018][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-25 13:09:17,118][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-25 13:09:17,193][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-25 13:09:17,335][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-25 13:09:17,436][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-25 13:09:17,498][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-25 13:09:17,711][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-25 13:09:17,769][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-25 13:09:17,819][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-25 13:09:17,980][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-25 13:09:18,045][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-25 13:09:18,090][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-25 13:09:18,214][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-25 13:09:18,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:09:18,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 13:09:18,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:09:18,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:09:18,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 13:09:18,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:09:18,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:09:18,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 13:09:18,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:09:18,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:09:18,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 13:09:18,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:09:18,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:09:18,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 13:09:18,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:09:18,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:09:18,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 13:09:18,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:09:18,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:09:18,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 13:09:18,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:09:18,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:09:18,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 13:09:18,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:09:18,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:09:18,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 13:09:18,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:09:18,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:09:18,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 13:09:18,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:09:18,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:09:18,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 13:09:18,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:09:18,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:09:18,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 13:09:18,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:09:18,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:09:18,273][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 13:09:18,273][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:09:18,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:09:18,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 13:09:18,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:09:18,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:09:18,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 13:09:18,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:09:18,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:09:18,281][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 13:09:18,281][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:09:18,288][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,288][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,288][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,304][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-25 13:09:18,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:09:18,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,348][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 13:09:18,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,350][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:09:18,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:09:18,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:18,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:09:18,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:09:18,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:18,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:09:18,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 13:09:18,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:09:18,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:09:18,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,438][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:09:18,439][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:09:18,439][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:09:18,439][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:09:18,439][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:09:18,439][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:09:18,439][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:09:18,440][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:09:18,440][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:09:18,440][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:09:18,440][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:09:18,440][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:09:18,440][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:09:18,440][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:09:18,440][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:09:18,441][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:09:18,441][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:09:18,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:09:18,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 13:09:18,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:09:18,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:09:18,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:09:18,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:18,462][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:09:18,464][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:09:18,487][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:09:18,490][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@3bd95296] -[DEBUG][2015-08-25 13:09:18,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:09:18,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:09:18,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:09:18,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,518][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-25 13:09:18,518][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-25 13:09:18,518][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-25 13:09:18,518][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-25 13:09:18,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:18,519][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-25 13:09:18,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:09:18,520][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 13:09:18,520][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-25 13:09:18,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:09:18,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,527][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,527][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,534][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 13:09:18,535][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-25 13:09:18,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:09:18,542][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,542][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,542][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,542][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,552][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 13:09:18,553][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-25 13:09:18,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:09:18,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,572][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 13:09:18,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,574][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:09:18,575][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@1ef61a1f] -[DEBUG][2015-08-25 13:09:18,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:09:18,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 13:09:18,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:09:18,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,598][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-25 13:09:18,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:18,599][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-25 13:09:18,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:09:18,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,609][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 13:09:18,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,611][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:09:18,611][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@39385b08] -[DEBUG][2015-08-25 13:09:18,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:09:18,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:09:18,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:09:18,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,633][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-25 13:09:18,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:18,634][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-25 13:09:18,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:09:18,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,671][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 13:09:18,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,673][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:09:18,673][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@76eaf285] -[DEBUG][2015-08-25 13:09:18,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:09:18,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 13:09:18,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:09:18,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,694][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-25 13:09:18,695][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-25 13:09:18,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:18,695][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-25 13:09:18,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:09:18,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,704][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 13:09:18,704][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-25 13:09:18,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:09:18,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,714][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 13:09:18,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,716][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:09:18,716][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@49043ad5] -[DEBUG][2015-08-25 13:09:18,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:09:18,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 13:09:18,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 13:09:18,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:18,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,732][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 13:09:18,732][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@62622e46] -[DEBUG][2015-08-25 13:09:18,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 13:09:18,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:09:18,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:09:18,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:18,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,757][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:09:18,758][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@17b56119] -[DEBUG][2015-08-25 13:09:18,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:09:18,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 13:09:18,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:09:18,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,773][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-25 13:09:18,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:18,773][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-25 13:09:18,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:09:18,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,785][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 13:09:18,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,787][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:09:18,788][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@6f961d73] -[DEBUG][2015-08-25 13:09:18,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:09:18,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 13:09:18,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:09:18,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,800][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-25 13:09:18,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:18,801][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-25 13:09:18,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:09:18,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,808][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 13:09:18,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,809][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:09:18,810][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@2395330e] -[DEBUG][2015-08-25 13:09:18,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:09:18,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:09:18,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 13:09:18,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,828][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-25 13:09:18,828][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-25 13:09:18,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:09:18,828][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-25 13:09:18,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:09:18,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,839][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 13:09:18,840][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-25 13:09:18,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:09:18,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,867][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 13:09:18,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,869][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:09:18,869][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@6d575674] -[DEBUG][2015-08-25 13:09:18,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 13:09:18,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:09:18,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:09:18,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:09:18,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:09:18,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:09:18,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:09:18,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:09:18,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:09:18,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:09:18,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:09:18,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:09:18,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:09:18,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:09:18,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:09:18,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:09:18,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:09:18,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:09:18,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:09:18,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:09:18,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:09:18,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:09:18,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:09:18,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:09:18,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:09:18,890][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@17c58ca5] -[DEBUG][2015-08-25 13:09:18,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 13:09:18,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:09:18,897][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 13:09:18,897][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 13:09:18,898][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 13:09:18,898][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:09:18,900][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@4014308 testClass = orderTest, testInstance = com.changyu.test.orderTest@6ed7c445, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 13:09:18,900][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:09:18,910][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-25 13:09:18,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:09:18,911][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 13:09:18,911][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-25 13:09:18,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:09:18,913][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 13:09:18,913][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-25 13:09:18,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:09:18,916][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 13:09:18,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-25 13:09:18,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:09:18,918][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 13:09:18,918][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-25 13:09:18,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:09:18,920][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 13:09:18,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:09:18,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:09:18,929][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:10:58,190][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 13:19:43,254][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 13:19:43,346][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@13653d7a 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-25 13:19:43,352][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-25 13:19:43,356][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 13:19:43,449][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:19:43,449][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:19:43,454][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:19:43,455][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:19:43,457][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:19:43,457][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:19:43,463][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:19:43,464][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:19:43,469][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@8caa572 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 13:19:43,470][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@8caa572 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:19:43,718][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:19:43,721][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:43,725][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:43,726][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:19:43,739][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:19:43,739][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:43,740][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:43,740][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 13:19:43,760][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 13:19:43,810][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:19:43,888][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 13:19:43,901][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-25 13:19:43,906][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-25 13:19:44,024][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-25 13:19:44,046][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-25 13:19:44,071][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:19:44,107][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-25 13:19:44,200][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-25 13:19:44,201][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-25 13:19:44,217][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\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-25 13:19:44,283][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-25 13:19:44,283][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-25 13:19:44,290][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\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-25 13:19:44,319][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-25 13:19:44,324][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-25 13:19:44,325][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-25 13:19:44,330][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-25 13:19:44,332][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-25 13:19:44,333][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-25 13:19:44,336][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-25 13:19:44,338][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-25 13:19:44,340][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-25 13:19:44,349][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-25 13:19:44,357][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 13:19:44,357][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 13:19:44,361][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:19:44,365][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-25 13:19:44,462][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-25 13:19:44,471][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-25 13:19:44,486][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-25 13:19:44,504][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:19:44,505][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 13:19:44,520][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-25 13:19:44,592][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 13:19:44,599][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@6791525e: startup date [Tue Aug 25 13:19:44 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:19:44,599][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@6791525e: org.springframework.beans.factory.support.DefaultListableBeanFactory@4f86b169: 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,/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-25 13:19:44,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:19:44,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:19:44,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:44,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:19:44,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:19:44,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:19:44,729][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-25 13:19:44,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:19:44,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:19:44,945][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:19:44,946][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:44,946][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:44,947][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:19:44,951][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-25 13:19:44,952][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-25 13:19:44,960][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\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-25 13:19:44,961][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-25 13:19:44,962][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-25 13:19:44,962][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-25 13:19:44,963][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-25 13:19:44,964][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-25 13:19:44,964][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-25 13:19:44,965][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-25 13:19:44,965][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-25 13:19:44,966][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-25 13:19:44,967][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-25 13:19:44,967][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-25 13:19:44,968][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-25 13:19:44,968][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-25 13:19:44,969][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-25 13:19:44,970][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-25 13:19:44,970][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-25 13:19:44,974][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 13:19:44,977][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 13:19:44,977][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 13:19:44,977][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 13:19:44,978][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 13:19:44,978][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 13:19:44,979][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 13:19:44,979][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 13:19:44,979][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 13:19:44,979][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 13:19:44,979][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 13:19:44,979][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 13:19:44,979][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 13:19:44,979][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 13:19:44,980][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 13:19:44,980][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 13:19:44,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:19:44,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:19:44,995][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-25 13:19:45,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 13:19:45,018][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 13:19:45,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:19:45,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:19:45,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:19:45,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:19:45,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:19:45,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:19:45,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:19:45,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:19:45,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:19:45,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:19:45,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:19:45,056][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-25 13:19:45,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:19:45,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:19:45,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:19:45,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:19:45,127][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5c76911d] -[DEBUG][2015-08-25 13:19:45,132][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3ec06d57] -[INFO][2015-08-25 13:19:45,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4f86b169: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:19:45,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:19:45,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:19:45,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:19:45,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:19:45,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:19:45,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:19:45,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:19:45,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,163][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-25 13:19:45,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:19:45,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:19:45,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,197][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-25 13:19:45,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:19:45,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,231][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:19:45,231][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:45,232][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:45,232][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:19:45,233][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:19:45,233][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:45,234][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:45,234][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:19:45,235][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:19:45,236][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:45,237][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:45,237][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:19:45,243][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:19:45,244][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:45,244][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:45,244][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:19:45,247][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:19:45,247][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:45,247][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:45,248][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:19:45,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:19:45,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,690][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-25 13:19:45,732][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-25 13:19:45,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,733][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-25 13:19:45,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:19:45,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:19:45,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,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-25 13:19:45,751][org.springframework.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-25 13:19:45,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,767][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-25 13:19:45,767][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-25 13:19:45,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,815][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 13:19:45,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:19:45,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:19:45,831][org.springframework.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-25 13:19:45,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-08-25 13:19:45,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,832][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-25 13:19:45,832][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-25 13:19:45,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,849][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-25 13:19:45,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:19:45,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:19:45,851][org.springframework.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-25 13:19:45,851][org.springframework.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-25 13:19:45,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,852][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-25 13:19:45,852][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-25 13:19:45,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,856][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-25 13:19:45,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:19:45,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:19:45,857][org.springframework.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-25 13:19:45,857][org.springframework.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-25 13:19:45,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,857][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-25 13:19:45,857][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-25 13:19:45,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,860][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-25 13:19:45,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:19:45,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:19:45,861][org.springframework.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-25 13:19:45,861][org.springframework.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-25 13:19:45,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,862][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-25 13:19:45,862][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-25 13:19:45,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,865][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-25 13:19:45,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,867][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-25 13:19:45,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:19:45,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:19:45,868][org.springframework.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-25 13:19:45,868][org.springframework.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-25 13:19:45,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,869][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-25 13:19:45,869][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-25 13:19:45,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,872][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-25 13:19:45,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:19:45,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:19:45,874][org.springframework.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-25 13:19:45,874][org.springframework.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-25 13:19:45,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,874][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-25 13:19:45,874][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-25 13:19:45,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,877][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-25 13:19:45,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:19:45,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:19:45,879][org.springframework.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-25 13:19:45,879][org.springframework.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-25 13:19:45,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,879][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-25 13:19:45,879][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-25 13:19:45,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,883][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-25 13:19:45,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:19:45,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:19:45,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-08-25 13:19:45,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.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-25 13:19:45,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,885][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-25 13:19:45,885][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-25 13:19:45,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,889][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-25 13:19:45,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:19:45,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:19:45,890][org.springframework.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-25 13:19:45,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-08-25 13:19:45,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,891][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-25 13:19:45,891][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-25 13:19:45,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,894][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-25 13:19:45,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:19:45,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:19:45,896][org.springframework.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-25 13:19:45,896][org.springframework.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-25 13:19:45,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,896][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-25 13:19:45,897][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-25 13:19:45,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,900][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-25 13:19:45,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:19:45,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:19:45,902][org.springframework.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-25 13:19:45,902][org.springframework.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-25 13:19:45,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,902][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-25 13:19:45,903][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-25 13:19:45,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,906][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-25 13:19:45,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:19:45,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:19:45,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-08-25 13:19:45,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-08-25 13:19:45,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,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-08-25 13:19:45,908][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-25 13:19:45,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,911][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-25 13:19:45,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:19:45,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:19:45,912][org.springframework.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-25 13:19:45,912][org.springframework.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-25 13:19:45,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,913][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-25 13:19:45,913][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-25 13:19:45,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,917][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-25 13:19:45,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:19:45,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:19:45,918][org.springframework.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-25 13:19:45,918][org.springframework.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-25 13:19:45,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,919][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-25 13:19:45,919][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-25 13:19:45,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,926][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-25 13:19:45,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:19:45,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:19:45,929][org.springframework.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-25 13:19:45,930][org.springframework.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-25 13:19:45,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,930][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-25 13:19:45,930][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-25 13:19:45,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:45,934][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-25 13:19:45,937][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:19:45,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:19:45,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:45,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:19:45,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:19:45,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:45,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:46,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:46,139][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:19:46,139][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:46,140][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:46,140][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:19:46,142][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:19:46,142][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:46,142][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:46,143][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:19:46,144][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:19:46,144][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:46,145][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:46,145][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:19:46,146][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:19:46,147][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:46,147][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:46,147][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:19:46,148][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:19:46,149][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:46,149][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:19:46,149][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 13:19:46,159][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 13:19:46,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 13:19:46,398][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 13:19:46,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:46,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:46,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:46,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:46,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:19:46,613][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-25 13:19:46,614][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-25 13:19:46,621][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\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-25 13:19:46,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 13:19:46,870][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 13:19:46,870][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 13:19:46,872][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 13:19:46,874][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 13:19:46,876][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 13:19:46,876][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-25 13:19:46,877][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-25 13:19:47,085][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 13:19:47,086][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 13:19:47,087][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 13:19:47,088][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 13:19:47,089][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 13:19:47,089][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 13:19:47,091][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 13:19:47,091][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 13:19:47,092][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 13:19:47,093][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 13:19:47,093][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 13:19:47,094][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 13:19:47,094][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 13:19:47,095][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 13:19:47,096][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 13:19:47,096][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 13:19:47,097][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 13:19:47,098][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 13:19:47,098][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 13:19:47,099][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 13:19:47,100][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 13:19:47,101][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 13:19:47,103][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 13:19:47,104][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 13:19:47,105][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 13:19:47,105][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 13:19:47,106][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 13:19:47,107][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 13:19:47,108][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 13:19:47,109][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 13:19:47,109][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 13:19:47,110][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 13:19:47,111][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 13:19:47,112][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 13:19:47,112][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-25 13:19:47,112][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-25 13:19:47,114][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 13:19:47,115][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-25 13:19:47,115][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-25 13:19:47,117][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:19:47,118][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-25 13:19:47,118][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-25 13:19:47,119][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-25 13:19:47,136][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-25 13:19:47,148][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-25 13:19:47,149][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-25 13:19:47,151][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-25 13:19:47,151][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-25 13:19:47,153][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:19:47,154][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-25 13:19:47,155][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-25 13:19:47,156][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-25 13:19:47,157][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-25 13:19:47,157][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-25 13:19:47,158][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-25 13:19:47,159][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-25 13:19:47,160][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-25 13:19:47,161][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-25 13:19:47,162][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-25 13:19:47,163][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-25 13:19:47,164][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 13:19:47,166][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-25 13:19:47,167][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-25 13:19:47,168][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 13:19:47,169][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-25 13:19:47,169][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-25 13:19:47,173][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-25 13:19:47,174][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-25 13:19:47,174][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-25 13:19:47,176][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 13:19:47,177][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-25 13:19:47,177][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-25 13:19:47,179][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-25 13:19:47,180][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-25 13:19:47,180][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-25 13:19:47,181][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-25 13:19:47,183][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-25 13:19:47,183][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-25 13:19:47,184][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-25 13:19:47,185][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-25 13:19:47,186][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-25 13:19:47,186][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 13:19:47,188][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-25 13:19:47,188][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-25 13:19:47,189][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:19:47,190][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-25 13:19:47,191][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-25 13:19:47,192][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-25 13:19:47,194][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-25 13:19:47,194][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-25 13:19:47,195][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 13:19:47,197][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-25 13:19:47,197][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-25 13:19:47,199][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 13:19:47,200][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-25 13:19:47,200][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-25 13:19:47,201][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:19:47,202][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-25 13:19:47,202][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-25 13:19:47,204][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 13:19:47,205][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-25 13:19:47,205][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-25 13:19:47,206][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-25 13:19:47,207][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-25 13:19:47,207][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-25 13:19:47,208][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 13:19:47,209][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-25 13:19:47,211][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-25 13:19:47,212][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-25 13:19:47,213][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-25 13:19:47,213][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-25 13:19:47,214][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-25 13:19:47,215][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-25 13:19:47,216][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-25 13:19:47,216][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-25 13:19:47,217][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-25 13:19:47,218][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-25 13:19:47,218][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:19:47,219][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-25 13:19:47,220][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-25 13:19:47,221][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 13:19:47,222][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-25 13:19:47,223][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-25 13:19:47,224][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 13:19:47,225][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-25 13:19:47,225][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-25 13:19:47,227][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 13:19:47,228][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-25 13:19:47,228][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-25 13:19:47,230][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 13:19:47,231][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-25 13:19:47,231][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-25 13:19:47,232][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 13:19:47,233][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,235][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,235][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,235][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,241][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,241][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,242][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,243][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,245][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,247][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,249][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,251][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,254][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,256][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,259][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,260][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,261][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,262][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,264][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,265][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,267][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,268][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,270][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,272][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,273][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,274][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,276][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,278][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,279][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,281][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,282][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,283][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,285][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:19:47,321][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 13:19:48,541][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-25 13:19:48,607][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-25 13:19:48,705][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-25 13:19:48,759][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-25 13:19:48,856][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-25 13:19:48,935][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-25 13:19:49,073][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-25 13:19:49,169][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-25 13:19:49,231][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-25 13:19:49,435][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-25 13:19:49,490][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-25 13:19:49,538][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-25 13:19:49,613][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-25 13:19:49,678][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-25 13:19:49,721][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-25 13:19:49,834][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-25 13:19:49,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:49,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:49,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:49,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:49,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:19:49,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:49,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:49,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:49,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:49,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 13:19:49,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:19:49,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:19:49,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 13:19:49,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:19:49,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:19:49,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 13:19:49,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:19:49,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:19:49,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 13:19:49,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:19:49,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:19:49,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 13:19:49,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:19:49,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:19:49,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 13:19:49,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:19:49,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:19:49,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 13:19:49,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:19:49,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:19:49,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 13:19:49,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:19:49,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:19:49,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 13:19:49,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:19:49,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:19:49,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 13:19:49,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:19:49,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:19:49,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 13:19:49,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:19:49,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:19:49,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 13:19:49,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:19:49,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:19:49,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 13:19:49,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:19:49,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:19:49,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 13:19:49,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:19:49,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:19:49,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 13:19:49,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:19:49,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:19:49,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 13:19:49,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:19:49,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:49,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:49,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:49,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:49,931][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-25 13:19:49,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:19:49,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:49,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:49,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:49,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:49,960][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 13:19:49,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:49,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:49,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:49,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:49,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:19:49,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:19:49,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:49,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:19:49,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:19:49,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:49,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:49,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:50,007][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:19:50,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 13:19:50,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:19:50,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:19:50,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,113][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:19:50,114][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:19:50,114][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:19:50,114][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:19:50,114][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:19:50,114][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:19:50,114][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:19:50,114][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:19:50,115][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:19:50,115][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:19:50,115][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:19:50,115][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:19:50,115][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:19:50,116][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:19:50,116][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:19:50,116][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:19:50,116][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:19:50,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:19:50,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 13:19:50,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:19:50,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:19:50,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:19:50,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:50,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:19:50,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:19:50,166][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:19:50,169][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@77e9db60] -[DEBUG][2015-08-25 13:19:50,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:19:50,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:19:50,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:19:50,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,198][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-25 13:19:50,198][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-25 13:19:50,198][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-25 13:19:50,198][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-25 13:19:50,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:50,199][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-25 13:19:50,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:19:50,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,217][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 13:19:50,217][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-25 13:19:50,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:19:50,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,241][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 13:19:50,241][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-25 13:19:50,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:19:50,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,255][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 13:19:50,255][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-25 13:19:50,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:19:50,256][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 13:19:50,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,258][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:19:50,259][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@3b2b979d] -[DEBUG][2015-08-25 13:19:50,273][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:19:50,273][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 13:19:50,273][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:19:50,273][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,273][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,280][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-25 13:19:50,280][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:50,280][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-25 13:19:50,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:19:50,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,291][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 13:19:50,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,292][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:19:50,293][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@6024797f] -[DEBUG][2015-08-25 13:19:50,299][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:19:50,299][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:19:50,299][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:19:50,299][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,299][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,315][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-25 13:19:50,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:50,316][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-25 13:19:50,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:19:50,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,352][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 13:19:50,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,354][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:19:50,354][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@1587e5f5] -[DEBUG][2015-08-25 13:19:50,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:19:50,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 13:19:50,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:19:50,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,375][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-25 13:19:50,376][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-25 13:19:50,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:50,376][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-25 13:19:50,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:19:50,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,386][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 13:19:50,386][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-25 13:19:50,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:19:50,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,395][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 13:19:50,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,397][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:19:50,397][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@4cbfe8c3] -[DEBUG][2015-08-25 13:19:50,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:19:50,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 13:19:50,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 13:19:50,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:50,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,412][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 13:19:50,412][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@3b83fd70] -[DEBUG][2015-08-25 13:19:50,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 13:19:50,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:19:50,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:19:50,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:50,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,430][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:19:50,430][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@6f961d73] -[DEBUG][2015-08-25 13:19:50,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:19:50,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 13:19:50,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:19:50,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,446][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-25 13:19:50,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:50,446][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-25 13:19:50,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:19:50,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,458][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 13:19:50,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,460][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:19:50,461][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@184aee62] -[DEBUG][2015-08-25 13:19:50,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:19:50,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 13:19:50,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:19:50,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,473][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-25 13:19:50,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:50,474][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-25 13:19:50,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:19:50,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,482][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 13:19:50,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,486][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:19:50,487][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@55c005eb] -[DEBUG][2015-08-25 13:19:50,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:19:50,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:19:50,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 13:19:50,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,506][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-25 13:19:50,507][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-25 13:19:50,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:19:50,508][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-25 13:19:50,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:19:50,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,530][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 13:19:50,531][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-25 13:19:50,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:19:50,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,538][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 13:19:50,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,540][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:19:50,541][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@1316f155] -[DEBUG][2015-08-25 13:19:50,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 13:19:50,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:19:50,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:19:50,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:19:50,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:19:50,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:19:50,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:19:50,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:19:50,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:19:50,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:19:50,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:19:50,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:19:50,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:19:50,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:19:50,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:19:50,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:19:50,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:19:50,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:19:50,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:19:50,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:19:50,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:19:50,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:19:50,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:19:50,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:19:50,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:19:50,561][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1d194c1a] -[DEBUG][2015-08-25 13:19:50,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 13:19:50,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:19:50,569][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 13:19:50,569][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 13:19:50,570][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 13:19:50,571][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@8caa572 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:19:50,572][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@6cc5bd66 testClass = orderTest, testInstance = com.changyu.test.orderTest@2a15ab54, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@8caa572 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 13:19:50,572][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@8caa572 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:19:50,582][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-25 13:19:50,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:19:50,584][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 13:19:50,584][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-25 13:19:50,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:19:50,586][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 13:19:50,586][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-25 13:19:50,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:19:50,588][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 13:19:50,588][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-25 13:19:50,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:19:50,590][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 13:19:50,590][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-25 13:19:50,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:19:50,592][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 13:19:50,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:19:50,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:19:50,602][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@8caa572 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:23:03,030][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 13:23:03,124][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@4d9f6ce5 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-25 13:23:03,130][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-25 13:23:03,134][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 13:23:03,211][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:23:03,212][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:23:03,219][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:23:03,219][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:23:03,222][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:23:03,223][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:23:03,229][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:23:03,230][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:23:03,236][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 13:23:03,237][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:23:03,489][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:23:03,492][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:03,496][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:03,497][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:23:03,510][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:23:03,510][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:03,511][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:03,511][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 13:23:03,530][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 13:23:03,580][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:23:03,664][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 13:23:03,677][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-25 13:23:03,681][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-25 13:23:03,797][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-25 13:23:03,818][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-25 13:23:03,841][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:23:03,877][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-25 13:23:03,970][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-25 13:23:03,972][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-25 13:23:03,984][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\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-25 13:23:04,060][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-25 13:23:04,060][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-25 13:23:04,067][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\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-25 13:23:04,097][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-25 13:23:04,102][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-25 13:23:04,103][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-25 13:23:04,109][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-25 13:23:04,111][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-25 13:23:04,113][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-25 13:23:04,116][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-25 13:23:04,118][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-25 13:23:04,120][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-25 13:23:04,133][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-25 13:23:04,143][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 13:23:04,143][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 13:23:04,147][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:23:04,152][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-25 13:23:04,235][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-25 13:23:04,245][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-25 13:23:04,260][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-25 13:23:04,278][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:23:04,280][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 13:23:04,294][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-25 13:23:04,370][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 13:23:04,379][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@498f3db0: startup date [Tue Aug 25 13:23:04 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:23:04,379][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@498f3db0: org.springframework.beans.factory.support.DefaultListableBeanFactory@5078a17a: 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,/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-25 13:23:04,462][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:23:04,462][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:23:04,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:04,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:23:04,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:23:04,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:23:04,508][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-25 13:23:04,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:23:04,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:23:04,728][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:23:04,728][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:04,729][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:04,729][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:23:04,733][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-25 13:23:04,734][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-25 13:23:04,743][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\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-25 13:23:04,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\CampusMapper.class] -[DEBUG][2015-08-25 13:23:04,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\CityMapper.class] -[DEBUG][2015-08-25 13:23:04,745][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-25 13:23:04,745][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-25 13:23:04,746][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-25 13:23:04,747][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-25 13:23:04,748][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-25 13:23:04,748][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-25 13:23:04,749][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-25 13:23:04,750][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-25 13:23:04,750][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-25 13:23:04,751][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-25 13:23:04,752][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-25 13:23:04,753][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-25 13:23:04,754][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-25 13:23:04,754][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-25 13:23:04,758][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 13:23:04,761][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 13:23:04,762][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 13:23:04,762][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 13:23:04,762][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 13:23:04,762][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 13:23:04,762][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 13:23:04,762][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 13:23:04,762][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 13:23:04,763][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 13:23:04,763][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 13:23:04,763][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 13:23:04,763][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 13:23:04,763][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 13:23:04,763][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 13:23:04,763][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 13:23:04,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:23:04,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:23:04,778][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-25 13:23:04,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 13:23:04,799][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 13:23:04,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:23:04,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:23:04,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:04,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:23:04,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:23:04,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:23:04,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:04,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:23:04,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:23:04,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:23:04,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:04,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:23:04,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:23:04,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:23:04,838][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-25 13:23:04,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:23:04,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:23:04,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:23:04,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:04,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:23:04,910][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@226ccbb3] -[DEBUG][2015-08-25 13:23:05,025][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5e3d9edf] -[INFO][2015-08-25 13:23:05,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5078a17a: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:23:05,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:23:05,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:23:05,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:23:05,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:23:05,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:23:05,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:23:05,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:23:05,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,055][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-25 13:23:05,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:23:05,087][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:23:05,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,089][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-25 13:23:05,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:23:05,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,129][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:23:05,130][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:05,130][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:05,131][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:23:05,132][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:23:05,133][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:05,133][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:05,133][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:23:05,135][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:23:05,135][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:05,135][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:05,135][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:23:05,141][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:23:05,142][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:05,142][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:05,142][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:23:05,146][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:23:05,146][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:05,147][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:05,147][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:23:05,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:23:05,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,597][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-25 13:23:05,635][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-25 13:23:05,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:05,636][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-25 13:23:05,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:23:05,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:23:05,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,652][org.springframework.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-25 13:23:05,653][org.springframework.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-25 13:23:05,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:05,669][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-25 13:23:05,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,721][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 13:23:05,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:23:05,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:23:05,735][org.springframework.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-25 13:23:05,735][org.springframework.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-25 13:23:05,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:05,735][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-25 13:23:05,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,752][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-25 13:23:05,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:23:05,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:23:05,753][org.springframework.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-25 13:23:05,753][org.springframework.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-25 13:23:05,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:05,754][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-25 13:23:05,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,757][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-25 13:23:05,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:23:05,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:23:05,758][org.springframework.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-25 13:23:05,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-25 13:23:05,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:05,759][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-25 13:23:05,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,761][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,761][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,762][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-25 13:23:05,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:23:05,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:23:05,763][org.springframework.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-25 13:23:05,763][org.springframework.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-25 13:23:05,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:05,764][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-25 13:23:05,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,767][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-25 13:23:05,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,769][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-25 13:23:05,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:23:05,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:23:05,770][org.springframework.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-25 13:23:05,770][org.springframework.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-25 13:23:05,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:05,771][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-25 13:23:05,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,774][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-25 13:23:05,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:23:05,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:23:05,775][org.springframework.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-25 13:23:05,775][org.springframework.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-25 13:23:05,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:05,776][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-25 13:23:05,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,779][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-25 13:23:05,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:23:05,780][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:23:05,780][org.springframework.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-25 13:23:05,780][org.springframework.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-25 13:23:05,780][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:05,780][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-25 13:23:05,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,783][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-25 13:23:05,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:23:05,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:23:05,784][org.springframework.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-25 13:23:05,784][org.springframework.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-25 13:23:05,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:05,785][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-25 13:23:05,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,793][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-25 13:23:05,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:23:05,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:23:05,794][org.springframework.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-25 13:23:05,795][org.springframework.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-25 13:23:05,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:05,795][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-25 13:23:05,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,798][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-25 13:23:05,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:23:05,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:23:05,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-08-25 13:23:05,800][org.springframework.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-25 13:23:05,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:05,800][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-25 13:23:05,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,804][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-25 13:23:05,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:23:05,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:23:05,806][org.springframework.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-25 13:23:05,806][org.springframework.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-25 13:23:05,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:05,807][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-25 13:23:05,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,810][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-25 13:23:05,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:23:05,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:23:05,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-08-25 13:23:05,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-08-25 13:23:05,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:05,811][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-25 13:23:05,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,815][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-25 13:23:05,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:23:05,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:23:05,816][org.springframework.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-25 13:23:05,816][org.springframework.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-25 13:23:05,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:05,816][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-25 13:23:05,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,819][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-25 13:23:05,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:23:05,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:23:05,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-08-25 13:23:05,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-08-25 13:23:05,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:05,821][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-25 13:23:05,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,824][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-25 13:23:05,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:23:05,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:23:05,827][org.springframework.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-25 13:23:05,827][org.springframework.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-25 13:23:05,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:05,828][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-25 13:23:05,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,831][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-25 13:23:05,831][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-25 13:23:05,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:23:05,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:23:05,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:05,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:23:05,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:23:05,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:05,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:05,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:06,074][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:23:06,075][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:06,075][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:06,076][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:23:06,078][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:23:06,079][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:06,079][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:06,080][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:23:06,081][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:23:06,081][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:06,081][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:06,082][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:23:06,083][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:23:06,083][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:06,084][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:06,085][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:23:06,086][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:23:06,087][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:06,088][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:23:06,088][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 13:23:06,099][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 13:23:06,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 13:23:06,374][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 13:23:06,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:06,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:06,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:06,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:06,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:23:06,630][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-25 13:23:06,630][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-25 13:23:06,639][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\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-25 13:23:06,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 13:23:06,926][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 13:23:06,927][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 13:23:06,931][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 13:23:06,933][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 13:23:06,934][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 13:23:06,935][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-25 13:23:06,935][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-25 13:23:07,175][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 13:23:07,176][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 13:23:07,179][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 13:23:07,181][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 13:23:07,182][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 13:23:07,183][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 13:23:07,185][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 13:23:07,187][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 13:23:07,189][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 13:23:07,190][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 13:23:07,192][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 13:23:07,193][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 13:23:07,193][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 13:23:07,194][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 13:23:07,196][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 13:23:07,197][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 13:23:07,198][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 13:23:07,200][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 13:23:07,201][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 13:23:07,202][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 13:23:07,203][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 13:23:07,206][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 13:23:07,208][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 13:23:07,209][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 13:23:07,212][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 13:23:07,213][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 13:23:07,214][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 13:23:07,215][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 13:23:07,216][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 13:23:07,216][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 13:23:07,217][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 13:23:07,218][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 13:23:07,219][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 13:23:07,220][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 13:23:07,221][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-25 13:23:07,221][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-25 13:23:07,223][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 13:23:07,225][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-25 13:23:07,225][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-25 13:23:07,226][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:23:07,228][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-25 13:23:07,229][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-25 13:23:07,230][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-25 13:23:07,232][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-25 13:23:07,233][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-25 13:23:07,235][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-25 13:23:07,267][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-25 13:23:07,273][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-25 13:23:07,275][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:23:07,276][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-25 13:23:07,276][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-25 13:23:07,277][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-25 13:23:07,278][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-25 13:23:07,279][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-25 13:23:07,280][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-25 13:23:07,282][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-25 13:23:07,282][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-25 13:23:07,283][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-25 13:23:07,284][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-25 13:23:07,285][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-25 13:23:07,286][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 13:23:07,287][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-25 13:23:07,287][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-25 13:23:07,289][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 13:23:07,290][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-25 13:23:07,290][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-25 13:23:07,294][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-25 13:23:07,295][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-25 13:23:07,296][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-25 13:23:07,297][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 13:23:07,298][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-25 13:23:07,298][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-25 13:23:07,300][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-25 13:23:07,301][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-25 13:23:07,301][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-25 13:23:07,302][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-25 13:23:07,304][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-25 13:23:07,304][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-25 13:23:07,306][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-25 13:23:07,307][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-25 13:23:07,308][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-25 13:23:07,309][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 13:23:07,310][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-25 13:23:07,310][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-25 13:23:07,311][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:23:07,312][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-25 13:23:07,313][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-25 13:23:07,314][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-25 13:23:07,316][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-25 13:23:07,316][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-25 13:23:07,318][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 13:23:07,319][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-25 13:23:07,320][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-25 13:23:07,323][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 13:23:07,324][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-25 13:23:07,325][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-25 13:23:07,326][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:23:07,327][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-25 13:23:07,328][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-25 13:23:07,329][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 13:23:07,330][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-25 13:23:07,331][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-25 13:23:07,332][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-25 13:23:07,334][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-25 13:23:07,334][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-25 13:23:07,335][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 13:23:07,337][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-25 13:23:07,337][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-25 13:23:07,339][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-25 13:23:07,340][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-25 13:23:07,341][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-25 13:23:07,342][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-25 13:23:07,343][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-25 13:23:07,343][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-25 13:23:07,344][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-25 13:23:07,346][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-25 13:23:07,346][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-25 13:23:07,347][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:23:07,348][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-25 13:23:07,349][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-25 13:23:07,350][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 13:23:07,352][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-25 13:23:07,353][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-25 13:23:07,354][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 13:23:07,356][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-25 13:23:07,357][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-25 13:23:07,358][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 13:23:07,359][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-25 13:23:07,360][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-25 13:23:07,362][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 13:23:07,363][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-25 13:23:07,364][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-25 13:23:07,365][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 13:23:07,366][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,368][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,371][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,373][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,374][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,375][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,376][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,377][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,379][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,381][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,383][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,386][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,389][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,391][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,398][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,398][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,401][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,402][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,404][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,406][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,408][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,409][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,410][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,413][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,413][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,414][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,416][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,417][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,419][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,421][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,423][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,424][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,426][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:23:07,459][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 13:23:08,740][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-25 13:23:08,814][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-25 13:23:08,934][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-25 13:23:08,993][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-25 13:23:09,098][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-25 13:23:09,187][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-25 13:23:09,330][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-25 13:23:09,428][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-25 13:23:09,489][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-25 13:23:09,698][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-25 13:23:09,753][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-25 13:23:09,802][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-25 13:23:09,876][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-25 13:23:09,945][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-25 13:23:09,989][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-25 13:23:10,105][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-25 13:23:10,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:23:10,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 13:23:10,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:23:10,148][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-25 13:23:10,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:23:10,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 13:23:10,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:23:10,150][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-25 13:23:10,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:23:10,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 13:23:10,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:23:10,151][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-25 13:23:10,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:23:10,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 13:23:10,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:23:10,153][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-25 13:23:10,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:23:10,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 13:23:10,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:23:10,154][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-25 13:23:10,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:23:10,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 13:23:10,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:23:10,155][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-25 13:23:10,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:23:10,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 13:23:10,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:23:10,158][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-25 13:23:10,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:23:10,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 13:23:10,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:23:10,161][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-25 13:23:10,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:23:10,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 13:23:10,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:23:10,164][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-25 13:23:10,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:23:10,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 13:23:10,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:23:10,166][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-25 13:23:10,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:23:10,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 13:23:10,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:23:10,167][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-25 13:23:10,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:23:10,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 13:23:10,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:23:10,168][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-25 13:23:10,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:23:10,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 13:23:10,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:23:10,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-08-25 13:23:10,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:23:10,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 13:23:10,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:23:10,171][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-25 13:23:10,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:23:10,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 13:23:10,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:23:10,173][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-25 13:23:10,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:23:10,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 13:23:10,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:23:10,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,201][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-25 13:23:10,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:23:10,212][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,244][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 13:23:10,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:23:10,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:23:10,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:10,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:23:10,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:23:10,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:10,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:23:10,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 13:23:10,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:23:10,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:23:10,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,323][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:23:10,324][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:23:10,326][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:23:10,326][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:23:10,326][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:23:10,327][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:23:10,327][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:23:10,327][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:23:10,327][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:23:10,327][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:23:10,327][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:23:10,327][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:23:10,328][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:23:10,328][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:23:10,328][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:23:10,328][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:23:10,328][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:23:10,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:23:10,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 13:23:10,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:23:10,336][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:23:10,336][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:23:10,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:10,347][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:23:10,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:23:10,371][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:23:10,478][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@23f49f49] -[DEBUG][2015-08-25 13:23:10,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:23:10,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:23:10,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:23:10,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,508][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-25 13:23:10,509][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-25 13:23:10,509][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-25 13:23:10,509][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-25 13:23:10,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:10,509][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-25 13:23:10,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:23:10,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,527][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 13:23:10,527][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-25 13:23:10,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:23:10,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,545][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 13:23:10,545][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-25 13:23:10,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:23:10,547][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 13:23:10,547][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-25 13:23:10,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:23:10,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,567][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 13:23:10,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,568][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:23:10,569][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@4aa742bc] -[DEBUG][2015-08-25 13:23:10,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:23:10,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 13:23:10,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:23:10,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,591][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-25 13:23:10,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:10,591][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-25 13:23:10,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:23:10,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,602][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 13:23:10,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,603][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:23:10,603][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@1f66adb9] -[DEBUG][2015-08-25 13:23:10,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:23:10,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:23:10,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:23:10,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,625][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-25 13:23:10,625][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:10,626][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-25 13:23:10,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:23:10,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,663][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 13:23:10,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,664][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:23:10,665][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@4e69c7b0] -[DEBUG][2015-08-25 13:23:10,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:23:10,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 13:23:10,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:23:10,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,686][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-25 13:23:10,687][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-25 13:23:10,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:10,687][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-25 13:23:10,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:23:10,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,698][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 13:23:10,698][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-25 13:23:10,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:23:10,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,708][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 13:23:10,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,710][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:23:10,710][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@22947acd] -[DEBUG][2015-08-25 13:23:10,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:23:10,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 13:23:10,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 13:23:10,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:10,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,724][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 13:23:10,724][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@48f2d715] -[DEBUG][2015-08-25 13:23:10,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 13:23:10,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:23:10,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:23:10,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:10,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,744][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:23:10,744][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@5efea5ee] -[DEBUG][2015-08-25 13:23:10,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:23:10,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 13:23:10,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:23:10,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,760][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-25 13:23:10,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:10,760][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-25 13:23:10,761][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:23:10,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,772][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 13:23:10,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,774][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:23:10,774][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@e9a15d9] -[DEBUG][2015-08-25 13:23:10,781][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:23:10,781][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 13:23:10,781][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:23:10,781][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,781][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,787][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-25 13:23:10,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:10,788][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-25 13:23:10,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:23:10,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,796][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 13:23:10,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,798][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:23:10,798][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@3859ec7e] -[DEBUG][2015-08-25 13:23:10,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:23:10,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:23:10,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 13:23:10,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,817][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-25 13:23:10,818][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-25 13:23:10,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:23:10,818][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-25 13:23:10,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:23:10,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,828][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 13:23:10,828][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-25 13:23:10,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:23:10,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,854][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 13:23:10,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,858][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:23:10,858][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@63be407c] -[DEBUG][2015-08-25 13:23:10,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 13:23:10,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:23:10,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:23:10,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:23:10,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:23:10,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:23:10,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:23:10,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:23:10,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:23:10,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:23:10,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:23:10,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:23:10,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:23:10,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:23:10,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:23:10,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:23:10,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:23:10,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:23:10,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:23:10,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:23:10,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:23:10,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:23:10,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:23:10,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:23:10,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:23:10,881][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@32dab335] -[DEBUG][2015-08-25 13:23:10,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 13:23:10,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:23:10,888][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 13:23:10,889][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 13:23:10,890][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 13:23:10,891][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:23:10,892][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@237098e7 testClass = orderTest, testInstance = com.changyu.test.orderTest@354677de, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 13:23:10,892][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:23:10,903][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-25 13:23:10,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:23:10,906][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 13:23:10,906][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-25 13:23:10,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:23:10,918][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 13:23:10,918][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-25 13:23:10,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:23:10,920][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 13:23:10,920][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-25 13:23:10,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:23:10,923][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 13:23:10,923][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-25 13:23:10,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:23:10,926][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 13:23:10,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:23:10,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:23:10,937][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:24:25,592][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 13:24:25,676][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@192328ef 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-25 13:24:25,681][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-25 13:24:25,685][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 13:24:25,746][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:24:25,747][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:24:25,751][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:24:25,751][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:24:25,753][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:24:25,754][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:24:25,759][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:24:25,760][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:24:25,765][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 13:24:25,765][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:24:26,015][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:24:26,018][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:26,022][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:26,023][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:24:26,034][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:24:26,034][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:26,034][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:26,035][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 13:24:26,050][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 13:24:26,094][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:24:26,168][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 13:24:26,181][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-25 13:24:26,187][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-25 13:24:26,287][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-25 13:24:26,304][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-25 13:24:26,324][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:24:26,354][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-25 13:24:26,438][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-25 13:24:26,438][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-25 13:24:26,449][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\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-25 13:24:26,509][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-25 13:24:26,510][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-25 13:24:26,515][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\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-25 13:24:26,541][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-25 13:24:26,545][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-25 13:24:26,547][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-25 13:24:26,552][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-25 13:24:26,554][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-25 13:24:26,556][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-25 13:24:26,559][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-25 13:24:26,561][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-25 13:24:26,562][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-25 13:24:26,572][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-25 13:24:26,579][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 13:24:26,579][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 13:24:26,583][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:24:26,587][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-25 13:24:26,640][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-25 13:24:26,662][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-25 13:24:26,677][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-25 13:24:26,693][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:24:26,694][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 13:24:26,708][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-25 13:24:26,780][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 13:24:26,789][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@50383c13: startup date [Tue Aug 25 13:24:26 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:24:26,790][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@50383c13: org.springframework.beans.factory.support.DefaultListableBeanFactory@11059e51: 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,/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-25 13:24:26,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:24:26,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:24:26,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:26,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:24:26,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:24:26,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:24:26,927][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-25 13:24:26,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:24:26,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:24:27,122][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:24:27,123][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:27,123][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:27,124][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:24:27,128][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-25 13:24:27,128][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-25 13:24:27,135][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\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-25 13:24:27,136][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-25 13:24:27,137][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-25 13:24:27,138][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-25 13:24:27,139][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-25 13:24:27,140][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-25 13:24:27,141][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-25 13:24:27,142][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-25 13:24:27,142][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-25 13:24:27,143][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-25 13:24:27,144][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-25 13:24:27,144][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-25 13:24:27,145][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-25 13:24:27,145][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-25 13:24:27,146][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-25 13:24:27,146][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-25 13:24:27,147][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-25 13:24:27,151][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 13:24:27,154][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 13:24:27,155][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 13:24:27,155][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 13:24:27,155][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 13:24:27,155][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 13:24:27,155][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 13:24:27,155][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 13:24:27,156][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 13:24:27,156][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 13:24:27,156][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 13:24:27,156][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 13:24:27,156][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 13:24:27,156][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 13:24:27,156][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 13:24:27,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 13:24:27,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:24:27,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:24:27,170][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-25 13:24:27,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 13:24:27,190][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 13:24:27,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:24:27,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:24:27,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:27,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:24:27,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:24:27,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:24:27,212][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:27,212][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:24:27,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:24:27,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:24:27,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:27,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:24:27,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:24:27,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:24:27,225][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-25 13:24:27,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:24:27,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:24:27,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:24:27,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:27,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:24:27,278][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4c6efbef] -[DEBUG][2015-08-25 13:24:27,284][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@d36bad6] -[INFO][2015-08-25 13:24:27,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@11059e51: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:24:27,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:24:27,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:24:27,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:24:27,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:24:27,305][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:24:27,305][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:24:27,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:24:27,312][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,312][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,314][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-25 13:24:27,327][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:24:27,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:24:27,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,344][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-25 13:24:27,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:24:27,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,372][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:24:27,373][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:27,373][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:27,373][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:24:27,374][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:24:27,375][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:27,375][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:27,376][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:24:27,379][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:24:27,379][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:27,379][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:27,380][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:24:27,386][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:24:27,386][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:27,387][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:27,387][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:24:27,389][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:24:27,390][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:27,390][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:27,390][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:24:27,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:24:27,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,817][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-25 13:24:27,831][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-25 13:24:27,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:27,832][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-25 13:24:27,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:24:27,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:24:27,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,867][org.springframework.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-25 13:24:27,867][org.springframework.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-25 13:24:27,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:27,881][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-25 13:24:27,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,941][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 13:24:27,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:24:27,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:24:27,955][org.springframework.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-25 13:24:27,955][org.springframework.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-25 13:24:27,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:27,955][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-25 13:24:27,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,972][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-25 13:24:27,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:24:27,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:24:27,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-08-25 13:24:27,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-08-25 13:24:27,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:27,974][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-25 13:24:27,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,978][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-25 13:24:27,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:24:27,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:24:27,979][org.springframework.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-25 13:24:27,979][org.springframework.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-25 13:24:27,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:27,979][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-25 13:24:27,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,983][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-25 13:24:27,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:24:27,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:24:27,984][org.springframework.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-25 13:24:27,984][org.springframework.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-25 13:24:27,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:27,984][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-25 13:24:27,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,987][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-25 13:24:27,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,989][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-25 13:24:27,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:24:27,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:24:27,990][org.springframework.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-25 13:24:27,990][org.springframework.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-25 13:24:27,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:27,991][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-25 13:24:27,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,994][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-25 13:24:27,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:24:27,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:24:27,995][org.springframework.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-25 13:24:27,995][org.springframework.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-25 13:24:27,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:27,996][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-25 13:24:27,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,999][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-25 13:24:27,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:27,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:27,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:24:27,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:24:27,999][org.springframework.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-25 13:24:28,000][org.springframework.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-25 13:24:28,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:28,000][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-25 13:24:28,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,004][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-25 13:24:28,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:24:28,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:24:28,005][org.springframework.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-25 13:24:28,005][org.springframework.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-25 13:24:28,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:28,005][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-25 13:24:28,008][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,008][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,011][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,011][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,013][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-25 13:24:28,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:24:28,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:24:28,014][org.springframework.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-25 13:24:28,014][org.springframework.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-25 13:24:28,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:28,014][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-25 13:24:28,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,017][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-25 13:24:28,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:24:28,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:24:28,018][org.springframework.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-25 13:24:28,018][org.springframework.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-25 13:24:28,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:28,019][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-25 13:24:28,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,021][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-25 13:24:28,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:24:28,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:24:28,023][org.springframework.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-25 13:24:28,023][org.springframework.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-25 13:24:28,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:28,023][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-25 13:24:28,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,026][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-25 13:24:28,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:24:28,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:24:28,027][org.springframework.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-25 13:24:28,027][org.springframework.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-25 13:24:28,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:28,027][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-25 13:24:28,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,030][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-25 13:24:28,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:24:28,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:24:28,032][org.springframework.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-25 13:24:28,032][org.springframework.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-25 13:24:28,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:28,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-08-25 13:24:28,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,035][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-25 13:24:28,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:24:28,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:24:28,036][org.springframework.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-25 13:24:28,036][org.springframework.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-25 13:24:28,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:28,036][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-25 13:24:28,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,040][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-25 13:24:28,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:24:28,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:24:28,043][org.springframework.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-25 13:24:28,043][org.springframework.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-25 13:24:28,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:28,043][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-25 13:24:28,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,047][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-25 13:24:28,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-08-25 13:24:28,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:28,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:28,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:28,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:24:28,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:24:28,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:28,271][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:24:28,272][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:28,272][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:28,272][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:24:28,273][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:24:28,274][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:28,274][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:28,274][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:24:28,275][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:24:28,276][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:28,276][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:28,276][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:24:28,277][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:24:28,277][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:28,278][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:28,278][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:24:28,279][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:24:28,279][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:28,280][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:24:28,280][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 13:24:28,289][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 13:24:28,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 13:24:28,512][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 13:24:28,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:28,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:28,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:24:28,738][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-25 13:24:28,739][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-25 13:24:28,745][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\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-25 13:24:28,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:28,965][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 13:24:28,965][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 13:24:28,968][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 13:24:28,969][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 13:24:28,970][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 13:24:28,971][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-25 13:24:28,971][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-25 13:24:29,123][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 13:24:29,124][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 13:24:29,124][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 13:24:29,125][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 13:24:29,125][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 13:24:29,126][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 13:24:29,127][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 13:24:29,128][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 13:24:29,128][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 13:24:29,129][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 13:24:29,129][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 13:24:29,130][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 13:24:29,131][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 13:24:29,131][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 13:24:29,132][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 13:24:29,132][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 13:24:29,133][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 13:24:29,133][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 13:24:29,134][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 13:24:29,136][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 13:24:29,136][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 13:24:29,137][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 13:24:29,138][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 13:24:29,138][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 13:24:29,139][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 13:24:29,140][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 13:24:29,140][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 13:24:29,141][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 13:24:29,141][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 13:24:29,142][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 13:24:29,142][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 13:24:29,143][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 13:24:29,144][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 13:24:29,145][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 13:24:29,145][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-25 13:24:29,145][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-25 13:24:29,146][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 13:24:29,147][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-25 13:24:29,147][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-25 13:24:29,148][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:24:29,149][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-25 13:24:29,149][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-25 13:24:29,150][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-25 13:24:29,151][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-25 13:24:29,151][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-25 13:24:29,152][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-25 13:24:29,153][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-25 13:24:29,153][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-25 13:24:29,154][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:24:29,155][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-25 13:24:29,155][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-25 13:24:29,156][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-25 13:24:29,157][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-25 13:24:29,158][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-25 13:24:29,158][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-25 13:24:29,159][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-25 13:24:29,160][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-25 13:24:29,160][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-25 13:24:29,177][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-25 13:24:29,177][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-25 13:24:29,181][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 13:24:29,185][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-25 13:24:29,186][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-25 13:24:29,186][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 13:24:29,187][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-25 13:24:29,187][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-25 13:24:29,190][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-25 13:24:29,191][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-25 13:24:29,192][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-25 13:24:29,193][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 13:24:29,193][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-25 13:24:29,194][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-25 13:24:29,195][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-25 13:24:29,196][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-25 13:24:29,197][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-25 13:24:29,198][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-25 13:24:29,199][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-25 13:24:29,199][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-25 13:24:29,199][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-25 13:24:29,200][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-25 13:24:29,201][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-25 13:24:29,202][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 13:24:29,203][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-25 13:24:29,203][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-25 13:24:29,204][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:24:29,205][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-25 13:24:29,205][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-25 13:24:29,207][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-25 13:24:29,208][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-25 13:24:29,208][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-25 13:24:29,209][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 13:24:29,211][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-25 13:24:29,211][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-25 13:24:29,212][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 13:24:29,213][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-25 13:24:29,213][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-25 13:24:29,214][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:24:29,215][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-25 13:24:29,215][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-25 13:24:29,216][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 13:24:29,217][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-25 13:24:29,218][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-25 13:24:29,218][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-25 13:24:29,220][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-25 13:24:29,220][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-25 13:24:29,220][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 13:24:29,221][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-25 13:24:29,222][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-25 13:24:29,223][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-25 13:24:29,224][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-25 13:24:29,224][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-25 13:24:29,225][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-25 13:24:29,227][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-25 13:24:29,227][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-25 13:24:29,228][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-25 13:24:29,229][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-25 13:24:29,229][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-25 13:24:29,230][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:24:29,240][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-25 13:24:29,241][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-25 13:24:29,242][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 13:24:29,243][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-25 13:24:29,244][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-25 13:24:29,244][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 13:24:29,245][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-25 13:24:29,245][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-25 13:24:29,246][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 13:24:29,247][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-25 13:24:29,247][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-25 13:24:29,248][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 13:24:29,250][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-25 13:24:29,250][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-25 13:24:29,250][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 13:24:29,251][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,253][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,254][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,254][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,255][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,256][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,256][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,257][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,259][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,260][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,261][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,263][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,264][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,266][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,268][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,268][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,269][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,270][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,272][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,273][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,274][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,275][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,277][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,279][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,279][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,280][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,281][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,282][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,283][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,284][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,285][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,287][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,288][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:24:29,313][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 13:24:30,406][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-25 13:24:30,478][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-25 13:24:30,562][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-25 13:24:30,612][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-25 13:24:30,726][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-25 13:24:30,791][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-25 13:24:30,918][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-25 13:24:30,995][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-25 13:24:31,051][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-25 13:24:31,266][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-25 13:24:31,318][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-25 13:24:31,364][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-25 13:24:31,419][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-25 13:24:31,484][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-25 13:24:31,524][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-25 13:24:31,632][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-25 13:24:31,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:31,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 13:24:31,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:24:31,672][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-25 13:24:31,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:31,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 13:24:31,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:24:31,674][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-25 13:24:31,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:31,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 13:24:31,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:24:31,675][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-25 13:24:31,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:31,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 13:24:31,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:24:31,677][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-25 13:24:31,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:31,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 13:24:31,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:24:31,680][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-25 13:24:31,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:31,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 13:24:31,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:24:31,681][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-25 13:24:31,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:31,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 13:24:31,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:24:31,682][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-25 13:24:31,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:31,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 13:24:31,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:24:31,684][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-25 13:24:31,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:31,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 13:24:31,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:24:31,686][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-25 13:24:31,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:31,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 13:24:31,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:24:31,687][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-25 13:24:31,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:31,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 13:24:31,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:24:31,690][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-25 13:24:31,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:31,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 13:24:31,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:24:31,691][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-25 13:24:31,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:31,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 13:24:31,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:24:31,692][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-25 13:24:31,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:31,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 13:24:31,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:24:31,694][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-25 13:24:31,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:31,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 13:24:31,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:24:31,696][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-25 13:24:31,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:31,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 13:24:31,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:24:31,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,721][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-25 13:24:31,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:24:31,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,747][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 13:24:31,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:24:31,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:24:31,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:31,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:24:31,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:24:31,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:31,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:24:31,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 13:24:31,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:24:31,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:24:31,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,818][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:24:31,819][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:24:31,819][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:24:31,819][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:24:31,819][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:24:31,819][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:24:31,819][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:24:31,820][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:24:31,820][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:24:31,820][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:24:31,820][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:24:31,820][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:24:31,820][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:24:31,820][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:24:31,820][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:24:31,821][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:24:31,821][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:24:31,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:24:31,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 13:24:31,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:24:31,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:24:31,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:24:31,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:31,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:24:31,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:24:31,859][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:24:31,862][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@2d81ec3b] -[DEBUG][2015-08-25 13:24:31,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:24:31,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:24:31,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:24:31,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,890][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-25 13:24:31,890][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-25 13:24:31,890][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-25 13:24:31,890][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-25 13:24:31,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:31,891][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-25 13:24:31,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:24:31,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,910][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 13:24:31,910][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-25 13:24:31,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:24:31,912][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 13:24:31,912][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-25 13:24:31,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:24:31,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,936][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 13:24:31,936][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-25 13:24:31,937][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:24:31,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,950][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 13:24:31,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,952][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:24:31,953][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@6518f621] -[DEBUG][2015-08-25 13:24:31,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:24:31,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 13:24:31,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:24:31,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,975][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-25 13:24:31,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:31,975][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-25 13:24:31,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:24:31,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,985][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 13:24:31,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:31,986][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:24:31,986][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@599ef69a] -[DEBUG][2015-08-25 13:24:31,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:24:31,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:24:31,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:24:31,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:31,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,006][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-25 13:24:32,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:32,006][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-25 13:24:32,008][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:24:32,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,042][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 13:24:32,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,044][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:24:32,044][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@6930ac20] -[DEBUG][2015-08-25 13:24:32,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:24:32,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 13:24:32,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:24:32,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,063][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-25 13:24:32,063][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-25 13:24:32,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:32,064][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-25 13:24:32,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:24:32,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,072][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 13:24:32,073][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-25 13:24:32,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:24:32,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,082][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 13:24:32,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,083][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:24:32,084][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@65d59383] -[DEBUG][2015-08-25 13:24:32,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:24:32,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 13:24:32,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 13:24:32,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:32,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,096][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 13:24:32,097][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@4768ae23] -[DEBUG][2015-08-25 13:24:32,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 13:24:32,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:24:32,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:24:32,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,103][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:32,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,113][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:24:32,113][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@78aabe63] -[DEBUG][2015-08-25 13:24:32,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:24:32,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 13:24:32,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:24:32,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,128][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-25 13:24:32,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:32,129][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-25 13:24:32,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:24:32,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,141][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 13:24:32,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,142][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:24:32,143][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@aff3759] -[DEBUG][2015-08-25 13:24:32,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:24:32,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 13:24:32,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:24:32,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,155][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-25 13:24:32,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:32,156][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-25 13:24:32,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:24:32,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,163][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 13:24:32,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,164][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:24:32,164][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@3e888183] -[DEBUG][2015-08-25 13:24:32,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:24:32,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:24:32,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 13:24:32,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,182][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-25 13:24:32,182][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-25 13:24:32,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:24:32,182][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-25 13:24:32,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:24:32,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,190][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 13:24:32,190][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-25 13:24:32,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:24:32,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,213][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 13:24:32,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,215][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:24:32,215][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@6490e556] -[DEBUG][2015-08-25 13:24:32,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 13:24:32,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:24:32,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:32,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:24:32,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:24:32,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:24:32,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:24:32,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:24:32,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:24:32,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:24:32,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:24:32,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:24:32,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:24:32,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:24:32,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:24:32,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:24:32,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:24:32,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:24:32,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:24:32,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:24:32,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:24:32,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:24:32,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:24:32,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:24:32,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:24:32,232][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6eade197] -[DEBUG][2015-08-25 13:24:32,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 13:24:32,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:32,238][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 13:24:32,239][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 13:24:32,239][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 13:24:32,240][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:24:32,242][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@2a4d817b testClass = orderTest, testInstance = com.changyu.test.orderTest@466fc7ef, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 13:24:32,243][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:24:32,254][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-25 13:24:32,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:24:32,255][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 13:24:32,256][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-25 13:24:32,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:24:32,257][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 13:24:32,257][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-25 13:24:32,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:24:32,259][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 13:24:32,259][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-25 13:24:32,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:24:32,261][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 13:24:32,261][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-25 13:24:32,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:24:32,263][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 13:24:32,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:24:32,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:24:32,272][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:24:32,305][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 13:24:32,307][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@2a4d817b testClass = orderTest, testInstance = com.changyu.test.orderTest@466fc7ef, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@13710065 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-25 13:24:32,307][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@2a4d817b testClass = orderTest, testInstance = com.changyu.test.orderTest@466fc7ef, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:24:32,316][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@2a4d817b testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13710065 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-25 13:24:32,320][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@50383c13: startup date [Tue Aug 25 13:24:26 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:24:32,321][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:24:32,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 13:24:32,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@11059e51: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:24:32,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:24:32,325][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:24:32,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 13:24:32,327][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[INFO][2015-08-25 13:24:32,337][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 13:28:52,956][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 13:28:53,053][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@13653d7a 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-25 13:28:53,060][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-25 13:28:53,067][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 13:28:53,140][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:28:53,141][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:28:53,144][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:28:53,145][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:28:53,147][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:28:53,147][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:28:53,155][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:28:53,155][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:28:53,160][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@8caa572 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 13:28:53,161][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@8caa572 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:28:53,407][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:28:53,411][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:53,414][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:53,416][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:28:53,428][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:28:53,428][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:53,429][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:53,429][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 13:28:53,447][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 13:28:53,496][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:28:53,571][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 13:28:53,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-25 13:28:53,586][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-25 13:28:53,701][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-25 13:28:53,722][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-25 13:28:53,746][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:28:53,788][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-25 13:28:53,888][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-25 13:28:53,889][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-25 13:28:53,905][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\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-25 13:28:53,973][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-25 13:28:53,974][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-25 13:28:53,981][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\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-25 13:28:54,008][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-25 13:28:54,012][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-25 13:28:54,014][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-25 13:28:54,019][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-25 13:28:54,021][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-25 13:28:54,022][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-25 13:28:54,025][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-25 13:28:54,027][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-25 13:28:54,030][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-25 13:28:54,040][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-25 13:28:54,047][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 13:28:54,048][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 13:28:54,052][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:28:54,057][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-25 13:28:54,127][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-25 13:28:54,138][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-25 13:28:54,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-08-25 13:28:54,173][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:28:54,175][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 13:28:54,190][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-25 13:28:54,263][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 13:28:54,270][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@68428693: startup date [Tue Aug 25 13:28:54 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:28:54,271][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@68428693: org.springframework.beans.factory.support.DefaultListableBeanFactory@4f86b169: 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,/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-25 13:28:54,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:28:54,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:28:54,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:54,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:28:54,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:28:54,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:28:54,404][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-25 13:28:54,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:28:54,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:28:54,617][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:28:54,618][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:54,619][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:54,619][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:28:54,623][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-25 13:28:54,624][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-25 13:28:54,631][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\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-25 13:28:54,632][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-25 13:28:54,633][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-25 13:28:54,633][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-25 13:28:54,634][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-25 13:28:54,634][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-25 13:28:54,635][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-25 13:28:54,635][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-25 13:28:54,636][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-25 13:28:54,636][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-25 13:28:54,639][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-25 13:28:54,640][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-25 13:28:54,641][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-25 13:28:54,642][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-25 13:28:54,643][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-25 13:28:54,643][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-25 13:28:54,644][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-25 13:28:54,648][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 13:28:54,652][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 13:28:54,652][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 13:28:54,652][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 13:28:54,652][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 13:28:54,652][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 13:28:54,652][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 13:28:54,653][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 13:28:54,653][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 13:28:54,653][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 13:28:54,653][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 13:28:54,653][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 13:28:54,653][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 13:28:54,653][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 13:28:54,654][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 13:28:54,654][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 13:28:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:28:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:28:54,665][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-25 13:28:54,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 13:28:54,690][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 13:28:54,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:28:54,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:28:54,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:54,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:28:54,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:28:54,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:28:54,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:54,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:28:54,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:28:54,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:28:54,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:54,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:28:54,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:28:54,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:28:54,728][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-25 13:28:54,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:28:54,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:28:54,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:28:54,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:54,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:28:54,799][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5c76911d] -[DEBUG][2015-08-25 13:28:54,804][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3ec06d57] -[INFO][2015-08-25 13:28:54,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4f86b169: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:28:54,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:28:54,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:28:54,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:28:54,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:28:54,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:28:54,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:28:54,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:28:54,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:54,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:54,834][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-25 13:28:54,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:28:54,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:28:54,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:54,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:54,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:54,867][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-25 13:28:54,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:28:54,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:54,915][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:28:54,915][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:54,915][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:54,916][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:28:54,917][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:28:54,917][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:54,918][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:54,918][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:28:54,920][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:28:54,920][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:54,920][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:54,920][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:28:54,925][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:28:54,926][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:54,927][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:54,927][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:28:54,930][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:28:54,931][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:54,931][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:54,931][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:28:54,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:54,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:28:55,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,379][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-25 13:28:55,424][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-25 13:28:55,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:55,424][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-25 13:28:55,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:28:55,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:28:55,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,442][org.springframework.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-25 13:28:55,443][org.springframework.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-25 13:28:55,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:55,462][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-25 13:28:55,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,510][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 13:28:55,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:28:55,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:28:55,527][org.springframework.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-25 13:28:55,527][org.springframework.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-25 13:28:55,527][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:55,528][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-25 13:28:55,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,546][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-25 13:28:55,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:28:55,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:28:55,547][org.springframework.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-25 13:28:55,548][org.springframework.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-25 13:28:55,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:55,548][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-25 13:28:55,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,552][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-25 13:28:55,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:28:55,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:28:55,553][org.springframework.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-25 13:28:55,553][org.springframework.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-25 13:28:55,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:55,554][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-25 13:28:55,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,557][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-25 13:28:55,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:28:55,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:28:55,558][org.springframework.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-25 13:28:55,558][org.springframework.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-25 13:28:55,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:55,559][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-25 13:28:55,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,562][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-25 13:28:55,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,564][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-25 13:28:55,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:28:55,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:28:55,565][org.springframework.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-25 13:28:55,565][org.springframework.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-25 13:28:55,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:55,566][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-25 13:28:55,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,570][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-25 13:28:55,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:28:55,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:28:55,571][org.springframework.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-25 13:28:55,571][org.springframework.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-25 13:28:55,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:55,572][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-25 13:28:55,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,575][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-25 13:28:55,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:28:55,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:28:55,576][org.springframework.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-25 13:28:55,576][org.springframework.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-25 13:28:55,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:55,576][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-25 13:28:55,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,580][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-25 13:28:55,580][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,580][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,580][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:28:55,580][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:28:55,581][org.springframework.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-25 13:28:55,581][org.springframework.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-25 13:28:55,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:55,582][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-25 13:28:55,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,585][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-25 13:28:55,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:28:55,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:28:55,587][org.springframework.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-25 13:28:55,587][org.springframework.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-25 13:28:55,587][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:55,587][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-25 13:28:55,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,590][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-25 13:28:55,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:28:55,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:28:55,591][org.springframework.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-25 13:28:55,591][org.springframework.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-25 13:28:55,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:55,591][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-25 13:28:55,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,594][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-25 13:28:55,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:28:55,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:28:55,595][org.springframework.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-25 13:28:55,595][org.springframework.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-25 13:28:55,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:55,596][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-25 13:28:55,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,599][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-25 13:28:55,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:28:55,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:28:55,600][org.springframework.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-25 13:28:55,600][org.springframework.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-25 13:28:55,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:55,600][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-25 13:28:55,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,603][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-25 13:28:55,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:28:55,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:28:55,604][org.springframework.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-25 13:28:55,605][org.springframework.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-25 13:28:55,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:55,605][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-25 13:28:55,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,608][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-25 13:28:55,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:28:55,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:28:55,609][org.springframework.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-25 13:28:55,609][org.springframework.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-25 13:28:55,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:55,610][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-25 13:28:55,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,614][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-25 13:28:55,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:28:55,620][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:28:55,620][org.springframework.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-25 13:28:55,621][org.springframework.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-25 13:28:55,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:55,621][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-25 13:28:55,625][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,628][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-25 13:28:55,628][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-25 13:28:55,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:28:55,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:28:55,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:55,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:28:55,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:28:55,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:55,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:55,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:55,828][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:28:55,828][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:55,829][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:55,829][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:28:55,831][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:28:55,831][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:55,831][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:55,831][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:28:55,833][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:28:55,833][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:55,833][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:55,834][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:28:55,835][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:28:55,836][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:55,836][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:55,837][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:28:55,841][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:28:55,841][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:55,841][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:28:55,842][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 13:28:55,851][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 13:28:55,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 13:28:56,108][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 13:28:56,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:56,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:56,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:56,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:56,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:28:56,335][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-25 13:28:56,335][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-25 13:28:56,342][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\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-25 13:28:56,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 13:28:56,578][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 13:28:56,579][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 13:28:56,581][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 13:28:56,583][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 13:28:56,584][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 13:28:56,585][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-25 13:28:56,586][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-25 13:28:56,789][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 13:28:56,790][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 13:28:56,791][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 13:28:56,792][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 13:28:56,792][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 13:28:56,793][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 13:28:56,794][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 13:28:56,795][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 13:28:56,795][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 13:28:56,796][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 13:28:56,797][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 13:28:56,798][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 13:28:56,798][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 13:28:56,799][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 13:28:56,800][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 13:28:56,800][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 13:28:56,801][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 13:28:56,802][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 13:28:56,803][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 13:28:56,803][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 13:28:56,804][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 13:28:56,805][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 13:28:56,805][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 13:28:56,807][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 13:28:56,807][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 13:28:56,808][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 13:28:56,809][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 13:28:56,810][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 13:28:56,810][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 13:28:56,811][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 13:28:56,812][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 13:28:56,813][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 13:28:56,814][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 13:28:56,815][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 13:28:56,815][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-25 13:28:56,815][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-25 13:28:56,816][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 13:28:56,818][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-25 13:28:56,818][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-25 13:28:56,821][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:28:56,822][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-25 13:28:56,822][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-25 13:28:56,823][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-25 13:28:56,824][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-25 13:28:56,825][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-25 13:28:56,826][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-25 13:28:56,844][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-25 13:28:56,857][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-25 13:28:56,859][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:28:56,860][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-25 13:28:56,860][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-25 13:28:56,861][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-25 13:28:56,862][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-25 13:28:56,863][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-25 13:28:56,864][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-25 13:28:56,865][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-25 13:28:56,866][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-25 13:28:56,867][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-25 13:28:56,868][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-25 13:28:56,868][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-25 13:28:56,870][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 13:28:56,871][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-25 13:28:56,871][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-25 13:28:56,872][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 13:28:56,873][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-25 13:28:56,873][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-25 13:28:56,877][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-25 13:28:56,878][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-25 13:28:56,878][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-25 13:28:56,879][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 13:28:56,880][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-25 13:28:56,880][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-25 13:28:56,882][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-25 13:28:56,885][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-25 13:28:56,885][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-25 13:28:56,886][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-25 13:28:56,887][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-25 13:28:56,888][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-25 13:28:56,889][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-25 13:28:56,890][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-25 13:28:56,891][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-25 13:28:56,892][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 13:28:56,893][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-25 13:28:56,893][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-25 13:28:56,895][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:28:56,896][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-25 13:28:56,896][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-25 13:28:56,898][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-25 13:28:56,899][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-25 13:28:56,900][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-25 13:28:56,901][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 13:28:56,903][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-25 13:28:56,903][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-25 13:28:56,904][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 13:28:56,905][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-25 13:28:56,906][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-25 13:28:56,906][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:28:56,907][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-25 13:28:56,908][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-25 13:28:56,909][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 13:28:56,910][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-25 13:28:56,911][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-25 13:28:56,912][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-25 13:28:56,913][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-25 13:28:56,914][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-25 13:28:56,915][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 13:28:56,916][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-25 13:28:56,916][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-25 13:28:56,918][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-25 13:28:56,920][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-25 13:28:56,920][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-25 13:28:56,921][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-25 13:28:56,922][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-25 13:28:56,923][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-25 13:28:56,924][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-25 13:28:56,925][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-25 13:28:56,925][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-25 13:28:56,926][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:28:56,927][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-25 13:28:56,927][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-25 13:28:56,931][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 13:28:56,933][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-25 13:28:56,934][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-25 13:28:56,936][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 13:28:56,937][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-25 13:28:56,937][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-25 13:28:56,938][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 13:28:56,947][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-25 13:28:56,948][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-25 13:28:56,949][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 13:28:56,951][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-25 13:28:56,955][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-25 13:28:56,957][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 13:28:56,958][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,960][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,960][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,960][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,963][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,963][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,963][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,964][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,966][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,969][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,970][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,972][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,973][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,975][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,978][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,978][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,979][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,981][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,983][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,985][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,987][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,988][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,990][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,993][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,993][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,995][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,997][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:56,999][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:57,000][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:57,002][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:57,003][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:57,005][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:57,007][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:28:57,037][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 13:28:58,269][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-25 13:28:58,334][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-25 13:28:58,418][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-25 13:28:58,469][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-25 13:28:58,571][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-25 13:28:58,649][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-25 13:28:58,790][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-25 13:28:58,884][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-25 13:28:58,948][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-25 13:28:59,165][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-25 13:28:59,220][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-25 13:28:59,268][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-25 13:28:59,340][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-25 13:28:59,404][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-25 13:28:59,451][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-25 13:28:59,567][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-25 13:28:59,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:28:59,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 13:28:59,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:28:59,609][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-25 13:28:59,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:28:59,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 13:28:59,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:28:59,610][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-25 13:28:59,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:28:59,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 13:28:59,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:28:59,612][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-25 13:28:59,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:28:59,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 13:28:59,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:28:59,613][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-25 13:28:59,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:28:59,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 13:28:59,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:28:59,614][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-25 13:28:59,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:28:59,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 13:28:59,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:28:59,617][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-25 13:28:59,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:28:59,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 13:28:59,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:28:59,619][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-25 13:28:59,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:28:59,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 13:28:59,620][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:28:59,620][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-25 13:28:59,620][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:28:59,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 13:28:59,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:28:59,621][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-25 13:28:59,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:28:59,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 13:28:59,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:28:59,623][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-25 13:28:59,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:28:59,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 13:28:59,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:28:59,624][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-25 13:28:59,625][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:28:59,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 13:28:59,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:28:59,626][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-25 13:28:59,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:28:59,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 13:28:59,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:28:59,628][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-25 13:28:59,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:28:59,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 13:28:59,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:28:59,630][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-25 13:28:59,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:28:59,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 13:28:59,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:28:59,631][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-25 13:28:59,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:28:59,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 13:28:59,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:28:59,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,661][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-25 13:28:59,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:28:59,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,693][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 13:28:59,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:28:59,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:28:59,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:59,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:28:59,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:28:59,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:59,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:28:59,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 13:28:59,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:28:59,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:28:59,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,769][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:28:59,770][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:28:59,770][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:28:59,770][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:28:59,770][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:28:59,770][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:28:59,771][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:28:59,771][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:28:59,771][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:28:59,771][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:28:59,771][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:28:59,771][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:28:59,771][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:28:59,772][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:28:59,772][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:28:59,772][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:28:59,772][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:28:59,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:28:59,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 13:28:59,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:28:59,780][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:28:59,781][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:28:59,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:59,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:28:59,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:28:59,815][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:28:59,818][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@38bd148c] -[DEBUG][2015-08-25 13:28:59,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:28:59,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:28:59,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:28:59,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,846][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-25 13:28:59,846][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-25 13:28:59,846][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-25 13:28:59,846][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-25 13:28:59,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:59,847][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-25 13:28:59,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:28:59,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,861][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 13:28:59,861][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-25 13:28:59,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:28:59,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,896][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 13:28:59,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-08-25 13:28:59,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:28:59,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,918][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 13:28:59,919][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-25 13:28:59,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:28:59,921][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 13:28:59,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,923][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:28:59,923][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@2f2cf91a] -[DEBUG][2015-08-25 13:28:59,937][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:28:59,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 13:28:59,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:28:59,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,945][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-25 13:28:59,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:59,946][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-25 13:28:59,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:28:59,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,957][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 13:28:59,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,959][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:28:59,959][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@22e08791] -[DEBUG][2015-08-25 13:28:59,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:28:59,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:28:59,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:28:59,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,981][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-25 13:28:59,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:28:59,981][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-25 13:28:59,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:28:59,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:28:59,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:28:59,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,026][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 13:29:00,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,028][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:29:00,028][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@3ad836c1] -[DEBUG][2015-08-25 13:29:00,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:29:00,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 13:29:00,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:29:00,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,049][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-25 13:29:00,050][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-25 13:29:00,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:00,050][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-25 13:29:00,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:29:00,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,060][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 13:29:00,061][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-25 13:29:00,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:29:00,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,070][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 13:29:00,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,072][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:29:00,072][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@34b29b66] -[DEBUG][2015-08-25 13:29:00,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:29:00,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 13:29:00,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 13:29:00,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:00,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,086][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 13:29:00,086][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@1bcc2820] -[DEBUG][2015-08-25 13:29:00,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 13:29:00,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:29:00,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:29:00,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:00,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,103][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:29:00,103][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@4f9bc78] -[DEBUG][2015-08-25 13:29:00,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:29:00,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 13:29:00,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:29:00,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,117][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-25 13:29:00,118][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:00,118][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-25 13:29:00,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:29:00,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,131][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 13:29:00,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,132][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:29:00,132][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@6867a240] -[DEBUG][2015-08-25 13:29:00,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:29:00,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 13:29:00,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:29:00,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,146][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-25 13:29:00,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:00,147][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-25 13:29:00,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:29:00,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,153][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 13:29:00,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,155][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:29:00,156][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@184aee62] -[DEBUG][2015-08-25 13:29:00,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:29:00,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:29:00,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 13:29:00,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,174][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-25 13:29:00,174][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-25 13:29:00,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:00,175][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-25 13:29:00,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:29:00,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,183][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 13:29:00,184][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-25 13:29:00,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:29:00,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,207][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 13:29:00,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,209][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:29:00,209][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@ed11c1] -[DEBUG][2015-08-25 13:29:00,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 13:29:00,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:29:00,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:00,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:29:00,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:29:00,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:29:00,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:29:00,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:29:00,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:29:00,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:29:00,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:29:00,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:29:00,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:29:00,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:29:00,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:29:00,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:29:00,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:29:00,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:29:00,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:29:00,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:29:00,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:29:00,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:29:00,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:29:00,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:29:00,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:29:00,227][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2a94b0d4] -[DEBUG][2015-08-25 13:29:00,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 13:29:00,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:00,235][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 13:29:00,235][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 13:29:00,236][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 13:29:00,237][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@8caa572 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:29:00,238][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@6ed7c445 testClass = orderTest, testInstance = com.changyu.test.orderTest@1796c6dd, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@8caa572 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 13:29:00,239][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@8caa572 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:29:00,249][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-25 13:29:00,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:29:00,251][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 13:29:00,251][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-25 13:29:00,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:29:00,253][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 13:29:00,254][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-25 13:29:00,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:29:00,256][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 13:29:00,256][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-25 13:29:00,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:29:00,259][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 13:29:00,259][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-25 13:29:00,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:29:00,261][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 13:29:00,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:00,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:00,272][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@8caa572 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:29:48,659][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 13:29:48,752][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@5ba71e88 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-25 13:29:48,758][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-25 13:29:48,764][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 13:29:48,835][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:29:48,835][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:29:48,839][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:29:48,840][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:29:48,842][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:29:48,843][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:29:48,852][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:29:48,852][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:29:48,858][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@1eb59fd9 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 13:29:48,859][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@1eb59fd9 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:29:49,092][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:29:49,095][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:49,100][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:49,100][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:29:49,114][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:29:49,114][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:49,114][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:49,115][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 13:29:49,133][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 13:29:49,181][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:29:49,262][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 13:29:49,275][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-25 13:29:49,284][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-25 13:29:49,405][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-25 13:29:49,427][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-25 13:29:49,453][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:29:49,489][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-25 13:29:49,581][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-25 13:29:49,582][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-25 13:29:49,594][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\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-25 13:29:49,666][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-25 13:29:49,667][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-25 13:29:49,674][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\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-25 13:29:49,702][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-25 13:29:49,707][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-25 13:29:49,709][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-25 13:29:49,715][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-25 13:29:49,717][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-25 13:29:49,718][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-25 13:29:49,721][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-25 13:29:49,723][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-25 13:29:49,724][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-25 13:29:49,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-25 13:29:49,745][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 13:29:49,745][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 13:29:49,749][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:29:49,753][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-25 13:29:49,822][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-25 13:29:49,831][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-25 13:29:49,848][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-25 13:29:49,866][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:29:49,869][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 13:29:49,883][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-25 13:29:49,958][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 13:29:49,965][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@34ab5770: startup date [Tue Aug 25 13:29:49 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:29:49,966][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@34ab5770: org.springframework.beans.factory.support.DefaultListableBeanFactory@4a3abdd5: 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,/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-25 13:29:50,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:29:50,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:29:50,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:50,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:29:50,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:29:50,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:29:50,090][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-25 13:29:50,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:29:50,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:29:50,306][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:29:50,309][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:50,310][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:50,311][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:29:50,314][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-25 13:29:50,314][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-25 13:29:50,322][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\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-25 13:29:50,323][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-25 13:29:50,324][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-25 13:29:50,324][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-25 13:29:50,325][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-25 13:29:50,325][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-25 13:29:50,326][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-25 13:29:50,326][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-25 13:29:50,328][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-25 13:29:50,328][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-25 13:29:50,329][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-25 13:29:50,330][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-25 13:29:50,331][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-25 13:29:50,331][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-25 13:29:50,332][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-25 13:29:50,332][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-25 13:29:50,333][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-25 13:29:50,337][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 13:29:50,341][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 13:29:50,341][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 13:29:50,341][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 13:29:50,341][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 13:29:50,341][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 13:29:50,341][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 13:29:50,342][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 13:29:50,342][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 13:29:50,342][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 13:29:50,342][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 13:29:50,343][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 13:29:50,343][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 13:29:50,343][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 13:29:50,344][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 13:29:50,344][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 13:29:50,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:29:50,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:29:50,356][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-25 13:29:50,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 13:29:50,378][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 13:29:50,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:29:50,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:29:50,400][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:50,400][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:29:50,400][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:29:50,400][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:29:50,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:50,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:29:50,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:29:50,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:29:50,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:50,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:29:50,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:29:50,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:29:50,418][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-25 13:29:50,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:29:50,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:29:50,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:29:50,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:50,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:29:50,491][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6b9918ca] -[DEBUG][2015-08-25 13:29:50,497][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@732e8099] -[INFO][2015-08-25 13:29:50,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4a3abdd5: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:29:50,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:29:50,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:29:50,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:29:50,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:29:50,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:29:50,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:29:50,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:29:50,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:50,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:50,527][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-25 13:29:50,542][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:29:50,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:29:50,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:50,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:50,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:50,560][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-25 13:29:50,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:29:50,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:50,592][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:29:50,593][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:50,593][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:50,594][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:29:50,595][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:29:50,595][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:50,595][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:50,596][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:29:50,597][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:29:50,597][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:50,597][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:50,598][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:29:50,603][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:29:50,603][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:50,603][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:50,604][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:29:50,606][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:29:50,607][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:50,607][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:50,607][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:29:50,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:50,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:29:51,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,051][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-25 13:29:51,089][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-25 13:29:51,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:51,089][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-25 13:29:51,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:29:51,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:29:51,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,105][org.springframework.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-25 13:29:51,105][org.springframework.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-25 13:29:51,106][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:51,121][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-25 13:29:51,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,173][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 13:29:51,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:29:51,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:29:51,189][org.springframework.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-25 13:29:51,189][org.springframework.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-25 13:29:51,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:51,189][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-25 13:29:51,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,206][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-25 13:29:51,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:29:51,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:29:51,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-08-25 13:29:51,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-08-25 13:29:51,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:51,208][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-25 13:29:51,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,212][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-25 13:29:51,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:29:51,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:29:51,213][org.springframework.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-25 13:29:51,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-08-25 13:29:51,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:51,214][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-25 13:29:51,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,217][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-25 13:29:51,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:29:51,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:29:51,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-08-25 13:29:51,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-08-25 13:29:51,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:51,218][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-25 13:29:51,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,221][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-25 13:29:51,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,223][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-25 13:29:51,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:29:51,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:29:51,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-25 13:29:51,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-25 13:29:51,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:51,225][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-25 13:29:51,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,228][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-25 13:29:51,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:29:51,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:29:51,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-08-25 13:29:51,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-25 13:29:51,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:51,230][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-25 13:29:51,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,271][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-25 13:29:51,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:29:51,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:29:51,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.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-25 13:29:51,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.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-25 13:29:51,273][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:51,273][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-25 13:29:51,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,276][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-25 13:29:51,287][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,287][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,288][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:29:51,288][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:29:51,288][org.springframework.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-25 13:29:51,288][org.springframework.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-25 13:29:51,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:51,289][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-25 13:29:51,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,295][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-25 13:29:51,295][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,295][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,295][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:29:51,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:29:51,296][org.springframework.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-25 13:29:51,296][org.springframework.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-25 13:29:51,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:51,296][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-25 13:29:51,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,299][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-25 13:29:51,299][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,299][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:29:51,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:29:51,300][org.springframework.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-25 13:29:51,300][org.springframework.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-25 13:29:51,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:51,300][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-25 13:29:51,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,304][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-25 13:29:51,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:29:51,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:29:51,305][org.springframework.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-25 13:29:51,305][org.springframework.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-25 13:29:51,305][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:51,305][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-25 13:29:51,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,308][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-25 13:29:51,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:29:51,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:29:51,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-08-25 13:29:51,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-08-25 13:29:51,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:51,309][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-25 13:29:51,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,313][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-25 13:29:51,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:29:51,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:29:51,314][org.springframework.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-25 13:29:51,314][org.springframework.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-25 13:29:51,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:51,314][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-25 13:29:51,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,317][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-25 13:29:51,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:29:51,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:29:51,318][org.springframework.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-25 13:29:51,318][org.springframework.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-25 13:29:51,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:51,318][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-25 13:29:51,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,321][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-25 13:29:51,321][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,321][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:29:51,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:29:51,324][org.springframework.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-25 13:29:51,324][org.springframework.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-25 13:29:51,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:51,324][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-25 13:29:51,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,327][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,327][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,327][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,329][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-25 13:29:51,329][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-25 13:29:51,331][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:51,331][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:51,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:51,350][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:29:51,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:29:51,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:51,534][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:29:51,534][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:51,535][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:51,535][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:29:51,536][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:29:51,537][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:51,537][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:51,537][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:29:51,538][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:29:51,539][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:51,539][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:51,539][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:29:51,541][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:29:51,541][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:51,541][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:51,541][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:29:51,543][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:29:51,543][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:51,543][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:29:51,544][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 13:29:51,554][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 13:29:51,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 13:29:51,795][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 13:29:51,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:51,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:51,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:52,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:29:52,032][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-25 13:29:52,032][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-25 13:29:52,039][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\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-25 13:29:52,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:52,276][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 13:29:52,276][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 13:29:52,279][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 13:29:52,280][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 13:29:52,281][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 13:29:52,283][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-25 13:29:52,283][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-25 13:29:52,482][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 13:29:52,483][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 13:29:52,484][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 13:29:52,484][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 13:29:52,485][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 13:29:52,486][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 13:29:52,487][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 13:29:52,489][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 13:29:52,490][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 13:29:52,495][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 13:29:52,496][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 13:29:52,513][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 13:29:52,514][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 13:29:52,515][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 13:29:52,516][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 13:29:52,517][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 13:29:52,518][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 13:29:52,519][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 13:29:52,520][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 13:29:52,522][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 13:29:52,524][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 13:29:52,525][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 13:29:52,525][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 13:29:52,526][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 13:29:52,527][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 13:29:52,528][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 13:29:52,530][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 13:29:52,532][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 13:29:52,533][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 13:29:52,534][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 13:29:52,535][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 13:29:52,535][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 13:29:52,536][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 13:29:52,537][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 13:29:52,537][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-25 13:29:52,538][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-25 13:29:52,539][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 13:29:52,540][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-25 13:29:52,541][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-25 13:29:52,542][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:29:52,543][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-25 13:29:52,544][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-25 13:29:52,545][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-25 13:29:52,546][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-25 13:29:52,547][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-25 13:29:52,548][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-25 13:29:52,567][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-25 13:29:52,578][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-25 13:29:52,579][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:29:52,580][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-25 13:29:52,581][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-25 13:29:52,581][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-25 13:29:52,582][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-25 13:29:52,583][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-25 13:29:52,585][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-25 13:29:52,586][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-25 13:29:52,587][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-25 13:29:52,588][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-25 13:29:52,589][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-25 13:29:52,589][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-25 13:29:52,591][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 13:29:52,592][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-25 13:29:52,592][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-25 13:29:52,593][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 13:29:52,594][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-25 13:29:52,595][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-25 13:29:52,598][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-25 13:29:52,599][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-25 13:29:52,599][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-25 13:29:52,600][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 13:29:52,601][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-25 13:29:52,601][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-25 13:29:52,602][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-25 13:29:52,605][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-25 13:29:52,605][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-25 13:29:52,606][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-25 13:29:52,607][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-25 13:29:52,608][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-25 13:29:52,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-08-25 13:29:52,610][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-25 13:29:52,610][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-25 13:29:52,611][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 13:29:52,612][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-25 13:29:52,612][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-25 13:29:52,613][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:29:52,614][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-25 13:29:52,615][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-25 13:29:52,616][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-25 13:29:52,617][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-25 13:29:52,618][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-25 13:29:52,619][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 13:29:52,620][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-25 13:29:52,620][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-25 13:29:52,622][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 13:29:52,622][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-25 13:29:52,623][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-25 13:29:52,624][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:29:52,625][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-25 13:29:52,625][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-25 13:29:52,627][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 13:29:52,628][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-25 13:29:52,628][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-25 13:29:52,629][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-25 13:29:52,630][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-25 13:29:52,631][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-25 13:29:52,632][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 13:29:52,632][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-25 13:29:52,633][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-25 13:29:52,634][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-25 13:29:52,635][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-25 13:29:52,635][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-25 13:29:52,637][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-25 13:29:52,640][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-25 13:29:52,641][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-25 13:29:52,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-08-25 13:29:52,644][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-25 13:29:52,644][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-25 13:29:52,645][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:29:52,646][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-25 13:29:52,647][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-25 13:29:52,649][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 13:29:52,650][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-25 13:29:52,650][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-25 13:29:52,651][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 13:29:52,652][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-25 13:29:52,652][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-25 13:29:52,653][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 13:29:52,654][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-25 13:29:52,654][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-25 13:29:52,656][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 13:29:52,658][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-25 13:29:52,658][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-25 13:29:52,659][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 13:29:52,660][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,662][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,662][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,662][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,665][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,665][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,665][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,667][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,668][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,670][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,671][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,674][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,675][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,677][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,680][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,680][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,681][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,683][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,684][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,686][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,688][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,696][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,697][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,700][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,700][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,702][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,704][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,705][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,707][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,709][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,710][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,712][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,714][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:29:52,747][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 13:29:53,962][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-25 13:29:54,043][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-25 13:29:54,138][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-25 13:29:54,191][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-25 13:29:54,288][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-25 13:29:54,361][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-25 13:29:54,501][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-25 13:29:54,598][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-25 13:29:54,664][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-25 13:29:54,874][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-25 13:29:54,932][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-25 13:29:54,980][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-25 13:29:55,056][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-25 13:29:55,122][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-25 13:29:55,165][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-25 13:29:55,301][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-25 13:29:55,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:55,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 13:29:55,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:29:55,344][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-25 13:29:55,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:55,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 13:29:55,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:29:55,345][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-25 13:29:55,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:55,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 13:29:55,347][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:29:55,347][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-25 13:29:55,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:55,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 13:29:55,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:29:55,349][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-25 13:29:55,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:55,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 13:29:55,350][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:29:55,350][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-25 13:29:55,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:55,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 13:29:55,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:29:55,352][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-25 13:29:55,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:55,354][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 13:29:55,354][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:29:55,354][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-25 13:29:55,355][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:55,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 13:29:55,358][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:29:55,358][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-25 13:29:55,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:55,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 13:29:55,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:29:55,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-08-25 13:29:55,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:55,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 13:29:55,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:29:55,362][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-25 13:29:55,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:55,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 13:29:55,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:29:55,363][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-25 13:29:55,364][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:55,364][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 13:29:55,364][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:29:55,365][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-25 13:29:55,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:55,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 13:29:55,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:29:55,367][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-25 13:29:55,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:55,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 13:29:55,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:29:55,369][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-25 13:29:55,370][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:55,370][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 13:29:55,370][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:29:55,371][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-25 13:29:55,371][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:55,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 13:29:55,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:29:55,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,398][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-25 13:29:55,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:29:55,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,424][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 13:29:55,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:29:55,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:29:55,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:55,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:29:55,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:29:55,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:55,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:29:55,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 13:29:55,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:29:55,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:29:55,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,504][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:29:55,505][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:29:55,505][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:29:55,505][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:29:55,505][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:29:55,505][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:29:55,505][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:29:55,505][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:29:55,506][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:29:55,506][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:29:55,506][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:29:55,506][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:29:55,506][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:29:55,506][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:29:55,506][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:29:55,506][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:29:55,506][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:29:55,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:29:55,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 13:29:55,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:29:55,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:29:55,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:29:55,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:55,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:29:55,527][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:29:55,550][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:29:55,555][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@105ba64] -[DEBUG][2015-08-25 13:29:55,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:29:55,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:29:55,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:29:55,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,584][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-25 13:29:55,585][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-25 13:29:55,585][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-25 13:29:55,585][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-25 13:29:55,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:55,585][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-25 13:29:55,587][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:29:55,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,605][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 13:29:55,605][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-25 13:29:55,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:29:55,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,626][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 13:29:55,626][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-25 13:29:55,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:29:55,628][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 13:29:55,628][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-25 13:29:55,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:29:55,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,648][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 13:29:55,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,650][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:29:55,650][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@43311d3f] -[DEBUG][2015-08-25 13:29:55,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:29:55,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 13:29:55,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:29:55,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,672][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-25 13:29:55,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:55,673][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-25 13:29:55,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:29:55,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,683][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 13:29:55,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,685][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:29:55,685][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@46558d66] -[DEBUG][2015-08-25 13:29:55,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:29:55,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:29:55,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:29:55,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,709][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-25 13:29:55,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:55,710][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-25 13:29:55,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:29:55,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,748][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 13:29:55,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,750][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:29:55,750][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@34b29b66] -[DEBUG][2015-08-25 13:29:55,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:29:55,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 13:29:55,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:29:55,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,772][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-25 13:29:55,773][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-25 13:29:55,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:55,773][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-25 13:29:55,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:29:55,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,783][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 13:29:55,784][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-25 13:29:55,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:29:55,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,793][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 13:29:55,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,795][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:29:55,796][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@52211231] -[DEBUG][2015-08-25 13:29:55,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:29:55,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 13:29:55,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 13:29:55,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:55,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,810][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 13:29:55,810][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@2e759230] -[DEBUG][2015-08-25 13:29:55,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 13:29:55,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:29:55,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:29:55,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:55,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,828][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:29:55,828][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@4399ca2a] -[DEBUG][2015-08-25 13:29:55,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:29:55,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 13:29:55,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:29:55,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,842][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-25 13:29:55,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:55,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-08-25 13:29:55,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:29:55,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,856][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 13:29:55,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,858][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:29:55,858][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@76e1c759] -[DEBUG][2015-08-25 13:29:55,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:29:55,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 13:29:55,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:29:55,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,871][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-25 13:29:55,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:55,872][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-25 13:29:55,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:29:55,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,880][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 13:29:55,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,881][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:29:55,882][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@4c289660] -[DEBUG][2015-08-25 13:29:55,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:29:55,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:29:55,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 13:29:55,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,909][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-25 13:29:55,909][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-25 13:29:55,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:29:55,910][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-25 13:29:55,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:29:55,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,921][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 13:29:55,921][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-25 13:29:55,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:29:55,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,948][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 13:29:55,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,950][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:29:55,951][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@3b3e0204] -[DEBUG][2015-08-25 13:29:55,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 13:29:55,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:29:55,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:55,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:29:55,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:29:55,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:29:55,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:29:55,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:55,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:29:55,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:55,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:29:55,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:29:55,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:29:55,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:29:55,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:29:55,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:29:55,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:29:55,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:29:55,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:29:55,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:29:55,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:29:55,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:29:55,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:29:55,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:29:55,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:29:55,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:29:55,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:29:55,971][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@25c97c75] -[DEBUG][2015-08-25 13:29:55,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 13:29:55,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:29:55,979][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 13:29:55,980][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 13:29:55,981][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 13:29:55,981][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@1eb59fd9 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:29:55,983][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@59effeb7 testClass = orderTest, testInstance = com.changyu.test.orderTest@1b3bce82, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1eb59fd9 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 13:29:55,983][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@1eb59fd9 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:29:55,992][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-25 13:29:55,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:29:55,994][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 13:29:55,994][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-25 13:29:55,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:29:55,997][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 13:29:55,997][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-25 13:29:55,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:29:55,999][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 13:29:55,999][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-25 13:29:56,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:29:56,001][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 13:29:56,001][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-25 13:29:56,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:29:56,004][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 13:29:56,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:56,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:56,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:29:56,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:29:56,013][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@1eb59fd9 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:30:31,693][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@4014308 testClass = orderTest, testInstance = com.changyu.test.orderTest@6ed7c445, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@408d4b54 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-25 13:30:31,699][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@4014308 testClass = orderTest, testInstance = com.changyu.test.orderTest@6ed7c445, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:30:42,170][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@4014308 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@408d4b54 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-25 13:30:50,187][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@68428693: startup date [Tue Aug 25 13:09:09 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:30:50,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:30:50,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 13:30:50,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4f86b169: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:30:50,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:30:50,205][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:30:50,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 13:30:50,215][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[INFO][2015-08-25 13:30:50,235][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 13:31:49,243][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 13:31:49,333][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@53546fcd 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-25 13:31:49,339][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-25 13:31:49,344][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 13:31:49,414][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:31:49,416][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:31:49,419][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:31:49,420][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:31:49,421][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:31:49,422][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:31:49,428][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:31:49,428][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:31:49,435][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 13:31:49,436][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:31:49,660][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:31:49,663][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:49,667][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:49,668][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:31:49,679][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:31:49,680][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:49,680][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:49,680][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 13:31:49,697][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 13:31:49,740][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:31:49,819][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 13:31:49,831][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-25 13:31:49,835][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-25 13:31:49,939][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-25 13:31:49,954][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-25 13:31:49,977][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:31:50,007][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-25 13:31:50,091][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-25 13:31:50,091][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-25 13:31:50,102][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\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-25 13:31:50,179][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-25 13:31:50,181][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-25 13:31:50,187][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\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-25 13:31:50,214][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-25 13:31:50,218][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-25 13:31:50,220][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-25 13:31:50,225][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-25 13:31:50,227][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-25 13:31:50,228][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-25 13:31:50,231][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-25 13:31:50,233][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-25 13:31:50,234][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-25 13:31:50,244][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-25 13:31:50,252][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 13:31:50,253][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 13:31:50,258][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:31:50,262][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-25 13:31:50,317][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-25 13:31:50,337][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-25 13:31:50,353][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-25 13:31:50,372][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:31:50,372][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 13:31:50,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-08-25 13:31:50,457][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 13:31:50,464][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@50383c13: startup date [Tue Aug 25 13:31:50 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:31:50,465][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@50383c13: org.springframework.beans.factory.support.DefaultListableBeanFactory@398e4cb: 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,/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-25 13:31:50,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:31:50,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:31:50,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:50,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:31:50,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:31:50,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:31:50,622][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-25 13:31:50,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:31:50,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:31:50,823][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:31:50,823][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:50,824][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:50,824][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:31:50,828][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-25 13:31:50,828][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-25 13:31:50,837][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\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-25 13:31:50,839][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-25 13:31:50,839][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-25 13:31:50,840][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-25 13:31:50,840][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-25 13:31:50,841][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-25 13:31:50,841][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-25 13:31:50,842][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-25 13:31:50,842][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-25 13:31:50,843][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-25 13:31:50,844][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-25 13:31:50,844][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-25 13:31:50,845][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-25 13:31:50,845][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-25 13:31:50,846][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-25 13:31:50,846][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-25 13:31:50,847][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-25 13:31:50,851][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 13:31:50,854][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 13:31:50,854][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 13:31:50,854][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 13:31:50,854][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 13:31:50,855][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 13:31:50,855][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 13:31:50,855][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 13:31:50,855][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 13:31:50,855][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 13:31:50,855][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 13:31:50,855][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 13:31:50,856][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 13:31:50,856][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 13:31:50,856][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 13:31:50,856][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 13:31:50,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:31:50,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:31:50,868][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-25 13:31:50,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 13:31:50,889][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 13:31:50,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:31:50,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:31:50,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:50,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:31:50,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:31:50,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:31:50,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:50,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:31:50,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:31:50,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:31:50,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:50,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:31:50,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:31:50,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:31:50,924][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-25 13:31:50,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:31:50,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:31:50,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:31:50,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:50,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:31:50,989][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@17a7b3ed] -[DEBUG][2015-08-25 13:31:50,994][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@174550ce] -[INFO][2015-08-25 13:31:51,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@398e4cb: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:31:51,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:31:51,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:31:51,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:31:51,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:31:51,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:31:51,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:31:51,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:31:51,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,023][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-25 13:31:51,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:31:51,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:31:51,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,052][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-25 13:31:51,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:31:51,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,080][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:31:51,080][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:51,080][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:51,081][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:31:51,082][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:31:51,083][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:51,083][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:51,083][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:31:51,084][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:31:51,084][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:51,085][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:51,085][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:31:51,089][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:31:51,089][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:51,090][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:51,091][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:31:51,093][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:31:51,093][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:51,093][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:51,094][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:31:51,106][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:31:51,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,520][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-25 13:31:51,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-25 13:31:51,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:51,534][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-25 13:31:51,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:31:51,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:31:51,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,565][org.springframework.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-25 13:31:51,565][org.springframework.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-25 13:31:51,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:51,577][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-25 13:31:51,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,623][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 13:31:51,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:31:51,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:31:51,635][org.springframework.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-25 13:31:51,635][org.springframework.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-25 13:31:51,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:51,635][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-25 13:31:51,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,652][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-25 13:31:51,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:31:51,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:31:51,653][org.springframework.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-25 13:31:51,654][org.springframework.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-25 13:31:51,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:51,655][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-25 13:31:51,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,658][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-25 13:31:51,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:31:51,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:31:51,659][org.springframework.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-25 13:31:51,659][org.springframework.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-25 13:31:51,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:51,659][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-25 13:31:51,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,662][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-25 13:31:51,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:31:51,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:31:51,664][org.springframework.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-25 13:31:51,664][org.springframework.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-25 13:31:51,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:51,664][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-25 13:31:51,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,668][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-25 13:31:51,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,670][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-25 13:31:51,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:31:51,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:31:51,671][org.springframework.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-25 13:31:51,671][org.springframework.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-25 13:31:51,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:51,672][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-25 13:31:51,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,675][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-25 13:31:51,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:31:51,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:31:51,676][org.springframework.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-25 13:31:51,677][org.springframework.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-25 13:31:51,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:51,677][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-25 13:31:51,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,680][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-25 13:31:51,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:31:51,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:31:51,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-25 13:31:51,683][org.springframework.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-25 13:31:51,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:51,684][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-25 13:31:51,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,687][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-25 13:31:51,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:31:51,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:31:51,688][org.springframework.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-25 13:31:51,688][org.springframework.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-25 13:31:51,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:51,689][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-25 13:31:51,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,692][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-25 13:31:51,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:31:51,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:31:51,693][org.springframework.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-25 13:31:51,693][org.springframework.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-25 13:31:51,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:51,694][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-25 13:31:51,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,697][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-25 13:31:51,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:31:51,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:31:51,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-25 13:31:51,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.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-25 13:31:51,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:51,698][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-25 13:31:51,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,702][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-25 13:31:51,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:31:51,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:31:51,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-25 13:31:51,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-25 13:31:51,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:51,703][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-25 13:31:51,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,706][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-25 13:31:51,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:31:51,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:31:51,707][org.springframework.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-25 13:31:51,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-25 13:31:51,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:51,708][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-25 13:31:51,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,711][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-25 13:31:51,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:31:51,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:31:51,713][org.springframework.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-25 13:31:51,713][org.springframework.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-25 13:31:51,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:51,713][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-25 13:31:51,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,716][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-25 13:31:51,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:31:51,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:31:51,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-08-25 13:31:51,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-08-25 13:31:51,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:51,718][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-25 13:31:51,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,720][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-25 13:31:51,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:31:51,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:31:51,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-25 13:31:51,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-25 13:31:51,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:51,723][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-25 13:31:51,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,727][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-25 13:31:51,728][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-25 13:31:51,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:51,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:51,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:51,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:31:51,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:31:51,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:51,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:51,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:51,918][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:31:51,919][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:51,919][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:51,919][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:31:51,921][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:31:51,921][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:51,921][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:51,922][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:31:51,923][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:31:51,923][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:51,924][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:51,924][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:31:51,925][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:31:51,925][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:51,926][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:51,926][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:31:51,927][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:31:51,928][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:51,928][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:31:51,929][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 13:31:51,940][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 13:31:51,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 13:31:52,158][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 13:31:52,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:52,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:52,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:52,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:52,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:31:52,358][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-25 13:31:52,359][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-25 13:31:52,365][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\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-25 13:31:52,370][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:52,577][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 13:31:52,577][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 13:31:52,579][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 13:31:52,580][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 13:31:52,581][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 13:31:52,582][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-25 13:31:52,583][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-25 13:31:52,770][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 13:31:52,773][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 13:31:52,774][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 13:31:52,774][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 13:31:52,775][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 13:31:52,775][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 13:31:52,776][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 13:31:52,777][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 13:31:52,777][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 13:31:52,778][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 13:31:52,778][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 13:31:52,779][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 13:31:52,780][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 13:31:52,781][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 13:31:52,781][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 13:31:52,782][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 13:31:52,783][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 13:31:52,784][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 13:31:52,784][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 13:31:52,785][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 13:31:52,785][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 13:31:52,786][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 13:31:52,787][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 13:31:52,788][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 13:31:52,788][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 13:31:52,789][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 13:31:52,789][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 13:31:52,790][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 13:31:52,791][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 13:31:52,792][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 13:31:52,792][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 13:31:52,793][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 13:31:52,793][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 13:31:52,795][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 13:31:52,795][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-25 13:31:52,795][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-25 13:31:52,796][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 13:31:52,797][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-25 13:31:52,797][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-25 13:31:52,798][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:31:52,799][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-25 13:31:52,799][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-25 13:31:52,800][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-25 13:31:52,801][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-25 13:31:52,802][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-25 13:31:52,803][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-25 13:31:52,804][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-25 13:31:52,804][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-25 13:31:52,805][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:31:52,806][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-25 13:31:52,806][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-25 13:31:52,807][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-25 13:31:52,808][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-25 13:31:52,809][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-25 13:31:52,809][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-25 13:31:52,810][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-25 13:31:52,811][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-25 13:31:52,811][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-25 13:31:52,828][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-25 13:31:52,829][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-25 13:31:52,834][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 13:31:52,837][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-25 13:31:52,838][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-25 13:31:52,839][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 13:31:52,840][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-25 13:31:52,840][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-25 13:31:52,843][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-25 13:31:52,844][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-25 13:31:52,844][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-25 13:31:52,845][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 13:31:52,846][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-25 13:31:52,846][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-25 13:31:52,847][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-25 13:31:52,848][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-25 13:31:52,848][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-25 13:31:52,849][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-25 13:31:52,850][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-25 13:31:52,850][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-25 13:31:52,851][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-25 13:31:52,852][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-25 13:31:52,852][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-25 13:31:52,853][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 13:31:52,854][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-25 13:31:52,854][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-25 13:31:52,855][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:31:52,856][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-25 13:31:52,856][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-25 13:31:52,858][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-25 13:31:52,859][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-25 13:31:52,859][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-25 13:31:52,860][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 13:31:52,861][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-25 13:31:52,862][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-25 13:31:52,863][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 13:31:52,864][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-25 13:31:52,864][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-25 13:31:52,865][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:31:52,866][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-25 13:31:52,866][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-25 13:31:52,868][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 13:31:52,869][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-25 13:31:52,869][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-25 13:31:52,871][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-25 13:31:52,872][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-25 13:31:52,873][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-25 13:31:52,874][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 13:31:52,875][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-25 13:31:52,875][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-25 13:31:52,878][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-25 13:31:52,879][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-25 13:31:52,880][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-25 13:31:52,881][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-25 13:31:52,882][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-25 13:31:52,882][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-25 13:31:52,885][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-25 13:31:52,886][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-25 13:31:52,887][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-25 13:31:52,888][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:31:52,889][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-25 13:31:52,889][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-25 13:31:52,891][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 13:31:52,891][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-25 13:31:52,892][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-25 13:31:52,893][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 13:31:52,894][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-25 13:31:52,894][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-25 13:31:52,895][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 13:31:52,897][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-25 13:31:52,897][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-25 13:31:52,900][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 13:31:52,901][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-25 13:31:52,901][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-25 13:31:52,904][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 13:31:52,905][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,907][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,907][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,907][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,908][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,909][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,909][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,910][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,911][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,913][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,914][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,916][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,918][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,923][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,925][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,926][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,926][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,928][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,929][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,930][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,932][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,933][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,934][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,936][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,936][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,937][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,939][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,940][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,942][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,943][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,944][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,945][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,947][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:31:52,972][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 13:31:54,307][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-25 13:31:54,372][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-25 13:31:54,454][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-25 13:31:54,500][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-25 13:31:54,592][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-25 13:31:54,663][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-25 13:31:54,796][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-25 13:31:54,882][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-25 13:31:54,943][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-25 13:31:55,139][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-25 13:31:55,192][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-25 13:31:55,240][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-25 13:31:55,308][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-25 13:31:55,372][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-25 13:31:55,413][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-25 13:31:55,526][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-25 13:31:55,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:55,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 13:31:55,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:31:55,566][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-25 13:31:55,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:55,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 13:31:55,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:31:55,568][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-25 13:31:55,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:55,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 13:31:55,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:31:55,570][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-25 13:31:55,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:55,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 13:31:55,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:31:55,571][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-25 13:31:55,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:55,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 13:31:55,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:31:55,572][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-25 13:31:55,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:55,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 13:31:55,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:31:55,573][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-25 13:31:55,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:55,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 13:31:55,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:31:55,575][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-25 13:31:55,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:55,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 13:31:55,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:31:55,576][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-25 13:31:55,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:55,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 13:31:55,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:31:55,579][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-25 13:31:55,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:55,580][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 13:31:55,580][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:31:55,580][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-25 13:31:55,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:55,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 13:31:55,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:31:55,584][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-25 13:31:55,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:55,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 13:31:55,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:31:55,586][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-25 13:31:55,587][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:55,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 13:31:55,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:31:55,588][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-25 13:31:55,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:55,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 13:31:55,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:31:55,590][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-25 13:31:55,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:55,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 13:31:55,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:31:55,591][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-25 13:31:55,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:55,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 13:31:55,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:31:55,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,620][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-25 13:31:55,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:31:55,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,645][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 13:31:55,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:31:55,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:31:55,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:55,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:31:55,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:31:55,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:55,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:31:55,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 13:31:55,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:31:55,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:31:55,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,712][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:31:55,712][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:31:55,712][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:31:55,712][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:31:55,712][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:31:55,713][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:31:55,713][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:31:55,713][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:31:55,713][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:31:55,713][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:31:55,714][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:31:55,714][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:31:55,714][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:31:55,714][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:31:55,714][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:31:55,714][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:31:55,714][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:31:55,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:31:55,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 13:31:55,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:31:55,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:31:55,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:31:55,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:55,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:31:55,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:31:55,787][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:31:55,790][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@2c3b101d] -[DEBUG][2015-08-25 13:31:55,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:31:55,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:31:55,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:31:55,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,815][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-25 13:31:55,815][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-25 13:31:55,815][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-25 13:31:55,816][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-25 13:31:55,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:55,816][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-25 13:31:55,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:31:55,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,831][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 13:31:55,832][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-25 13:31:55,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:31:55,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,845][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 13:31:55,845][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-25 13:31:55,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:31:55,847][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 13:31:55,848][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-25 13:31:55,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:31:55,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,865][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 13:31:55,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,868][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:31:55,868][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@5c608f6e] -[DEBUG][2015-08-25 13:31:55,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:31:55,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 13:31:55,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:31:55,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,889][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-25 13:31:55,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:55,889][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-25 13:31:55,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:31:55,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,901][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 13:31:55,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,903][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:31:55,904][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@713e9784] -[DEBUG][2015-08-25 13:31:55,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:31:55,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:31:55,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:31:55,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,923][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-25 13:31:55,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:55,924][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-25 13:31:55,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:31:55,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,957][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 13:31:55,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,958][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:31:55,959][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@11b99379] -[DEBUG][2015-08-25 13:31:55,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:31:55,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 13:31:55,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:31:55,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,978][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-25 13:31:55,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-25 13:31:55,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:55,979][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-25 13:31:55,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:31:55,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,988][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 13:31:55,988][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-25 13:31:55,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:31:55,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,997][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 13:31:55,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:55,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:55,999][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:31:55,999][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@523f31f2] -[DEBUG][2015-08-25 13:31:56,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:31:56,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 13:31:56,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 13:31:56,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,011][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,011][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:56,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,018][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 13:31:56,018][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@4c4b126] -[DEBUG][2015-08-25 13:31:56,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 13:31:56,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:31:56,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:31:56,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:56,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,034][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:31:56,035][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@19610ec2] -[DEBUG][2015-08-25 13:31:56,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:31:56,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 13:31:56,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:31:56,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,047][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-25 13:31:56,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:56,048][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-25 13:31:56,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:31:56,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,060][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 13:31:56,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,062][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:31:56,063][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@79ae8a82] -[DEBUG][2015-08-25 13:31:56,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:31:56,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 13:31:56,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:31:56,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,074][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-25 13:31:56,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:56,075][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-25 13:31:56,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:31:56,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,081][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 13:31:56,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,083][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:31:56,083][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@29968f06] -[DEBUG][2015-08-25 13:31:56,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:31:56,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:31:56,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 13:31:56,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,102][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-25 13:31:56,102][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-25 13:31:56,103][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:31:56,104][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-25 13:31:56,105][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:31:56,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,111][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 13:31:56,112][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-25 13:31:56,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:31:56,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,131][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 13:31:56,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,133][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:31:56,134][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@33ba8c36] -[DEBUG][2015-08-25 13:31:56,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 13:31:56,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:31:56,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:56,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:31:56,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:31:56,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:31:56,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:31:56,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:31:56,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:31:56,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:31:56,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:31:56,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:31:56,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:31:56,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:31:56,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:31:56,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:31:56,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:31:56,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:31:56,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:31:56,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:31:56,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:31:56,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:31:56,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:31:56,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:31:56,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:31:56,150][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2d2f0898] -[DEBUG][2015-08-25 13:31:56,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 13:31:56,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:56,157][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 13:31:56,158][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 13:31:56,158][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 13:31:56,159][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:31:56,160][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@14f5e86 testClass = orderTest, testInstance = com.changyu.test.orderTest@1c6b016, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 13:31:56,160][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:31:56,174][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-25 13:31:56,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:31:56,176][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 13:31:56,176][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-25 13:31:56,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:31:56,178][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 13:31:56,178][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-25 13:31:56,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:31:56,180][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 13:31:56,180][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-25 13:31:56,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:31:56,182][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 13:31:56,183][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-25 13:31:56,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:31:56,185][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 13:31:56,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:31:56,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:31:56,194][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:31:56,225][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 13:31:56,226][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@14f5e86 testClass = orderTest, testInstance = com.changyu.test.orderTest@1c6b016, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@13710065 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-25 13:31:56,227][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@14f5e86 testClass = orderTest, testInstance = com.changyu.test.orderTest@1c6b016, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:31:56,236][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@14f5e86 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13710065 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-25 13:31:56,239][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@50383c13: startup date [Tue Aug 25 13:31:50 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:31:56,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:31:56,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 13:31:56,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@398e4cb: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:31:56,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:31:56,243][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:31:56,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 13:31:56,245][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[INFO][2015-08-25 13:31:56,253][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 13:32:06,773][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 13:32:06,865][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@4d9f6ce5 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-25 13:32:06,873][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-25 13:32:06,878][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 13:32:06,953][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:32:06,954][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:32:06,958][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:32:06,958][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:32:06,960][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:32:06,961][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:32:06,969][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:32:06,970][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:32:06,975][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 13:32:06,976][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:32:07,221][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:32:07,223][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:07,227][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:07,228][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:32:07,239][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:32:07,240][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:07,240][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:07,241][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 13:32:07,258][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 13:32:07,304][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:32:07,381][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 13:32:07,393][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-25 13:32:07,397][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-25 13:32:07,516][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-25 13:32:07,539][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-25 13:32:07,561][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:32:07,598][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-25 13:32:07,711][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-25 13:32:07,712][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-25 13:32:07,724][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\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-25 13:32:07,792][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-25 13:32:07,792][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-25 13:32:07,799][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\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-25 13:32:07,832][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-25 13:32:07,837][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-25 13:32:07,839][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-25 13:32:07,844][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-25 13:32:07,846][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-25 13:32:07,847][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-25 13:32:07,851][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-25 13:32:07,854][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-25 13:32:07,856][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-25 13:32:07,865][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-25 13:32:07,876][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 13:32:07,877][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 13:32:07,881][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:32:07,887][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-25 13:32:07,961][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-25 13:32:07,971][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-25 13:32:07,988][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-25 13:32:08,008][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:32:08,009][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 13:32:08,024][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-25 13:32:08,098][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 13:32:08,105][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@5b1b138a: startup date [Tue Aug 25 13:32:08 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:32:08,106][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@5b1b138a: org.springframework.beans.factory.support.DefaultListableBeanFactory@1fb179dc: 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,/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-25 13:32:08,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:32:08,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:32:08,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:08,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:32:08,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:32:08,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:32:08,236][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-25 13:32:08,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:32:08,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:32:08,457][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:32:08,458][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:08,459][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:08,459][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:32:08,463][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-25 13:32:08,463][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-25 13:32:08,471][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\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-25 13:32:08,472][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-25 13:32:08,473][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-25 13:32:08,473][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-25 13:32:08,474][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-25 13:32:08,474][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-25 13:32:08,475][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-25 13:32:08,475][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-25 13:32:08,476][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-25 13:32:08,476][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-25 13:32:08,477][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-25 13:32:08,478][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-25 13:32:08,478][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-25 13:32:08,479][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-25 13:32:08,479][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-25 13:32:08,480][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-25 13:32:08,481][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-25 13:32:08,485][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 13:32:08,490][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 13:32:08,490][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 13:32:08,490][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 13:32:08,490][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 13:32:08,490][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 13:32:08,490][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 13:32:08,490][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 13:32:08,491][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 13:32:08,491][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 13:32:08,491][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 13:32:08,491][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 13:32:08,491][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 13:32:08,491][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 13:32:08,491][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 13:32:08,492][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 13:32:08,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:32:08,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:32:08,505][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-25 13:32:08,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 13:32:08,527][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 13:32:08,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:32:08,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:32:08,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:08,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:32:08,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:32:08,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:32:08,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:08,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:32:08,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:32:08,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:32:08,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:08,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:32:08,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:32:08,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:32:08,570][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-25 13:32:08,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:32:08,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:32:08,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:32:08,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:08,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:32:08,638][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@14b1666d] -[DEBUG][2015-08-25 13:32:08,644][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1f8972cf] -[INFO][2015-08-25 13:32:08,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1fb179dc: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:32:08,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:32:08,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:32:08,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:32:08,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:32:08,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:32:08,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:32:08,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:32:08,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:08,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:08,678][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-25 13:32:08,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:32:08,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:32:08,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:08,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:08,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:08,711][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-25 13:32:08,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:32:08,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:08,746][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:32:08,746][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:08,746][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:08,746][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:32:08,747][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:32:08,748][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:08,748][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:08,748][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:32:08,749][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:32:08,750][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:08,750][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:08,750][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:32:08,756][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:32:08,756][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:08,757][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:08,757][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:32:08,759][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:32:08,760][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:08,760][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:08,760][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:32:08,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:08,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:32:09,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,208][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-25 13:32:09,244][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-25 13:32:09,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:09,245][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-25 13:32:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:32:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:32:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,261][org.springframework.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-25 13:32:09,261][org.springframework.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-25 13:32:09,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:09,277][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-25 13:32:09,278][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-25 13:32:09,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,329][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 13:32:09,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:32:09,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:32:09,344][org.springframework.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-25 13:32:09,344][org.springframework.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-25 13:32:09,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:09,344][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-25 13:32:09,345][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-25 13:32:09,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,347][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,362][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-25 13:32:09,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:32:09,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:32:09,363][org.springframework.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-25 13:32:09,364][org.springframework.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-25 13:32:09,364][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:09,364][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-25 13:32:09,364][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-25 13:32:09,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,368][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-25 13:32:09,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:32:09,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:32:09,369][org.springframework.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-25 13:32:09,369][org.springframework.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-25 13:32:09,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:09,370][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-25 13:32:09,370][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-25 13:32:09,371][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,373][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-25 13:32:09,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:32:09,375][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:32:09,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-25 13:32:09,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.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-25 13:32:09,375][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:09,376][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-25 13:32:09,376][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-25 13:32:09,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,379][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-25 13:32:09,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,381][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-25 13:32:09,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:32:09,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:32:09,383][org.springframework.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-25 13:32:09,383][org.springframework.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-25 13:32:09,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:09,383][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-25 13:32:09,383][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-25 13:32:09,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,389][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-25 13:32:09,389][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,389][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:32:09,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:32:09,390][org.springframework.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-25 13:32:09,390][org.springframework.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-25 13:32:09,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:09,390][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-25 13:32:09,390][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-25 13:32:09,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,393][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-25 13:32:09,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:32:09,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:32:09,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-25 13:32:09,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-25 13:32:09,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:09,395][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-25 13:32:09,395][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-25 13:32:09,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,398][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-25 13:32:09,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:32:09,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:32:09,399][org.springframework.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-25 13:32:09,399][org.springframework.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-25 13:32:09,400][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:09,400][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-25 13:32:09,400][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-25 13:32:09,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,404][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-25 13:32:09,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:32:09,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:32:09,405][org.springframework.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-25 13:32:09,405][org.springframework.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-25 13:32:09,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:09,405][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-25 13:32:09,405][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-25 13:32:09,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,409][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-25 13:32:09,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:32:09,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:32:09,410][org.springframework.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-25 13:32:09,410][org.springframework.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-25 13:32:09,410][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:09,410][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-25 13:32:09,410][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-25 13:32:09,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,413][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-25 13:32:09,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:32:09,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:32:09,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-08-25 13:32:09,415][org.springframework.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-25 13:32:09,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:09,415][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-25 13:32:09,415][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-25 13:32:09,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,418][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-25 13:32:09,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:32:09,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:32:09,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.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-25 13:32:09,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-08-25 13:32:09,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:09,420][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-25 13:32:09,420][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-25 13:32:09,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,423][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-25 13:32:09,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:32:09,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:32:09,424][org.springframework.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-25 13:32:09,424][org.springframework.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-25 13:32:09,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:09,425][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-25 13:32:09,425][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-25 13:32:09,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,429][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-25 13:32:09,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:32:09,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:32:09,430][org.springframework.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-25 13:32:09,430][org.springframework.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-25 13:32:09,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:09,431][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-25 13:32:09,431][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-25 13:32:09,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,434][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-25 13:32:09,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:32:09,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:32:09,437][org.springframework.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-25 13:32:09,437][org.springframework.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-25 13:32:09,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:09,437][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-25 13:32:09,437][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-25 13:32:09,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,441][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-25 13:32:09,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:32:09,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:32:09,449][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:09,464][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:32:09,464][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:32:09,464][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,464][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:09,674][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:32:09,674][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:09,674][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:09,675][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:32:09,676][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:32:09,677][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:09,677][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:09,678][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:32:09,679][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:32:09,680][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:09,681][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:09,681][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:32:09,682][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:32:09,683][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:09,683][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:09,683][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:32:09,684][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:32:09,685][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:09,685][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:32:09,686][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 13:32:09,696][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 13:32:09,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 13:32:09,948][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 13:32:09,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:09,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:09,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:10,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:32:10,191][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-25 13:32:10,191][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-25 13:32:10,199][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\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-25 13:32:10,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 13:32:10,441][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 13:32:10,442][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 13:32:10,444][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 13:32:10,447][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 13:32:10,448][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 13:32:10,449][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-25 13:32:10,449][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-25 13:32:10,654][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 13:32:10,655][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 13:32:10,656][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 13:32:10,656][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 13:32:10,657][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 13:32:10,658][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 13:32:10,658][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 13:32:10,659][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 13:32:10,659][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 13:32:10,660][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 13:32:10,661][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 13:32:10,661][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 13:32:10,662][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 13:32:10,663][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 13:32:10,664][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 13:32:10,664][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 13:32:10,665][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 13:32:10,666][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 13:32:10,666][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 13:32:10,667][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 13:32:10,669][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 13:32:10,670][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 13:32:10,671][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 13:32:10,672][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 13:32:10,673][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 13:32:10,673][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 13:32:10,674][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 13:32:10,675][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 13:32:10,676][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 13:32:10,677][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 13:32:10,677][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 13:32:10,679][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 13:32:10,680][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 13:32:10,680][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 13:32:10,681][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-25 13:32:10,681][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-25 13:32:10,682][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 13:32:10,683][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-25 13:32:10,684][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-25 13:32:10,685][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:32:10,687][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-25 13:32:10,687][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-25 13:32:10,688][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-25 13:32:10,689][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-25 13:32:10,690][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-25 13:32:10,710][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-25 13:32:10,716][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-25 13:32:10,721][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-25 13:32:10,722][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:32:10,723][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-25 13:32:10,724][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-25 13:32:10,724][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-25 13:32:10,726][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-25 13:32:10,726][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-25 13:32:10,727][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-25 13:32:10,728][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-25 13:32:10,728][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-25 13:32:10,729][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-25 13:32:10,730][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-25 13:32:10,730][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-25 13:32:10,732][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 13:32:10,732][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-25 13:32:10,733][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-25 13:32:10,734][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 13:32:10,735][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-25 13:32:10,735][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-25 13:32:10,738][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-25 13:32:10,739][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-25 13:32:10,740][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-25 13:32:10,741][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 13:32:10,741][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-25 13:32:10,742][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-25 13:32:10,743][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-25 13:32:10,745][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-25 13:32:10,745][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-25 13:32:10,746][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-25 13:32:10,747][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-25 13:32:10,748][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-25 13:32:10,749][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-25 13:32:10,750][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-25 13:32:10,750][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-25 13:32:10,751][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 13:32:10,752][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-25 13:32:10,752][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-25 13:32:10,753][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:32:10,754][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-25 13:32:10,754][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-25 13:32:10,756][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-25 13:32:10,757][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-25 13:32:10,758][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-25 13:32:10,760][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 13:32:10,761][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-25 13:32:10,761][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-25 13:32:10,762][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 13:32:10,764][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-25 13:32:10,764][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-25 13:32:10,765][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:32:10,766][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-25 13:32:10,766][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-25 13:32:10,767][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 13:32:10,768][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-25 13:32:10,768][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-25 13:32:10,770][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-25 13:32:10,771][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-25 13:32:10,771][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-25 13:32:10,772][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 13:32:10,773][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-25 13:32:10,773][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-25 13:32:10,774][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-25 13:32:10,775][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-25 13:32:10,776][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-25 13:32:10,777][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-25 13:32:10,778][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-25 13:32:10,778][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-25 13:32:10,779][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-25 13:32:10,780][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-25 13:32:10,780][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-25 13:32:10,781][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:32:10,782][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-25 13:32:10,782][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-25 13:32:10,784][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 13:32:10,785][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-25 13:32:10,786][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-25 13:32:10,787][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 13:32:10,788][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-25 13:32:10,788][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-25 13:32:10,789][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 13:32:10,790][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-25 13:32:10,790][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-25 13:32:10,792][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 13:32:10,793][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-25 13:32:10,793][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-25 13:32:10,794][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 13:32:10,795][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,797][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,798][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,798][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,799][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,800][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,800][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,801][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,802][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,805][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,806][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,808][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,810][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,812][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,814][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,815][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,816][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,818][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,820][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,823][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,828][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,830][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,832][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,836][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,837][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,838][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,839][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,841][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,842][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,844][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,846][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,847][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,849][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:32:10,879][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 13:32:12,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-25 13:32:12,172][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-25 13:32:12,260][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-25 13:32:12,313][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-25 13:32:12,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-25 13:32:12,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-25 13:32:12,632][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-25 13:32:12,735][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-25 13:32:12,796][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-25 13:32:13,020][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-25 13:32:13,074][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-25 13:32:13,121][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-25 13:32:13,196][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-25 13:32:13,264][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-25 13:32:13,310][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-25 13:32:13,427][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-25 13:32:13,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:32:13,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 13:32:13,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:32:13,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:32:13,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 13:32:13,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:32:13,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:32:13,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 13:32:13,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:32:13,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:32:13,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 13:32:13,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:32:13,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:32:13,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 13:32:13,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:32:13,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:32:13,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 13:32:13,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:32:13,482][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:32:13,482][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 13:32:13,482][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:32:13,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:32:13,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 13:32:13,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:32:13,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:32:13,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 13:32:13,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:32:13,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:32:13,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 13:32:13,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:32:13,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:32:13,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 13:32:13,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:32:13,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:32:13,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 13:32:13,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:32:13,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:32:13,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 13:32:13,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:32:13,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:32:13,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 13:32:13,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:32:13,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:32:13,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 13:32:13,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:32:13,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:32:13,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 13:32:13,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:32:13,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,524][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-25 13:32:13,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:32:13,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,555][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 13:32:13,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:32:13,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:32:13,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:13,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:32:13,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:32:13,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:13,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:32:13,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 13:32:13,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:32:13,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:32:13,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,627][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:32:13,627][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:32:13,627][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:32:13,627][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:32:13,628][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:32:13,628][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:32:13,628][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:32:13,628][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:32:13,628][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:32:13,628][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:32:13,628][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:32:13,628][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:32:13,629][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:32:13,629][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:32:13,629][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:32:13,629][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:32:13,629][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:32:13,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:32:13,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 13:32:13,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:32:13,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:32:13,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:32:13,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:13,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:32:13,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:32:13,678][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:32:13,681][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@1f0ffbc2] -[DEBUG][2015-08-25 13:32:13,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:32:13,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:32:13,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:32:13,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,710][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-25 13:32:13,710][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-25 13:32:13,710][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-25 13:32:13,710][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-25 13:32:13,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:13,711][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-25 13:32:13,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:32:13,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,725][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 13:32:13,725][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-25 13:32:13,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:32:13,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,748][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 13:32:13,748][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-25 13:32:13,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:32:13,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,770][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 13:32:13,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-08-25 13:32:13,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:32:13,772][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 13:32:13,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,773][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:32:13,774][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@4d77358f] -[DEBUG][2015-08-25 13:32:13,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:32:13,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 13:32:13,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:32:13,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,795][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-25 13:32:13,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:13,795][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-25 13:32:13,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:32:13,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,806][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 13:32:13,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,808][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:32:13,808][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@1ab6479d] -[DEBUG][2015-08-25 13:32:13,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:32:13,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:32:13,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:32:13,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,830][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-25 13:32:13,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:13,831][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-25 13:32:13,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:32:13,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,869][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 13:32:13,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,870][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:32:13,871][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@39f86091] -[DEBUG][2015-08-25 13:32:13,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:32:13,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 13:32:13,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:32:13,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,892][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-25 13:32:13,892][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-25 13:32:13,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:13,893][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-25 13:32:13,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:32:13,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,903][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 13:32:13,904][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-25 13:32:13,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:32:13,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,915][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 13:32:13,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,917][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:32:13,917][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@79317916] -[DEBUG][2015-08-25 13:32:13,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:32:13,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 13:32:13,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 13:32:13,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:13,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,933][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 13:32:13,934][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@28d0a524] -[DEBUG][2015-08-25 13:32:13,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 13:32:13,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:32:13,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:32:13,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:13,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,953][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:32:13,953][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@25a7ae12] -[DEBUG][2015-08-25 13:32:13,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:32:13,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 13:32:13,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:32:13,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,967][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-25 13:32:13,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:13,967][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-25 13:32:13,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:32:13,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,979][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 13:32:13,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,981][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:32:13,981][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@60e6e108] -[DEBUG][2015-08-25 13:32:13,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:32:13,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 13:32:13,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:32:13,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:13,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:13,995][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-25 13:32:13,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:13,996][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-25 13:32:13,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:32:13,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:14,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:14,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:14,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:14,004][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 13:32:14,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:14,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:14,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:14,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:14,006][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:32:14,006][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@7ca89faf] -[DEBUG][2015-08-25 13:32:14,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:32:14,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:32:14,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 13:32:14,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:14,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:14,026][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-25 13:32:14,026][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-25 13:32:14,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:32:14,027][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-25 13:32:14,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:32:14,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:14,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:14,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:14,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:14,048][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 13:32:14,049][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-25 13:32:14,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:32:14,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:14,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:14,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:14,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:14,059][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 13:32:14,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:14,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:14,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:14,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:14,061][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:32:14,061][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@63f672fe] -[DEBUG][2015-08-25 13:32:14,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 13:32:14,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:32:14,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:32:14,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:32:14,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:32:14,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:32:14,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:32:14,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:14,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:32:14,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:14,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:32:14,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:32:14,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:32:14,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:32:14,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:32:14,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:32:14,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:32:14,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:32:14,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:32:14,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:32:14,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:32:14,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:32:14,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:32:14,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:32:14,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:32:14,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:32:14,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:32:14,079][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4f09f8b4] -[DEBUG][2015-08-25 13:32:14,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 13:32:14,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:32:14,087][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 13:32:14,088][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 13:32:14,089][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 13:32:14,089][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:32:14,091][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@1b3bce82 testClass = orderTest, testInstance = com.changyu.test.orderTest@7372c6c5, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 13:32:14,091][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:32:14,100][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-25 13:32:14,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:32:14,102][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 13:32:14,103][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-25 13:32:14,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:32:14,104][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 13:32:14,105][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-25 13:32:14,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:32:14,108][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 13:32:14,108][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-25 13:32:14,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:32:14,110][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 13:32:14,110][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-25 13:32:14,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:32:14,112][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 13:32:14,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:14,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:14,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:32:14,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:32:14,121][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:34:42,949][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 13:34:43,027][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@53546fcd 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-25 13:34:43,032][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-25 13:34:43,036][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 13:34:43,095][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:34:43,096][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:34:43,100][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:34:43,101][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:34:43,102][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:34:43,103][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:34:43,109][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:34:43,110][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:34:43,116][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 13:34:43,117][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:34:43,377][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:34:43,380][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:43,383][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:43,384][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:34:43,395][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:34:43,396][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:43,396][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:43,396][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 13:34:43,413][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 13:34:43,457][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:34:43,531][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 13:34:43,544][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-25 13:34:43,549][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-25 13:34:43,648][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-25 13:34:43,664][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-25 13:34:43,686][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:34:43,718][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-25 13:34:43,799][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-25 13:34:43,800][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-25 13:34:43,811][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\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-25 13:34:43,875][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-25 13:34:43,876][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-25 13:34:43,882][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\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-25 13:34:43,911][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-25 13:34:43,915][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-25 13:34:43,916][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-25 13:34:43,921][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-25 13:34:43,923][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-25 13:34:43,924][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-25 13:34:43,929][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-25 13:34:43,931][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-25 13:34:43,934][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-25 13:34:43,943][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-25 13:34:43,950][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 13:34:43,951][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 13:34:43,955][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:34:43,959][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-25 13:34:44,006][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-25 13:34:44,028][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-25 13:34:44,043][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-25 13:34:44,060][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:34:44,061][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 13:34:44,074][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-25 13:34:44,151][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 13:34:44,157][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@50383c13: startup date [Tue Aug 25 13:34:44 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:34:44,158][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@50383c13: org.springframework.beans.factory.support.DefaultListableBeanFactory@11059e51: 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,/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-25 13:34:44,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:34:44,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:34:44,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:44,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:34:44,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:34:44,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:34:44,293][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-25 13:34:44,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:34:44,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:34:44,493][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:34:44,493][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:44,494][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:44,495][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:34:44,499][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-25 13:34:44,499][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-25 13:34:44,506][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\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-25 13:34:44,507][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-25 13:34:44,508][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-25 13:34:44,510][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-25 13:34:44,511][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-25 13:34:44,511][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-25 13:34:44,512][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-25 13:34:44,513][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-25 13:34:44,514][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-25 13:34:44,515][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-25 13:34:44,516][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-25 13:34:44,517][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-25 13:34:44,517][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-25 13:34:44,518][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-25 13:34:44,518][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-25 13:34:44,519][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-25 13:34:44,519][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-25 13:34:44,523][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 13:34:44,526][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 13:34:44,526][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 13:34:44,527][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 13:34:44,527][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 13:34:44,527][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 13:34:44,527][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 13:34:44,527][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 13:34:44,527][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 13:34:44,528][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 13:34:44,528][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 13:34:44,528][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 13:34:44,528][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 13:34:44,528][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 13:34:44,528][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 13:34:44,528][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 13:34:44,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:34:44,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:34:44,540][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-25 13:34:44,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 13:34:44,560][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 13:34:44,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:34:44,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:34:44,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:44,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:34:44,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:34:44,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:34:44,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:44,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:34:44,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:34:44,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:34:44,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:44,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:34:44,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:34:44,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:34:44,594][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-25 13:34:44,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:34:44,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:34:44,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:34:44,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:44,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:34:44,652][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4c6efbef] -[DEBUG][2015-08-25 13:34:44,657][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@d36bad6] -[INFO][2015-08-25 13:34:44,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@11059e51: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:34:44,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:34:44,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:34:44,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:34:44,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:34:44,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:34:44,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:34:44,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:34:44,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:44,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:44,688][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-25 13:34:44,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:34:44,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:34:44,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:44,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:44,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:44,719][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-25 13:34:44,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:34:44,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:44,752][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:34:44,753][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:44,754][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:44,754][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:34:44,755][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:34:44,755][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:44,756][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:44,756][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:34:44,757][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:34:44,758][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:44,758][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:44,758][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:34:44,763][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:34:44,763][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:44,764][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:44,764][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:34:44,766][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:34:44,767][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:44,767][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:44,768][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:34:44,781][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:44,781][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:34:45,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,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-25 13:34:45,205][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-25 13:34:45,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:45,206][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-25 13:34:45,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:34:45,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:34:45,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,241][org.springframework.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-25 13:34:45,241][org.springframework.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-25 13:34:45,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:45,255][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-25 13:34:45,255][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-25 13:34:45,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,301][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 13:34:45,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:34:45,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:34:45,316][org.springframework.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-25 13:34:45,316][org.springframework.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-25 13:34:45,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:45,317][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-25 13:34:45,317][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-25 13:34:45,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,332][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-25 13:34:45,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:34:45,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:34:45,334][org.springframework.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-25 13:34:45,334][org.springframework.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-25 13:34:45,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:45,334][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-25 13:34:45,334][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-25 13:34:45,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,336][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,336][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,336][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,338][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-25 13:34:45,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:34:45,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:34:45,338][org.springframework.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-25 13:34:45,339][org.springframework.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-25 13:34:45,339][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:45,339][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-25 13:34:45,339][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-25 13:34:45,340][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,340][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,342][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-25 13:34:45,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:34:45,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:34:45,343][org.springframework.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-25 13:34:45,343][org.springframework.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-25 13:34:45,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:45,344][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-25 13:34:45,344][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-25 13:34:45,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,347][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-25 13:34:45,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,349][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-25 13:34:45,350][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,350][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,350][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:34:45,350][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:34:45,350][org.springframework.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-25 13:34:45,350][org.springframework.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-25 13:34:45,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:45,351][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-25 13:34:45,351][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-25 13:34:45,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,354][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,354][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,355][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-25 13:34:45,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:34:45,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:34:45,356][org.springframework.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-25 13:34:45,357][org.springframework.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-25 13:34:45,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:45,357][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-25 13:34:45,357][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-25 13:34:45,358][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,360][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-25 13:34:45,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:34:45,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:34:45,361][org.springframework.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-25 13:34:45,361][org.springframework.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-25 13:34:45,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:45,362][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-25 13:34:45,362][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-25 13:34:45,364][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,364][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,364][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,364][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,365][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-25 13:34:45,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:34:45,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:34:45,366][org.springframework.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-25 13:34:45,366][org.springframework.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-25 13:34:45,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:45,367][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-25 13:34:45,367][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-25 13:34:45,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,370][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-25 13:34:45,370][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,370][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,371][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:34:45,371][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:34:45,371][org.springframework.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-25 13:34:45,371][org.springframework.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-25 13:34:45,371][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:45,371][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-25 13:34:45,372][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-25 13:34:45,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,374][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-25 13:34:45,375][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,375][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,375][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:34:45,375][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:34:45,376][org.springframework.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-25 13:34:45,376][org.springframework.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-25 13:34:45,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:45,376][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-25 13:34:45,376][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-25 13:34:45,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,379][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-25 13:34:45,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:34:45,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:34:45,381][org.springframework.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-25 13:34:45,381][org.springframework.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-25 13:34:45,381][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:45,381][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-25 13:34:45,381][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-25 13:34:45,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,385][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-25 13:34:45,385][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,385][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,385][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:34:45,386][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:34:45,386][org.springframework.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-25 13:34:45,386][org.springframework.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-25 13:34:45,386][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:45,386][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-25 13:34:45,386][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-25 13:34:45,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,390][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-25 13:34:45,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:34:45,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:34:45,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-08-25 13:34:45,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-08-25 13:34:45,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:45,391][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-25 13:34:45,391][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-25 13:34:45,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,394][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-25 13:34:45,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:34:45,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:34:45,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-25 13:34:45,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.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-25 13:34:45,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:45,396][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-25 13:34:45,396][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-25 13:34:45,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,399][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-25 13:34:45,400][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,400][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:34:45,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:34:45,403][org.springframework.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-25 13:34:45,403][org.springframework.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-25 13:34:45,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:45,403][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-25 13:34:45,403][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-25 13:34:45,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,407][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-25 13:34:45,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:45,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:45,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:45,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:34:45,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:34:45,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:45,609][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:34:45,610][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:45,610][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:45,610][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:34:45,611][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:34:45,612][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:45,612][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:45,612][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:34:45,613][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:34:45,613][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:45,614][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:45,614][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:34:45,615][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:34:45,616][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:45,616][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:45,617][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:34:45,619][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:34:45,619][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:45,620][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:34:45,620][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 13:34:45,629][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 13:34:45,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 13:34:45,849][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 13:34:45,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:45,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:45,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:46,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:34:46,074][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-25 13:34:46,074][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-25 13:34:46,081][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\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-25 13:34:46,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:46,289][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 13:34:46,290][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 13:34:46,292][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 13:34:46,294][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 13:34:46,295][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 13:34:46,296][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-25 13:34:46,296][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-25 13:34:46,472][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 13:34:46,473][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 13:34:46,473][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 13:34:46,474][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 13:34:46,474][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 13:34:46,475][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 13:34:46,475][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 13:34:46,476][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 13:34:46,477][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 13:34:46,478][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 13:34:46,479][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 13:34:46,479][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 13:34:46,480][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 13:34:46,481][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 13:34:46,481][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 13:34:46,482][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 13:34:46,483][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 13:34:46,483][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 13:34:46,484][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 13:34:46,485][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 13:34:46,485][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 13:34:46,486][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 13:34:46,486][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 13:34:46,487][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 13:34:46,487][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 13:34:46,488][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 13:34:46,488][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 13:34:46,489][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 13:34:46,490][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 13:34:46,490][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 13:34:46,491][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 13:34:46,491][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 13:34:46,492][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 13:34:46,493][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 13:34:46,493][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-25 13:34:46,493][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-25 13:34:46,494][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 13:34:46,495][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-25 13:34:46,495][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-25 13:34:46,496][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:34:46,497][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-25 13:34:46,497][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-25 13:34:46,498][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-25 13:34:46,499][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-25 13:34:46,499][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-25 13:34:46,500][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-25 13:34:46,501][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-25 13:34:46,501][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-25 13:34:46,502][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:34:46,503][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-25 13:34:46,504][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-25 13:34:46,504][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-25 13:34:46,505][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-25 13:34:46,506][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-25 13:34:46,506][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-25 13:34:46,508][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-25 13:34:46,508][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-25 13:34:46,522][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-25 13:34:46,524][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-25 13:34:46,524][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-25 13:34:46,528][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 13:34:46,531][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-25 13:34:46,531][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-25 13:34:46,532][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 13:34:46,533][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-25 13:34:46,533][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-25 13:34:46,536][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-25 13:34:46,537][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-25 13:34:46,537][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-25 13:34:46,538][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 13:34:46,539][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-25 13:34:46,539][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-25 13:34:46,540][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-25 13:34:46,542][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-25 13:34:46,542][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-25 13:34:46,543][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-25 13:34:46,544][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-25 13:34:46,544][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-25 13:34:46,545][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-25 13:34:46,546][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-25 13:34:46,547][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-25 13:34:46,547][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 13:34:46,549][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-25 13:34:46,549][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-25 13:34:46,550][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:34:46,551][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-25 13:34:46,551][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-25 13:34:46,553][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-25 13:34:46,554][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-25 13:34:46,554][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-25 13:34:46,556][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 13:34:46,557][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-25 13:34:46,558][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-25 13:34:46,559][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 13:34:46,560][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-25 13:34:46,560][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-25 13:34:46,561][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:34:46,562][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-25 13:34:46,562][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-25 13:34:46,563][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 13:34:46,564][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-25 13:34:46,565][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-25 13:34:46,566][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-25 13:34:46,567][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-25 13:34:46,567][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-25 13:34:46,568][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 13:34:46,569][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-25 13:34:46,569][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-25 13:34:46,570][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-25 13:34:46,571][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-25 13:34:46,571][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-25 13:34:46,572][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-25 13:34:46,574][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-25 13:34:46,574][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-25 13:34:46,575][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-25 13:34:46,576][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-25 13:34:46,577][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-25 13:34:46,579][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:34:46,580][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-25 13:34:46,580][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-25 13:34:46,582][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 13:34:46,583][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-25 13:34:46,583][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-25 13:34:46,584][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 13:34:46,585][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-25 13:34:46,585][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-25 13:34:46,586][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 13:34:46,587][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-25 13:34:46,588][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-25 13:34:46,589][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 13:34:46,590][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-25 13:34:46,591][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-25 13:34:46,591][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 13:34:46,593][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,594][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,594][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,594][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,596][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,596][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,596][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,598][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,599][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,600][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,602][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,604][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,605][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,607][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,609][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,609][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,610][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,611][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,612][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,613][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,614][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,615][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,617][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,618][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,619][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,620][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,621][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,622][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,623][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,624][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,626][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,627][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,629][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:34:46,661][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 13:34:47,996][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-25 13:34:48,068][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-25 13:34:48,158][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-25 13:34:48,211][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-25 13:34:48,325][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-25 13:34:48,390][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-25 13:34:48,514][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-25 13:34:48,584][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-25 13:34:48,642][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-25 13:34:48,852][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-25 13:34:48,908][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-25 13:34:48,958][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-25 13:34:49,010][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-25 13:34:49,076][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-25 13:34:49,117][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-25 13:34:49,231][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-25 13:34:49,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:49,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 13:34:49,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:34:49,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:49,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 13:34:49,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:34:49,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:49,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 13:34:49,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:34:49,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:49,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 13:34:49,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:34:49,273][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:49,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 13:34:49,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:34:49,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:49,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 13:34:49,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:34:49,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:49,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 13:34:49,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:34:49,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:49,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 13:34:49,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:34:49,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:49,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 13:34:49,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:34:49,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:49,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 13:34:49,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:34:49,280][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:49,280][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 13:34:49,280][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:34:49,281][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:49,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 13:34:49,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:34:49,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:49,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 13:34:49,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:34:49,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:49,287][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 13:34:49,288][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:34:49,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:49,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 13:34:49,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:34:49,290][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:49,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 13:34:49,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:34:49,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,315][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-25 13:34:49,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:34:49,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,340][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 13:34:49,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:34:49,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:34:49,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:49,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:34:49,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:34:49,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:49,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:34:49,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 13:34:49,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,385][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:34:49,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:34:49,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,407][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:34:49,407][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:34:49,407][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:34:49,407][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:34:49,408][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:34:49,408][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:34:49,408][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:34:49,408][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:34:49,408][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:34:49,408][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:34:49,408][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:34:49,408][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:34:49,409][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:34:49,409][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:34:49,409][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:34:49,409][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:34:49,409][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:34:49,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:34:49,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 13:34:49,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:34:49,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:34:49,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:34:49,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:49,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:34:49,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:34:49,455][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:34:49,458][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@535b7436] -[DEBUG][2015-08-25 13:34:49,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:34:49,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:34:49,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:34:49,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,484][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-25 13:34:49,484][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-25 13:34:49,484][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-25 13:34:49,484][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-25 13:34:49,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:49,485][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-25 13:34:49,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:34:49,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,501][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 13:34:49,501][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-25 13:34:49,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:34:49,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,527][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 13:34:49,571][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-25 13:34:49,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:34:49,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,589][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 13:34:49,589][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-25 13:34:49,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:34:49,591][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 13:34:49,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,592][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:34:49,593][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@6491b172] -[DEBUG][2015-08-25 13:34:49,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:34:49,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 13:34:49,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:34:49,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,612][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-25 13:34:49,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:49,613][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-25 13:34:49,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:34:49,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,623][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 13:34:49,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,625][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:34:49,625][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@621dd45b] -[DEBUG][2015-08-25 13:34:49,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:34:49,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:34:49,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:34:49,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,646][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-25 13:34:49,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:49,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-08-25 13:34:49,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:34:49,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,684][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 13:34:49,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,687][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:34:49,687][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@5e61cbbb] -[DEBUG][2015-08-25 13:34:49,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:34:49,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 13:34:49,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:34:49,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,710][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-25 13:34:49,710][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-25 13:34:49,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:49,711][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-25 13:34:49,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:34:49,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,721][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 13:34:49,721][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-25 13:34:49,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:34:49,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,732][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 13:34:49,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,734][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:34:49,734][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@3b3833a7] -[DEBUG][2015-08-25 13:34:49,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:34:49,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 13:34:49,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 13:34:49,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:49,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,747][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 13:34:49,748][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@322ad892] -[DEBUG][2015-08-25 13:34:49,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 13:34:49,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:34:49,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:34:49,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:49,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,769][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:34:49,769][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@5ea0b717] -[DEBUG][2015-08-25 13:34:49,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:34:49,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 13:34:49,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:34:49,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,786][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-25 13:34:49,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:49,787][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-25 13:34:49,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:34:49,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,800][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 13:34:49,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,802][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:34:49,803][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@237bcf2f] -[DEBUG][2015-08-25 13:34:49,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:34:49,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 13:34:49,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:34:49,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,816][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-25 13:34:49,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:49,817][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-25 13:34:49,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:34:49,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,824][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 13:34:49,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,826][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:34:49,826][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@57dd1619] -[DEBUG][2015-08-25 13:34:49,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:34:49,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:34:49,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 13:34:49,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,848][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-25 13:34:49,848][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-25 13:34:49,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:34:49,850][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-25 13:34:49,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:34:49,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,860][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 13:34:49,860][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-25 13:34:49,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:34:49,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,908][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 13:34:49,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,911][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:34:49,911][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@21a55d62] -[DEBUG][2015-08-25 13:34:49,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 13:34:49,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:34:49,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:49,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:34:49,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:34:49,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:34:49,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:34:49,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:34:49,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:34:49,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:34:49,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:34:49,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:34:49,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:34:49,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:34:49,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:34:49,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:34:49,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:34:49,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:34:49,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:34:49,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:34:49,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:34:49,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:34:49,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:34:49,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:34:49,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:34:49,934][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@56d39b53] -[DEBUG][2015-08-25 13:34:49,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 13:34:49,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:49,941][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 13:34:49,941][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 13:34:49,942][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 13:34:49,943][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:34:49,944][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@3784dc10 testClass = orderTest, testInstance = com.changyu.test.orderTest@738bbae9, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 13:34:49,945][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:34:49,956][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-25 13:34:49,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:34:49,957][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 13:34:49,958][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-25 13:34:49,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:34:49,960][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 13:34:49,960][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-25 13:34:49,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:34:49,963][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 13:34:49,964][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-25 13:34:49,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:34:49,966][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 13:34:49,966][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-25 13:34:49,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:34:49,968][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 13:34:49,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:34:49,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:34:49,979][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:34:50,016][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 13:34:50,017][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@3784dc10 testClass = orderTest, testInstance = com.changyu.test.orderTest@738bbae9, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@13710065 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-25 13:34:50,018][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@3784dc10 testClass = orderTest, testInstance = com.changyu.test.orderTest@738bbae9, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:34:50,028][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@3784dc10 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13710065 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-25 13:34:50,033][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@50383c13: startup date [Tue Aug 25 13:34:44 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:34:50,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:34:50,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 13:34:50,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@11059e51: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:34:50,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:34:50,038][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:34:50,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 13:34:50,040][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[INFO][2015-08-25 13:34:50,049][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 13:38:18,281][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 13:38:18,367][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@192328ef 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-25 13:38:18,372][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-25 13:38:18,376][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 13:38:18,452][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:38:18,453][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:38:18,456][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:38:18,457][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:38:18,459][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:38:18,461][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:38:18,467][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:38:18,467][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:38:18,472][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 13:38:18,473][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:38:18,723][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:38:18,725][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:18,729][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:18,729][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:38:18,741][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:38:18,741][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:18,742][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:18,742][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 13:38:18,758][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 13:38:18,800][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:38:18,873][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 13:38:18,887][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-25 13:38:18,891][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-25 13:38:18,996][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-25 13:38:19,013][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-25 13:38:19,035][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:38:19,068][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-25 13:38:19,158][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-25 13:38:19,159][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-25 13:38:19,170][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\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-25 13:38:19,233][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-25 13:38:19,234][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-25 13:38:19,239][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\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-25 13:38:19,262][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-25 13:38:19,266][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-25 13:38:19,268][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-25 13:38:19,273][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-25 13:38:19,275][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-25 13:38:19,278][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-25 13:38:19,279][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-25 13:38:19,281][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-25 13:38:19,283][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-25 13:38:19,293][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-25 13:38:19,300][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 13:38:19,300][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 13:38:19,304][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:38:19,308][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-25 13:38:19,357][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-25 13:38:19,385][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-25 13:38:19,399][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-25 13:38:19,415][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:38:19,417][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 13:38:19,430][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-25 13:38:19,501][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 13:38:19,508][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@50383c13: startup date [Tue Aug 25 13:38:19 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:38:19,509][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@50383c13: org.springframework.beans.factory.support.DefaultListableBeanFactory@735404c6: 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,/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-25 13:38:19,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:38:19,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:38:19,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:19,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:38:19,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:38:19,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:38:19,644][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-25 13:38:19,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:38:19,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:38:19,843][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:38:19,844][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:19,844][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:19,845][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:38:19,848][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-25 13:38:19,849][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-25 13:38:19,856][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\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-25 13:38:19,857][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-25 13:38:19,858][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-25 13:38:19,858][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-25 13:38:19,859][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-25 13:38:19,860][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-25 13:38:19,860][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-25 13:38:19,861][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-25 13:38:19,862][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-25 13:38:19,862][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-25 13:38:19,863][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-25 13:38:19,864][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-25 13:38:19,864][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-25 13:38:19,865][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-25 13:38:19,866][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-25 13:38:19,867][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-25 13:38:19,869][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-25 13:38:19,873][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 13:38:19,876][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 13:38:19,876][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 13:38:19,877][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 13:38:19,877][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 13:38:19,877][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 13:38:19,877][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 13:38:19,877][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 13:38:19,877][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 13:38:19,877][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 13:38:19,878][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 13:38:19,878][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 13:38:19,878][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 13:38:19,878][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 13:38:19,878][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 13:38:19,878][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 13:38:19,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:38:19,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:38:19,891][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-25 13:38:19,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 13:38:19,912][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 13:38:19,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:38:19,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:38:19,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:19,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:38:19,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:38:19,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:38:19,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:19,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:38:19,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:38:19,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:38:19,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:19,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:38:19,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:38:19,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:38:19,948][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-25 13:38:19,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:38:19,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:38:19,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:38:19,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:19,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:38:20,007][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6f2a751d] -[DEBUG][2015-08-25 13:38:20,013][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@185b39e8] -[INFO][2015-08-25 13:38:20,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@735404c6: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:38:20,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:38:20,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:38:20,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:38:20,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:38:20,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:38:20,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:38:20,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:38:20,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,044][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-25 13:38:20,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:38:20,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:38:20,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,074][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-25 13:38:20,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:38:20,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,104][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:38:20,104][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:20,104][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:20,105][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:38:20,107][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:38:20,107][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:20,108][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:20,108][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:38:20,109][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:38:20,109][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:20,110][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:20,110][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:38:20,115][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:38:20,115][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:20,116][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:20,117][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:38:20,120][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:38:20,120][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:20,121][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:20,121][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:38:20,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:38:20,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,553][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-25 13:38:20,570][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-25 13:38:20,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:20,570][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-25 13:38:20,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:38:20,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:38:20,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,605][org.springframework.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-25 13:38:20,605][org.springframework.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-25 13:38:20,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:20,619][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-25 13:38:20,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,664][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 13:38:20,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:38:20,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:38:20,677][org.springframework.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-25 13:38:20,677][org.springframework.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-25 13:38:20,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:20,678][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-25 13:38:20,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,696][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-25 13:38:20,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:38:20,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:38:20,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-25 13:38:20,699][org.springframework.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-25 13:38:20,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:20,701][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-25 13:38:20,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,705][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-25 13:38:20,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:38:20,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:38:20,706][org.springframework.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-25 13:38:20,706][org.springframework.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-25 13:38:20,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:20,706][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-25 13:38:20,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,709][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-25 13:38:20,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:38:20,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:38:20,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-08-25 13:38:20,711][org.springframework.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-25 13:38:20,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:20,711][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-25 13:38:20,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,714][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-25 13:38:20,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,716][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-25 13:38:20,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:38:20,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:38:20,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-08-25 13:38:20,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-08-25 13:38:20,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:20,718][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-25 13:38:20,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,721][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-25 13:38:20,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:38:20,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:38:20,722][org.springframework.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-25 13:38:20,722][org.springframework.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-25 13:38:20,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:20,722][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-25 13:38:20,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,725][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-25 13:38:20,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:38:20,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:38:20,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-08-25 13:38:20,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-08-25 13:38:20,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:20,726][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-25 13:38:20,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,729][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-25 13:38:20,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:38:20,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:38:20,730][org.springframework.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-25 13:38:20,730][org.springframework.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-25 13:38:20,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:20,731][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-25 13:38:20,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,734][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-25 13:38:20,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:38:20,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:38:20,736][org.springframework.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-25 13:38:20,736][org.springframework.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-25 13:38:20,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:20,736][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-25 13:38:20,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,740][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-25 13:38:20,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:38:20,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:38:20,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-08-25 13:38:20,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-08-25 13:38:20,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:20,741][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-25 13:38:20,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,744][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-25 13:38:20,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:38:20,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:38:20,745][org.springframework.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-25 13:38:20,745][org.springframework.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-25 13:38:20,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:20,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-08-25 13:38:20,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,749][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-25 13:38:20,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:38:20,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:38:20,749][org.springframework.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-25 13:38:20,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-25 13:38:20,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:20,750][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-25 13:38:20,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,753][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-25 13:38:20,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:38:20,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:38:20,754][org.springframework.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-25 13:38:20,755][org.springframework.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-25 13:38:20,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:20,755][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-25 13:38:20,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,758][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-25 13:38:20,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:38:20,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:38:20,761][org.springframework.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-25 13:38:20,761][org.springframework.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-25 13:38:20,761][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:20,761][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-25 13:38:20,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,764][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-25 13:38:20,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:38:20,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:38:20,767][org.springframework.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-25 13:38:20,767][org.springframework.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-25 13:38:20,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:20,768][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-25 13:38:20,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,771][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-25 13:38:20,771][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-25 13:38:20,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:20,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:20,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:20,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:38:20,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:38:20,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:20,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:20,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:20,965][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:38:20,966][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:20,966][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:20,966][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:38:20,967][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:38:20,968][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:20,968][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:20,969][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:38:20,970][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:38:20,970][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:20,971][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:20,971][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:38:20,972][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:38:20,972][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:20,973][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:20,973][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:38:20,974][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:38:20,974][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:20,975][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:38:20,975][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 13:38:20,986][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 13:38:21,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 13:38:21,215][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 13:38:21,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:21,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:21,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:21,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:21,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:38:21,438][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-25 13:38:21,439][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-25 13:38:21,445][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\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-25 13:38:21,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:21,668][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 13:38:21,668][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 13:38:21,670][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 13:38:21,672][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 13:38:21,673][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 13:38:21,674][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-25 13:38:21,675][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-25 13:38:21,840][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 13:38:21,841][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 13:38:21,841][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 13:38:21,842][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 13:38:21,843][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 13:38:21,843][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 13:38:21,844][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 13:38:21,844][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 13:38:21,845][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 13:38:21,845][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 13:38:21,846][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 13:38:21,847][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 13:38:21,847][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 13:38:21,848][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 13:38:21,848][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 13:38:21,849][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 13:38:21,849][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 13:38:21,850][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 13:38:21,851][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 13:38:21,851][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 13:38:21,852][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 13:38:21,853][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 13:38:21,853][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 13:38:21,854][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 13:38:21,855][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 13:38:21,855][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 13:38:21,856][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 13:38:21,856][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 13:38:21,857][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 13:38:21,857][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 13:38:21,858][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 13:38:21,859][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 13:38:21,859][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 13:38:21,860][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 13:38:21,860][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-25 13:38:21,860][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-25 13:38:21,861][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 13:38:21,862][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-25 13:38:21,863][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-25 13:38:21,864][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:38:21,865][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-25 13:38:21,865][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-25 13:38:21,866][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-25 13:38:21,867][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-25 13:38:21,867][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-25 13:38:21,868][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-25 13:38:21,869][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-25 13:38:21,869][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-25 13:38:21,870][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:38:21,871][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-25 13:38:21,871][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-25 13:38:21,872][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-25 13:38:21,873][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-25 13:38:21,873][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-25 13:38:21,874][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-25 13:38:21,875][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-25 13:38:21,876][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-25 13:38:21,876][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-25 13:38:21,895][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-25 13:38:21,896][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-25 13:38:21,899][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 13:38:21,903][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-25 13:38:21,903][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-25 13:38:21,904][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 13:38:21,905][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-25 13:38:21,905][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-25 13:38:21,908][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-25 13:38:21,909][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-25 13:38:21,909][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-25 13:38:21,911][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 13:38:21,912][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-25 13:38:21,912][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-25 13:38:21,913][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-25 13:38:21,914][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-25 13:38:21,914][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-25 13:38:21,915][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-25 13:38:21,916][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-25 13:38:21,917][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-25 13:38:21,917][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-25 13:38:21,919][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-25 13:38:21,919][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-25 13:38:21,920][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 13:38:21,921][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-25 13:38:21,921][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-25 13:38:21,922][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:38:21,923][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-25 13:38:21,924][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-25 13:38:21,925][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-25 13:38:21,927][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-25 13:38:21,927][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-25 13:38:21,928][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 13:38:21,929][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-25 13:38:21,929][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-25 13:38:21,931][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 13:38:21,932][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-25 13:38:21,932][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-25 13:38:21,933][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:38:21,934][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-25 13:38:21,934][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-25 13:38:21,936][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 13:38:21,937][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-25 13:38:21,937][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-25 13:38:21,938][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-25 13:38:21,939][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-25 13:38:21,939][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-25 13:38:21,941][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 13:38:21,942][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-25 13:38:21,943][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-25 13:38:21,945][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-25 13:38:21,947][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-25 13:38:21,948][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-25 13:38:21,950][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-25 13:38:21,951][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-25 13:38:21,951][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-25 13:38:21,952][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-25 13:38:21,953][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-25 13:38:21,954][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-25 13:38:21,955][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:38:21,956][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-25 13:38:21,956][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-25 13:38:21,958][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 13:38:21,959][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-25 13:38:21,959][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-25 13:38:21,960][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 13:38:21,961][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-25 13:38:21,962][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-25 13:38:21,963][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 13:38:21,965][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-25 13:38:21,966][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-25 13:38:21,967][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 13:38:21,969][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-25 13:38:21,969][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-25 13:38:21,970][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 13:38:21,971][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,972][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,972][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,972][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,974][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,974][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,974][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,976][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,977][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,979][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,980][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,982][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,984][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,986][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,987][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,988][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,989][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,990][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,991][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,992][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,994][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,995][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,996][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,998][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,998][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:21,999][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:22,001][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:22,002][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:22,003][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:22,004][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:22,005][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:22,006][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:22,008][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:38:22,033][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 13:38:23,227][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-25 13:38:23,298][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-25 13:38:23,393][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-25 13:38:23,445][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-25 13:38:23,562][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-25 13:38:23,647][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-25 13:38:23,767][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-25 13:38:23,838][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-25 13:38:23,898][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-25 13:38:24,117][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-25 13:38:24,169][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-25 13:38:24,215][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-25 13:38:24,268][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-25 13:38:24,336][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-25 13:38:24,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-25 13:38:24,494][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-25 13:38:24,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:24,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 13:38:24,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:38:24,533][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-25 13:38:24,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:24,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 13:38:24,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:38:24,535][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-25 13:38:24,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:24,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 13:38:24,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:38:24,536][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-25 13:38:24,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:24,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 13:38:24,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:38:24,538][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-25 13:38:24,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:24,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 13:38:24,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:38:24,539][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-25 13:38:24,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:24,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 13:38:24,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:38:24,541][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-25 13:38:24,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:24,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 13:38:24,542][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:38:24,542][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-25 13:38:24,542][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:24,542][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 13:38:24,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:38:24,543][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-25 13:38:24,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:24,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 13:38:24,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:38:24,545][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-25 13:38:24,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:24,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 13:38:24,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:38:24,547][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-25 13:38:24,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:24,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 13:38:24,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:38:24,549][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-25 13:38:24,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:24,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 13:38:24,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:38:24,553][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-25 13:38:24,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:24,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 13:38:24,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:38:24,555][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-25 13:38:24,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:24,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 13:38:24,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:38:24,557][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-25 13:38:24,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:24,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 13:38:24,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:38:24,560][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-25 13:38:24,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:24,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 13:38:24,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:38:24,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,595][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-25 13:38:24,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:38:24,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,618][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 13:38:24,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,620][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:38:24,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:38:24,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:24,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:38:24,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:38:24,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:24,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:38:24,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 13:38:24,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:38:24,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:38:24,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,688][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:38:24,688][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:38:24,688][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:38:24,688][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:38:24,689][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:38:24,689][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:38:24,689][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:38:24,689][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:38:24,689][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:38:24,689][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:38:24,690][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:38:24,690][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:38:24,690][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:38:24,690][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:38:24,690][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:38:24,690][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:38:24,690][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:38:24,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:38:24,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 13:38:24,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:38:24,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:38:24,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:38:24,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:24,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:38:24,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:38:24,729][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:38:24,732][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@1c99e99b] -[DEBUG][2015-08-25 13:38:24,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:38:24,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:38:24,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:38:24,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,760][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-25 13:38:24,760][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-25 13:38:24,760][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-25 13:38:24,761][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-25 13:38:24,761][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:24,761][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-25 13:38:24,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:38:24,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,776][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 13:38:24,777][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-25 13:38:24,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:38:24,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,790][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 13:38:24,790][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-25 13:38:24,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:38:24,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,827][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 13:38:24,828][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-25 13:38:24,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:38:24,830][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 13:38:24,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,832][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:38:24,832][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@5350266d] -[DEBUG][2015-08-25 13:38:24,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:38:24,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 13:38:24,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:38:24,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,853][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-25 13:38:24,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:24,854][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-25 13:38:24,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:38:24,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,864][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 13:38:24,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,866][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:38:24,867][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@215a4f65] -[DEBUG][2015-08-25 13:38:24,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:38:24,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:38:24,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:38:24,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,890][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-25 13:38:24,890][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-25 13:38:24,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:24,891][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-25 13:38:24,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:38:24,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,902][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 13:38:24,902][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-25 13:38:24,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:38:24,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,938][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 13:38:24,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,940][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:38:24,941][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@c4c1859] -[DEBUG][2015-08-25 13:38:24,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:38:24,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 13:38:24,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:38:24,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,959][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-25 13:38:24,960][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-25 13:38:24,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:24,961][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-25 13:38:24,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:38:24,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,970][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 13:38:24,970][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-25 13:38:24,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:38:24,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,979][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 13:38:24,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,981][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:38:24,982][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@619cb30] -[DEBUG][2015-08-25 13:38:24,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:38:24,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 13:38:24,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 13:38:24,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:24,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:24,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:24,996][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 13:38:24,996][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@5bd088c3] -[DEBUG][2015-08-25 13:38:25,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 13:38:25,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:38:25,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:38:25,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,007][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:25,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,014][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:38:25,014][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@6366982d] -[DEBUG][2015-08-25 13:38:25,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:38:25,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 13:38:25,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:38:25,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,021][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,028][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-25 13:38:25,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:25,029][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-25 13:38:25,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:38:25,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,041][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 13:38:25,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,043][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:38:25,043][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@4fc09f93] -[DEBUG][2015-08-25 13:38:25,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:38:25,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 13:38:25,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:38:25,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,055][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-25 13:38:25,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:25,056][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-25 13:38:25,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:38:25,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,063][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 13:38:25,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,065][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:38:25,065][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@413c1c0c] -[DEBUG][2015-08-25 13:38:25,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:38:25,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:38:25,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 13:38:25,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,088][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-25 13:38:25,088][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-25 13:38:25,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:38:25,089][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-25 13:38:25,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:38:25,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,112][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 13:38:25,113][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-25 13:38:25,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:38:25,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,125][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 13:38:25,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,127][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:38:25,128][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@238f5df3] -[DEBUG][2015-08-25 13:38:25,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 13:38:25,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:38:25,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:25,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:38:25,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:38:25,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:38:25,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:38:25,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:38:25,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:38:25,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:38:25,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:38:25,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:38:25,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:38:25,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:38:25,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:38:25,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:38:25,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:38:25,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:38:25,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:38:25,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:38:25,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:38:25,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:38:25,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:38:25,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:38:25,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:38:25,148][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6ff22658] -[DEBUG][2015-08-25 13:38:25,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 13:38:25,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:25,160][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 13:38:25,160][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 13:38:25,161][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 13:38:25,162][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:38:25,163][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@7413dd90 testClass = orderTest, testInstance = com.changyu.test.orderTest@44375479, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 13:38:25,164][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:38:25,172][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-25 13:38:25,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:38:25,174][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 13:38:25,174][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-25 13:38:25,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:38:25,177][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 13:38:25,177][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-25 13:38:25,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:38:25,179][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 13:38:25,179][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-25 13:38:25,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:38:25,181][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 13:38:25,182][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-25 13:38:25,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:38:25,184][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 13:38:25,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:38:25,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:38:25,193][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:38:25,238][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 13:38:25,249][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4faf895f] -[DEBUG][2015-08-25 13:38:25,273][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 13:38:25,274][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 13:38:25,279][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@6314061d] will be managed by Spring -[DEBUG][2015-08-25 13:38:25,290][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-25 13:38:25,519][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 13:38:25,586][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 13:38:25,587][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 13:38:25,588][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4faf895f] -[DEBUG][2015-08-25 13:38:25,589][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4faf895f] -[DEBUG][2015-08-25 13:38:25,590][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-25 13:38:25,591][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@7413dd90 testClass = orderTest, testInstance = com.changyu.test.orderTest@44375479, testMethod = testCalcularPrice@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@70d683f3 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-25 13:38:25,592][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@7413dd90 testClass = orderTest, testInstance = com.changyu.test.orderTest@44375479, testMethod = testCalcularPrice@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:38:25,596][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@7413dd90 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@70d683f3 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-25 13:38:25,599][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@50383c13: startup date [Tue Aug 25 13:38:19 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:38:25,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:38:25,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 13:38:25,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@735404c6: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:38:25,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:38:25,604][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:38:25,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 13:38:25,606][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-25 13:38:25,607][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[INFO][2015-08-25 13:38:25,611][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 13:39:29,509][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 13:39:29,589][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@7d42f66f 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-25 13:39:29,594][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-25 13:39:29,597][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 13:39:29,661][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:39:29,661][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:39:29,666][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:39:29,666][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:39:29,669][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:39:29,670][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:39:29,676][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:39:29,676][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:39:29,682][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 13:39:29,683][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:39:29,907][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:29,909][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:29,913][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:29,913][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:29,925][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:29,925][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:29,925][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:29,926][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 13:39:29,942][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 13:39:29,987][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:39:30,060][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 13:39:30,073][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-25 13:39:30,077][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-25 13:39:30,188][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-25 13:39:30,204][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-25 13:39:30,227][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:39:30,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-25 13:39:30,340][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-25 13:39:30,341][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-25 13:39:30,352][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\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-25 13:39:30,418][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-25 13:39:30,419][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-25 13:39:30,424][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\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-25 13:39:30,451][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-25 13:39:30,454][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-25 13:39:30,456][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-25 13:39:30,462][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-25 13:39:30,465][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-25 13:39:30,468][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-25 13:39:30,470][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-25 13:39:30,472][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-25 13:39:30,473][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-25 13:39:30,482][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-25 13:39:30,488][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 13:39:30,489][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 13:39:30,493][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:39:30,498][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-25 13:39:30,547][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-25 13:39:30,568][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-25 13:39:30,583][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-25 13:39:30,600][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:39:30,601][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 13:39:30,615][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-25 13:39:30,687][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 13:39:30,695][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@735c3f7b: startup date [Tue Aug 25 13:39:30 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:39:30,697][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@735c3f7b: org.springframework.beans.factory.support.DefaultListableBeanFactory@26048761: 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,/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-25 13:39:30,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:39:30,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:39:30,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:30,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:39:30,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:39:30,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:39:30,856][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-25 13:39:30,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:39:30,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:39:31,091][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:31,092][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:31,093][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:31,093][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:31,100][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-25 13:39:31,100][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-25 13:39:31,109][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\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-25 13:39:31,110][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-25 13:39:31,111][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-25 13:39:31,112][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-25 13:39:31,114][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-25 13:39:31,115][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-25 13:39:31,115][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-25 13:39:31,116][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-25 13:39:31,117][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-25 13:39:31,118][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-25 13:39:31,120][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-25 13:39:31,120][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-25 13:39:31,121][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-25 13:39:31,122][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-25 13:39:31,123][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-25 13:39:31,123][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-25 13:39:31,124][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-25 13:39:31,128][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 13:39:31,133][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 13:39:31,134][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 13:39:31,134][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 13:39:31,134][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 13:39:31,134][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 13:39:31,134][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 13:39:31,135][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 13:39:31,135][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 13:39:31,135][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 13:39:31,136][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 13:39:31,136][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 13:39:31,136][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 13:39:31,136][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 13:39:31,136][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 13:39:31,137][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 13:39:31,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:39:31,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:39:31,151][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-25 13:39:31,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 13:39:31,174][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 13:39:31,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:39:31,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:39:31,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:31,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:39:31,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:39:31,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:39:31,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:31,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:39:31,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:39:31,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:39:31,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:31,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:39:31,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:39:31,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:39:31,217][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-25 13:39:31,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:39:31,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:39:31,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:39:31,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:31,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:39:31,288][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2d671e3c] -[DEBUG][2015-08-25 13:39:31,293][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@677b5466] -[INFO][2015-08-25 13:39:31,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@26048761: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:39:31,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:39:31,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:39:31,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:39:31,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:39:31,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:39:31,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:39:31,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:39:31,321][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,321][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,324][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-25 13:39:31,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:39:31,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:39:31,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,354][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:31,354][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:31,354][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-25 13:39:31,354][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:39:31,355][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,384][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:31,385][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:31,385][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:31,385][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:31,386][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:31,387][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:31,387][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:31,388][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:31,389][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:31,389][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:31,389][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:31,389][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:31,394][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:31,394][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:31,395][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:31,395][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:31,397][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:31,398][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:31,399][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:31,399][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:31,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:39:31,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:31,829][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-25 13:39:31,843][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-25 13:39:31,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:31,844][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-25 13:39:31,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:39:31,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:39:31,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:31,872][org.springframework.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-25 13:39:31,873][org.springframework.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-25 13:39:31,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:31,887][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-25 13:39:31,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:31,942][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 13:39:31,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:31,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:39:31,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:39:31,958][org.springframework.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-25 13:39:31,958][org.springframework.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-25 13:39:31,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:31,958][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-25 13:39:31,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:31,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:31,976][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-25 13:39:31,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:31,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:39:31,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:39:31,978][org.springframework.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-25 13:39:31,978][org.springframework.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-25 13:39:31,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:31,978][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-25 13:39:31,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:31,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:31,983][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-25 13:39:31,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:31,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:39:31,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:39:31,984][org.springframework.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-25 13:39:31,984][org.springframework.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-25 13:39:31,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:31,984][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-25 13:39:31,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:31,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:31,987][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-25 13:39:31,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:31,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:39:31,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:39:31,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-08-25 13:39:31,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-08-25 13:39:31,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:31,989][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-25 13:39:31,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:31,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:31,993][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-25 13:39:31,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:31,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:31,994][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-25 13:39:31,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:31,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:31,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:39:31,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:39:31,996][org.springframework.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-25 13:39:31,997][org.springframework.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-25 13:39:31,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:31,997][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-25 13:39:32,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,002][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-25 13:39:32,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:39:32,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:39:32,004][org.springframework.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-25 13:39:32,004][org.springframework.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-25 13:39:32,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:32,004][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-25 13:39:32,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,007][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-25 13:39:32,007][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,008][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,008][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:39:32,008][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:39:32,008][org.springframework.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-25 13:39:32,008][org.springframework.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-25 13:39:32,008][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:32,009][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-25 13:39:32,011][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,011][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,011][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,011][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,012][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-25 13:39:32,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:39:32,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:39:32,014][org.springframework.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-25 13:39:32,014][org.springframework.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-25 13:39:32,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:32,014][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-25 13:39:32,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,018][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-25 13:39:32,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:39:32,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:39:32,019][org.springframework.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-25 13:39:32,019][org.springframework.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-25 13:39:32,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:32,019][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-25 13:39:32,021][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,021][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,021][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,021][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,023][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-25 13:39:32,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:39:32,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:39:32,024][org.springframework.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-25 13:39:32,024][org.springframework.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-25 13:39:32,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:32,025][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-25 13:39:32,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,028][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-25 13:39:32,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:39:32,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:39:32,029][org.springframework.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-25 13:39:32,029][org.springframework.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-25 13:39:32,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:32,030][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-25 13:39:32,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,033][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-25 13:39:32,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:39:32,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:39:32,033][org.springframework.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-25 13:39:32,034][org.springframework.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-25 13:39:32,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:32,034][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-25 13:39:32,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,037][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-25 13:39:32,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:39:32,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:39:32,039][org.springframework.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-25 13:39:32,039][org.springframework.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-25 13:39:32,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:32,039][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-25 13:39:32,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,042][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-25 13:39:32,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:39:32,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:39:32,043][org.springframework.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-25 13:39:32,043][org.springframework.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-25 13:39:32,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:32,043][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-25 13:39:32,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,047][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-25 13:39:32,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:39:32,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:39:32,050][org.springframework.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-25 13:39:32,050][org.springframework.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-25 13:39:32,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:32,052][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-25 13:39:32,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,058][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-25 13:39:32,058][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-25 13:39:32,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:32,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:32,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:32,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:39:32,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:39:32,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:32,241][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:32,242][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:32,242][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:32,243][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:32,244][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:32,244][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:32,244][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:32,245][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:32,246][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:32,247][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:32,247][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:32,247][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:32,249][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:32,249][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:32,249][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:32,250][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:32,251][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:32,251][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:32,251][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:32,252][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 13:39:32,262][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 13:39:32,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 13:39:32,483][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 13:39:32,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:32,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:32,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:39:32,715][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-25 13:39:32,716][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-25 13:39:32,722][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\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-25 13:39:32,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:32,935][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 13:39:32,937][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 13:39:32,939][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 13:39:32,941][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 13:39:32,942][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 13:39:32,944][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-25 13:39:32,944][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-25 13:39:33,097][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 13:39:33,098][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 13:39:33,099][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 13:39:33,100][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 13:39:33,101][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 13:39:33,102][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 13:39:33,102][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 13:39:33,103][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 13:39:33,104][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 13:39:33,105][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 13:39:33,106][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 13:39:33,106][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 13:39:33,107][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 13:39:33,108][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 13:39:33,109][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 13:39:33,109][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 13:39:33,110][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 13:39:33,110][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 13:39:33,111][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 13:39:33,112][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 13:39:33,112][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 13:39:33,113][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 13:39:33,114][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 13:39:33,114][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 13:39:33,115][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 13:39:33,116][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 13:39:33,116][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 13:39:33,117][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 13:39:33,118][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 13:39:33,118][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 13:39:33,119][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 13:39:33,120][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 13:39:33,120][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 13:39:33,121][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 13:39:33,121][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-25 13:39:33,121][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-25 13:39:33,122][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 13:39:33,123][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-25 13:39:33,124][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-25 13:39:33,125][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:39:33,125][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-25 13:39:33,126][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-25 13:39:33,127][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-25 13:39:33,128][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-25 13:39:33,128][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-25 13:39:33,129][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-25 13:39:33,130][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-25 13:39:33,130][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-25 13:39:33,131][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:39:33,132][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-25 13:39:33,132][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-25 13:39:33,133][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-25 13:39:33,134][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-25 13:39:33,134][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-25 13:39:33,136][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-25 13:39:33,137][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-25 13:39:33,137][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-25 13:39:33,138][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-25 13:39:33,157][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-25 13:39:33,158][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-25 13:39:33,162][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 13:39:33,167][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-25 13:39:33,167][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-25 13:39:33,168][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 13:39:33,169][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-25 13:39:33,170][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-25 13:39:33,173][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-25 13:39:33,174][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-25 13:39:33,174][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-25 13:39:33,175][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 13:39:33,176][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-25 13:39:33,176][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-25 13:39:33,177][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-25 13:39:33,178][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-25 13:39:33,179][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-25 13:39:33,179][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-25 13:39:33,180][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-25 13:39:33,181][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-25 13:39:33,181][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-25 13:39:33,182][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-25 13:39:33,183][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-25 13:39:33,183][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 13:39:33,184][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-25 13:39:33,184][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-25 13:39:33,186][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:39:33,187][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-25 13:39:33,187][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-25 13:39:33,188][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-25 13:39:33,189][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-25 13:39:33,190][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-25 13:39:33,191][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 13:39:33,192][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-25 13:39:33,192][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-25 13:39:33,194][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 13:39:33,195][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-25 13:39:33,196][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-25 13:39:33,198][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:39:33,199][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-25 13:39:33,199][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-25 13:39:33,205][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 13:39:33,206][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-25 13:39:33,206][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-25 13:39:33,208][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-25 13:39:33,210][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-25 13:39:33,210][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-25 13:39:33,211][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 13:39:33,212][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-25 13:39:33,212][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-25 13:39:33,213][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-25 13:39:33,215][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-25 13:39:33,215][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-25 13:39:33,216][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-25 13:39:33,217][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-25 13:39:33,217][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-25 13:39:33,218][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-25 13:39:33,219][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-25 13:39:33,219][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-25 13:39:33,220][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:39:33,221][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-25 13:39:33,221][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-25 13:39:33,222][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 13:39:33,223][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-25 13:39:33,224][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-25 13:39:33,225][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 13:39:33,226][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-25 13:39:33,226][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-25 13:39:33,227][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 13:39:33,228][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-25 13:39:33,228][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-25 13:39:33,230][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 13:39:33,231][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-25 13:39:33,231][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-25 13:39:33,232][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 13:39:33,233][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,234][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,235][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,235][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,236][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,237][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,237][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,238][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,239][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,240][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,241][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,243][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,244][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,246][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,248][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,248][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,249][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,251][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,252][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,253][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,255][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,256][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,257][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,259][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,259][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,260][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,261][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,262][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,263][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,265][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,266][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,267][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,268][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:39:33,293][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 13:39:34,449][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-25 13:39:34,519][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-25 13:39:34,602][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-25 13:39:34,652][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-25 13:39:34,746][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-25 13:39:34,817][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-25 13:39:34,953][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-25 13:39:35,041][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-25 13:39:35,100][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-25 13:39:35,304][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-25 13:39:35,358][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-25 13:39:35,405][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-25 13:39:35,475][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-25 13:39:35,540][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-25 13:39:35,582][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-25 13:39:35,700][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-25 13:39:35,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:35,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:35,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:35,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:35,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:35,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:35,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:35,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:35,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:35,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 13:39:35,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:39:35,787][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-25 13:39:35,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:35,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 13:39:35,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:39:35,789][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-25 13:39:35,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:35,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 13:39:35,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:39:35,791][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-25 13:39:35,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:35,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 13:39:35,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:39:35,792][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-25 13:39:35,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:35,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 13:39:35,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:39:35,793][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-25 13:39:35,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:35,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 13:39:35,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:39:35,794][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-25 13:39:35,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:35,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 13:39:35,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:39:35,795][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-25 13:39:35,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:35,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 13:39:35,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:39:35,797][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-25 13:39:35,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:35,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 13:39:35,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:39:35,798][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-25 13:39:35,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:35,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 13:39:35,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:39:35,800][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-25 13:39:35,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:35,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 13:39:35,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:39:35,801][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-25 13:39:35,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:35,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 13:39:35,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:39:35,803][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-25 13:39:35,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:35,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 13:39:35,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:39:35,805][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-25 13:39:35,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:35,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 13:39:35,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:39:35,806][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-25 13:39:35,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:35,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 13:39:35,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:39:35,808][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-25 13:39:35,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:35,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 13:39:35,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:39:35,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:35,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:35,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:35,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:35,838][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-25 13:39:35,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:39:35,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:35,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:35,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:35,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:35,867][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 13:39:35,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:35,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:35,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:35,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:35,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:39:35,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:39:35,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:35,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:39:35,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:39:35,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:35,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:35,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:35,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:39:35,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 13:39:35,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:35,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:35,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:35,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:35,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:39:35,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:39:35,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:35,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:35,935][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:39:35,936][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:39:35,936][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:39:35,936][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:39:35,936][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:39:35,936][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:39:35,936][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:39:35,936][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:39:35,937][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:39:35,937][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:39:35,937][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:39:35,937][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:39:35,937][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:39:35,937][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:39:35,937][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:39:35,937][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:39:35,937][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:39:35,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:35,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:35,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:35,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:35,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:39:35,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 13:39:35,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:39:35,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:39:35,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:39:35,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:35,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:39:35,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:39:35,976][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:39:35,978][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@2760b402] -[DEBUG][2015-08-25 13:39:35,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:39:35,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:39:35,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:39:35,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:35,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,004][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-25 13:39:36,004][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-25 13:39:36,004][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-25 13:39:36,004][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-25 13:39:36,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:36,005][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-25 13:39:36,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:39:36,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,017][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 13:39:36,017][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-25 13:39:36,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:39:36,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,032][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 13:39:36,032][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-25 13:39:36,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:39:36,033][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 13:39:36,033][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-25 13:39:36,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:39:36,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,055][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 13:39:36,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,058][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:39:36,058][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@58b8ec86] -[DEBUG][2015-08-25 13:39:36,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:39:36,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 13:39:36,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:39:36,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,078][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-25 13:39:36,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:36,079][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-25 13:39:36,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:39:36,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,089][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 13:39:36,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,091][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:39:36,091][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@213b91a5] -[DEBUG][2015-08-25 13:39:36,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:39:36,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:39:36,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:39:36,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,112][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-25 13:39:36,112][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-25 13:39:36,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:36,113][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-25 13:39:36,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:39:36,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,146][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 13:39:36,146][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-25 13:39:36,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:39:36,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,155][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 13:39:36,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,157][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:39:36,157][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@210099e7] -[DEBUG][2015-08-25 13:39:36,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:39:36,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 13:39:36,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:39:36,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,178][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-25 13:39:36,178][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-25 13:39:36,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:36,178][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-25 13:39:36,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:39:36,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,188][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 13:39:36,188][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-25 13:39:36,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:39:36,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,198][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 13:39:36,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,200][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:39:36,200][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@186c17fd] -[DEBUG][2015-08-25 13:39:36,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:39:36,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 13:39:36,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 13:39:36,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:36,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,214][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 13:39:36,214][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@bfd056f] -[DEBUG][2015-08-25 13:39:36,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 13:39:36,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:39:36,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:39:36,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:36,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,237][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:39:36,237][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@4641e51b] -[DEBUG][2015-08-25 13:39:36,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:39:36,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 13:39:36,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:39:36,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,250][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-25 13:39:36,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:36,250][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-25 13:39:36,252][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:39:36,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,261][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 13:39:36,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,263][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:39:36,263][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@3155d88d] -[DEBUG][2015-08-25 13:39:36,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:39:36,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 13:39:36,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:39:36,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,275][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-25 13:39:36,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:36,276][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-25 13:39:36,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:39:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,280][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,283][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 13:39:36,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,285][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:39:36,285][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@582e18e4] -[DEBUG][2015-08-25 13:39:36,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:39:36,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:39:36,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 13:39:36,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,303][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-25 13:39:36,304][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-25 13:39:36,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:36,304][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-25 13:39:36,305][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:39:36,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,323][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 13:39:36,324][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-25 13:39:36,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:39:36,327][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,327][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,327][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,327][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,331][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 13:39:36,331][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,331][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,331][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,333][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:39:36,333][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@357fe851] -[DEBUG][2015-08-25 13:39:36,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 13:39:36,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:39:36,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:36,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:39:36,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:39:36,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:39:36,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:39:36,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:39:36,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:39:36,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:39:36,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:39:36,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:39:36,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:39:36,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:39:36,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:39:36,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:39:36,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:39:36,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:39:36,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:39:36,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:39:36,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:39:36,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:39:36,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:39:36,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:39:36,347][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:39:36,350][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@55717a22] -[DEBUG][2015-08-25 13:39:36,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 13:39:36,355][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:36,358][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 13:39:36,359][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 13:39:36,360][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 13:39:36,360][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:39:36,361][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@62f19a7 testClass = orderTest, testInstance = com.changyu.test.orderTest@7e3d261c, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 13:39:36,362][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:39:36,376][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-25 13:39:36,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:39:36,378][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 13:39:36,379][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-25 13:39:36,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:39:36,381][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 13:39:36,381][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-25 13:39:36,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:39:36,383][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 13:39:36,384][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-25 13:39:36,385][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:39:36,385][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 13:39:36,386][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-25 13:39:36,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:39:36,388][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 13:39:36,389][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:39:36,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:39:36,397][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:39:36,436][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 13:39:36,446][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a491adf] -[DEBUG][2015-08-25 13:39:36,469][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 13:39:36,470][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 13:39:36,474][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@7102011d] will be managed by Spring -[DEBUG][2015-08-25 13:39:36,485][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-25 13:39:36,699][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 13:39:36,769][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 13:39:36,770][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 13:39:36,771][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a491adf] -[DEBUG][2015-08-25 13:39:36,773][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a491adf] from current transaction -[DEBUG][2015-08-25 13:39:36,774][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,order.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[ERROR][2015-08-25 13:39:36,776][com.alibaba.druid.filter.stat.StatFilter]merge sql error, dbType mysql, sql : -select - is_discount,discount_price,food.price,is_full_discount,order.food_id - from - orders,food - where - orders.food_id=food.food_id and orders.tag =1 - and order_id=? and phone = ? -com.alibaba.druid.sql.parser.ParserException: ERROR. token : ORDER, pos : 77 - at com.alibaba.druid.sql.parser.SQLExprParser.primary(SQLExprParser.java:568) - at com.alibaba.druid.sql.dialect.mysql.parser.MySqlExprParser.primary(MySqlExprParser.java:181) - at com.alibaba.druid.sql.parser.SQLExprParser.expr(SQLExprParser.java:110) - at com.alibaba.druid.sql.parser.SQLSelectParser.expr(SQLSelectParser.java:445) - at com.alibaba.druid.sql.parser.SQLSelectParser.parseSelectItem(SQLSelectParser.java:301) - at com.alibaba.druid.sql.parser.SQLSelectParser.parseSelectList(SQLSelectParser.java:274) - at com.alibaba.druid.sql.dialect.mysql.parser.MySqlSelectParser.query(MySqlSelectParser.java:127) - at com.alibaba.druid.sql.parser.SQLSelectParser.select(SQLSelectParser.java:60) - at com.alibaba.druid.sql.dialect.mysql.parser.MySqlStatementParser.parseSelect(MySqlStatementParser.java:194) - at com.alibaba.druid.sql.parser.SQLStatementParser.parseStatementList(SQLStatementParser.java:133) - at com.alibaba.druid.sql.parser.SQLStatementParser.parseStatementList(SQLStatementParser.java:112) - at com.alibaba.druid.sql.parser.SQLStatementParser.parseStatementList(SQLStatementParser.java:107) - at com.alibaba.druid.sql.visitor.ParameterizedOutputVisitorUtils.parameterize(ParameterizedOutputVisitorUtils.java:54) - at com.alibaba.druid.filter.stat.StatFilter.mergeSql(StatFilter.java:145) - at com.alibaba.druid.filter.stat.StatFilter.createSqlStat(StatFilter.java:629) - at com.alibaba.druid.filter.stat.StatFilter.statementPrepareAfter(StatFilter.java:305) - at com.alibaba.druid.filter.FilterEventAdapter.connection_prepareStatement(FilterEventAdapter.java:124) - at com.alibaba.druid.filter.FilterChainImpl.connection_prepareStatement(FilterChainImpl.java:448) - at com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl.prepareStatement(ConnectionProxyImpl.java:342) - at com.alibaba.druid.pool.DruidPooledConnection.prepareStatement(DruidPooledConnection.java:318) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:601) - at org.apache.ibatis.logging.jdbc.ConnectionLogger.invoke(ConnectionLogger.java:55) - at com.sun.proxy.$Proxy38.prepareStatement(Unknown Source) - at org.apache.ibatis.executor.statement.PreparedStatementHandler.instantiateStatement(PreparedStatementHandler.java:79) - at org.apache.ibatis.executor.statement.BaseStatementHandler.prepare(BaseStatementHandler.java:88) - at org.apache.ibatis.executor.statement.RoutingStatementHandler.prepare(RoutingStatementHandler.java:58) - at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.java:76) - at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:61) - at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:303) - at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:154) - at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:102) - at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:82) - at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:120) - at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:113) - at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:73) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:601) - at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:355) - at com.sun.proxy.$Proxy11.selectOne(Unknown Source) - at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:160) - at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:69) - at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:53) - at com.sun.proxy.$Proxy22.getOrderByOrderId(Unknown Source) - at com.changyu.foryou.serviceImpl.OrderServiceImpl.getPriceDiscounted(OrderServiceImpl.java:275) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:601) - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) - at com.alibaba.druid.support.spring.stat.DruidStatInterceptor.invoke(DruidStatInterceptor.java:72) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204) - at com.sun.proxy.$Proxy24.getPriceDiscounted(Unknown Source) - at com.changyu.test.orderTest.testCalcularPrice(orderTest.java:395) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:601) - at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) - at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) - at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) - at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74) - at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:83) - at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72) - 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) -[DEBUG][2015-08-25 13:39:36,785][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 2429775447983(Long), 18896554880(String) -[DEBUG][2015-08-25 13:39:36,809][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-25 13:39:36,846][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,846][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,846][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,847][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,848][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,848][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,848][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,848][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 13:39:36,849][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml] -[DEBUG][2015-08-25 13:39:36,852][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:39:36,855][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-08-25 13:39:36,873][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:39:36,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'DB2' -[DEBUG][2015-08-25 13:39:36,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'DB2' -[DEBUG][2015-08-25 13:39:36,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'DB2' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:36,911][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,912][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,912][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,912][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,913][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,914][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,914][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,914][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,915][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,915][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,916][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,916][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,917][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,917][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,917][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,918][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,918][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,918][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,919][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,920][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'DB2' -[DEBUG][2015-08-25 13:39:36,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Derby' -[DEBUG][2015-08-25 13:39:36,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Derby' -[DEBUG][2015-08-25 13:39:36,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Derby' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:36,923][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,923][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,924][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,924][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,925][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,925][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,925][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,926][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,926][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,927][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,927][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,927][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,928][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,928][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,928][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,928][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,929][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,929][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,930][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,930][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Derby' -[DEBUG][2015-08-25 13:39:36,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'H2' -[DEBUG][2015-08-25 13:39:36,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'H2' -[DEBUG][2015-08-25 13:39:36,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'H2' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:36,933][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,933][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,934][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,934][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,935][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,935][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,935][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,936][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,937][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,937][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,937][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,938][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,938][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,938][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,939][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,939][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,940][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,940][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,940][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,940][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'H2' -[DEBUG][2015-08-25 13:39:36,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'HSQL' -[DEBUG][2015-08-25 13:39:36,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'HSQL' -[DEBUG][2015-08-25 13:39:36,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'HSQL' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:36,943][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,943][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,944][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,944][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,944][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,945][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,945][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,945][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,946][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,947][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,947][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,947][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,948][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,948][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,948][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,949][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,949][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,949][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,950][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,950][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'HSQL' -[DEBUG][2015-08-25 13:39:36,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Informix' -[DEBUG][2015-08-25 13:39:36,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Informix' -[DEBUG][2015-08-25 13:39:36,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Informix' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:36,953][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,953][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,953][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,954][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,954][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,954][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,954][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,955][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,955][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,956][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,956][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,956][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,957][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,957][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,957][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,958][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,958][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,958][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,959][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,959][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Informix' -[DEBUG][2015-08-25 13:39:36,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'MS-SQL' -[DEBUG][2015-08-25 13:39:36,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'MS-SQL' -[DEBUG][2015-08-25 13:39:36,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'MS-SQL' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:36,961][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,962][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,962][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,963][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,964][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,964][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,964][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,965][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,966][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,966][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,967][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,967][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,968][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,968][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,968][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,969][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,969][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,970][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,970][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,970][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'MS-SQL' -[DEBUG][2015-08-25 13:39:36,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'MySQL' -[DEBUG][2015-08-25 13:39:36,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'MySQL' -[DEBUG][2015-08-25 13:39:36,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'MySQL' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:36,974][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,974][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,974][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,975][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,975][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,975][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,976][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,976][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,977][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,977][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,978][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,978][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,978][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,979][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,979][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,979][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,981][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,982][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,983][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,983][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'MySQL' -[DEBUG][2015-08-25 13:39:36,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Oracle' -[DEBUG][2015-08-25 13:39:36,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Oracle' -[DEBUG][2015-08-25 13:39:36,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Oracle' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:36,986][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,986][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,986][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,986][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,987][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,988][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,988][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,988][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,989][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,989][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,989][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,990][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,990][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,990][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,993][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,993][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,994][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,994][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,994][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,994][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:36,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Oracle' -[DEBUG][2015-08-25 13:39:36,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'PostgreSQL' -[DEBUG][2015-08-25 13:39:36,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'PostgreSQL' -[DEBUG][2015-08-25 13:39:36,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'PostgreSQL' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:36,998][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:36,999][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,999][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:36,999][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:37,000][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:37,000][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:37,000][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:37,000][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:37,001][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:37,001][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:37,001][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:37,002][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:37,002][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:37,002][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:37,003][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:37,003][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:37,003][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:37,004][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:37,004][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:37,004][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:37,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'PostgreSQL' -[DEBUG][2015-08-25 13:39:37,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Sybase' -[DEBUG][2015-08-25 13:39:37,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Sybase' -[DEBUG][2015-08-25 13:39:37,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Sybase' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:39:37,007][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:37,007][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:37,007][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:37,007][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:37,008][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:37,008][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:37,009][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:37,009][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:37,009][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:37,010][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:37,010][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:37,010][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:37,011][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:37,011][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:37,011][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:37,011][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:37,012][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:39:37,012][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:37,013][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:39:37,013][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:39:37,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Sybase' -[INFO][2015-08-25 13:39:37,015][org.springframework.jdbc.support.SQLErrorCodesFactory]SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase] -[DEBUG][2015-08-25 13:39:37,015][org.springframework.jdbc.support.SQLErrorCodesFactory]Looking up default SQLErrorCodes for DataSource [{ - CreateTime:"2015-08-25 13:39:32", - ActiveCount:1, - PoolingCount:0, - CreateCount:1, - DestroyCount:0, - CloseCount:1, - ConnectCount:2, - Connections:[ - ] -} - -[ -]] -[DEBUG][2015-08-25 13:39:37,034][org.springframework.jdbc.support.SQLErrorCodesFactory]Database product name cached for DataSource [com.alibaba.druid.pool.DruidDataSource@72ae7610]: name is 'MySQL' -[DEBUG][2015-08-25 13:39:37,036][org.springframework.jdbc.support.SQLErrorCodesFactory]SQL error codes for 'MySQL' found -[DEBUG][2015-08-25 13:39:37,036][org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator]Translating SQLException with SQL state '42S22', error code '1054', message [Unknown column 'order.food_id' in 'field list']; SQL was [] for task [ -### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'order.food_id' in 'field list' -### The error may exist in file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml] -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select is_discount,discount_price,food.price,is_full_discount,order.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'order.food_id' in 'field list' -] -[DEBUG][2015-08-25 13:39:37,038][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a491adf] -[DEBUG][2015-08-25 13:39:37,038][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 13:39:37,039][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a491adf] -[DEBUG][2015-08-25 13:39:37,040][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-25 13:39:37,042][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@62f19a7 testClass = orderTest, testInstance = com.changyu.test.orderTest@7e3d261c, testMethod = testCalcularPrice@orderTest, testException = org.springframework.jdbc.BadSqlGrammarException: -### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'order.food_id' in 'field list' -### The error may exist in file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml] -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select is_discount,discount_price,food.price,is_full_discount,order.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'order.food_id' in 'field list' -; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'order.food_id' in 'field list', mergedContextConfiguration = [MergedContextConfiguration@592c34b 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-25 13:39:37,042][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@62f19a7 testClass = orderTest, testInstance = com.changyu.test.orderTest@7e3d261c, testMethod = testCalcularPrice@orderTest, testException = org.springframework.jdbc.BadSqlGrammarException: -### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'order.food_id' in 'field list' -### The error may exist in file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml] -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select is_discount,discount_price,food.price,is_full_discount,order.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'order.food_id' in 'field list' -; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'order.food_id' in 'field list', mergedContextConfiguration = [MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:39:37,052][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@62f19a7 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@592c34b 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-25 13:39:37,056][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@735c3f7b: startup date [Tue Aug 25 13:39:30 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:39:37,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:39:37,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 13:39:37,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@26048761: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:39:37,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:39:37,060][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:39:37,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 13:39:37,062][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-25 13:39:37,062][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-25 13:39:37,063][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-08-25 13:39:37,067][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 13:43:14,679][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 13:43:14,756][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@374131a8 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-25 13:43:14,762][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-25 13:43:14,766][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 13:43:14,855][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:43:14,855][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:43:14,858][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:43:14,859][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:43:14,860][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:43:14,861][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:43:14,866][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:43:14,867][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:43:14,874][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 13:43:14,875][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:43:15,101][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:43:15,104][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:15,107][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:15,108][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:43:15,120][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:43:15,120][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:15,121][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:15,121][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 13:43:15,138][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 13:43:15,181][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:43:15,254][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 13:43:15,274][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-25 13:43:15,294][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-25 13:43:15,409][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-25 13:43:15,428][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-25 13:43:15,458][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:43:15,512][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-25 13:43:15,608][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-25 13:43:15,609][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-25 13:43:15,620][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\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-25 13:43:15,693][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-25 13:43:15,694][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-25 13:43:15,700][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\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-25 13:43:15,726][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-25 13:43:15,730][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-25 13:43:15,732][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-25 13:43:15,737][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-25 13:43:15,739][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-25 13:43:15,743][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-25 13:43:15,745][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-25 13:43:15,747][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-25 13:43:15,748][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-25 13:43:15,759][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-25 13:43:15,767][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 13:43:15,767][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 13:43:15,771][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 13:43:15,776][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-25 13:43:15,830][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-25 13:43:15,840][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-25 13:43:15,878][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-25 13:43:15,900][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 13:43:15,901][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 13:43:15,916][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-25 13:43:16,001][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 13:43:16,008][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@735c3f7b: startup date [Tue Aug 25 13:43:16 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:43:16,009][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@735c3f7b: org.springframework.beans.factory.support.DefaultListableBeanFactory@6a01f32e: 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,/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-25 13:43:16,105][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:43:16,105][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:43:16,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:16,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:43:16,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:43:16,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:43:16,156][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-25 13:43:16,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:43:16,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:43:16,359][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:43:16,359][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:16,360][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:16,360][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:43:16,364][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-25 13:43:16,364][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-25 13:43:16,374][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\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-25 13:43:16,375][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-25 13:43:16,376][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-25 13:43:16,376][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-25 13:43:16,377][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-25 13:43:16,378][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-25 13:43:16,378][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-25 13:43:16,379][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-25 13:43:16,380][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-25 13:43:16,380][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-25 13:43:16,381][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-25 13:43:16,382][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-25 13:43:16,383][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-25 13:43:16,384][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-25 13:43:16,385][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-25 13:43:16,386][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-25 13:43:16,386][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-25 13:43:16,390][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 13:43:16,393][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 13:43:16,394][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 13:43:16,394][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 13:43:16,394][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 13:43:16,394][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 13:43:16,394][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 13:43:16,394][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 13:43:16,394][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 13:43:16,395][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 13:43:16,395][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 13:43:16,395][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 13:43:16,395][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 13:43:16,395][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 13:43:16,395][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 13:43:16,396][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 13:43:16,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:43:16,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:43:16,408][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-25 13:43:16,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 13:43:16,427][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 13:43:16,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:43:16,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:43:16,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:16,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:43:16,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:43:16,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:43:16,449][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:16,449][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:43:16,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:43:16,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:43:16,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:16,462][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:43:16,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:43:16,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:43:16,463][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-25 13:43:16,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:43:16,464][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:43:16,464][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:43:16,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:16,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:43:16,529][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4c6efbef] -[DEBUG][2015-08-25 13:43:16,534][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@d36bad6] -[INFO][2015-08-25 13:43:16,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6a01f32e: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:43:16,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 13:43:16,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 13:43:16,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 13:43:16,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 13:43:16,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 13:43:16,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:43:16,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:43:16,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:16,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:16,566][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-25 13:43:16,580][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:43:16,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 13:43:16,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:16,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:16,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:16,596][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-25 13:43:16,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:43:16,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:16,629][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:43:16,629][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:16,629][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:16,630][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:43:16,631][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:43:16,631][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:16,631][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:16,631][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:43:16,636][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:43:16,637][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:16,638][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:16,638][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:43:16,643][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:43:16,644][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:16,644][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:16,644][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:43:16,647][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:43:16,647][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:16,647][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:16,648][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:43:16,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:16,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 13:43:17,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,107][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-25 13:43:17,122][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-25 13:43:17,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:17,122][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-25 13:43:17,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:43:17,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:43:17,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,154][org.springframework.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-25 13:43:17,154][org.springframework.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-25 13:43:17,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:17,168][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-25 13:43:17,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,215][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 13:43:17,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:43:17,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:43:17,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-25 13:43:17,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-25 13:43:17,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:17,230][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-25 13:43:17,231][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,231][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,231][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,247][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-25 13:43:17,247][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,247][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:43:17,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:43:17,248][org.springframework.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-25 13:43:17,248][org.springframework.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-25 13:43:17,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:17,248][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-25 13:43:17,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,252][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-25 13:43:17,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:43:17,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:43:17,254][org.springframework.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-25 13:43:17,254][org.springframework.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-25 13:43:17,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:17,255][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-25 13:43:17,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,258][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-25 13:43:17,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:43:17,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:43:17,259][org.springframework.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-25 13:43:17,260][org.springframework.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-25 13:43:17,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:17,260][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-25 13:43:17,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,263][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-25 13:43:17,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,265][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-25 13:43:17,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:43:17,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:43:17,266][org.springframework.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-25 13:43:17,266][org.springframework.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-25 13:43:17,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:17,267][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-25 13:43:17,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,273][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-25 13:43:17,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:43:17,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:43:17,275][org.springframework.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-25 13:43:17,275][org.springframework.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-25 13:43:17,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:17,275][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-25 13:43:17,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,278][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-25 13:43:17,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:43:17,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:43:17,279][org.springframework.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-25 13:43:17,279][org.springframework.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-25 13:43:17,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:17,280][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-25 13:43:17,281][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,281][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,281][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,281][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,282][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-25 13:43:17,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:43:17,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:43:17,284][org.springframework.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-25 13:43:17,284][org.springframework.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-25 13:43:17,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:17,284][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-25 13:43:17,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,287][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-25 13:43:17,288][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,288][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,288][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:43:17,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:43:17,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-25 13:43:17,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-25 13:43:17,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:17,289][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-25 13:43:17,290][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,290][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,292][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-25 13:43:17,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:43:17,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:43:17,293][org.springframework.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-25 13:43:17,293][org.springframework.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-25 13:43:17,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:17,294][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-25 13:43:17,295][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,297][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-25 13:43:17,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:43:17,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:43:17,298][org.springframework.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-25 13:43:17,298][org.springframework.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-25 13:43:17,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:17,298][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-25 13:43:17,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,301][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-25 13:43:17,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:43:17,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:43:17,302][org.springframework.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-25 13:43:17,302][org.springframework.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-25 13:43:17,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:17,303][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-25 13:43:17,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,305][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,305][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,307][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-25 13:43:17,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:43:17,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:43:17,308][org.springframework.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-25 13:43:17,308][org.springframework.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-25 13:43:17,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:17,308][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-25 13:43:17,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,311][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-25 13:43:17,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:43:17,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:43:17,312][org.springframework.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-25 13:43:17,312][org.springframework.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-25 13:43:17,312][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:17,312][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-25 13:43:17,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,315][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-25 13:43:17,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:43:17,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:43:17,318][org.springframework.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-25 13:43:17,318][org.springframework.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-25 13:43:17,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:17,318][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-25 13:43:17,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,328][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-25 13:43:17,329][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-25 13:43:17,331][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:17,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:17,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:17,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:43:17,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:43:17,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:17,514][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:43:17,514][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:17,515][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:17,515][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:43:17,516][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:43:17,516][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:17,516][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:17,517][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:43:17,518][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:43:17,518][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:17,518][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:17,518][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:43:17,519][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:43:17,520][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:17,520][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:17,520][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 13:43:17,522][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 13:43:17,522][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:17,522][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 13:43:17,522][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 13:43:17,532][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 13:43:17,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 13:43:17,761][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 13:43:17,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:17,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:17,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 13:43:17,996][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-25 13:43:17,997][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-25 13:43:18,005][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\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-25 13:43:18,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:18,231][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 13:43:18,231][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 13:43:18,233][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 13:43:18,234][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 13:43:18,236][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 13:43:18,237][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-25 13:43:18,237][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-25 13:43:18,417][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 13:43:18,418][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 13:43:18,419][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 13:43:18,419][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 13:43:18,420][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 13:43:18,421][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 13:43:18,422][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 13:43:18,423][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 13:43:18,423][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 13:43:18,424][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 13:43:18,425][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 13:43:18,425][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 13:43:18,426][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 13:43:18,426][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 13:43:18,427][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 13:43:18,427][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 13:43:18,428][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 13:43:18,429][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 13:43:18,430][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 13:43:18,431][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 13:43:18,431][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 13:43:18,432][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 13:43:18,433][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 13:43:18,433][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 13:43:18,434][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 13:43:18,434][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 13:43:18,435][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 13:43:18,436][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 13:43:18,436][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 13:43:18,437][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 13:43:18,438][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 13:43:18,439][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 13:43:18,440][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 13:43:18,440][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 13:43:18,441][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-25 13:43:18,441][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-25 13:43:18,442][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 13:43:18,443][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-25 13:43:18,443][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-25 13:43:18,444][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:43:18,445][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-25 13:43:18,445][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-25 13:43:18,446][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-25 13:43:18,447][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-25 13:43:18,447][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-25 13:43:18,448][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-25 13:43:18,460][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-25 13:43:18,460][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-25 13:43:18,461][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:43:18,462][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-25 13:43:18,463][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-25 13:43:18,463][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-25 13:43:18,464][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-25 13:43:18,465][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-25 13:43:18,465][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-25 13:43:18,466][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-25 13:43:18,467][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-25 13:43:18,467][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-25 13:43:18,489][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-25 13:43:18,490][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-25 13:43:18,506][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 13:43:18,510][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-25 13:43:18,510][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-25 13:43:18,511][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 13:43:18,512][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-25 13:43:18,512][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-25 13:43:18,515][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-25 13:43:18,516][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-25 13:43:18,517][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-25 13:43:18,518][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 13:43:18,519][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-25 13:43:18,520][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-25 13:43:18,520][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-25 13:43:18,522][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-25 13:43:18,522][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-25 13:43:18,523][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-25 13:43:18,524][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-25 13:43:18,524][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-25 13:43:18,525][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-25 13:43:18,526][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-25 13:43:18,526][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-25 13:43:18,532][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 13:43:18,533][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-25 13:43:18,533][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-25 13:43:18,534][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:43:18,535][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-25 13:43:18,536][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-25 13:43:18,537][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-25 13:43:18,538][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-25 13:43:18,538][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-25 13:43:18,539][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 13:43:18,541][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-25 13:43:18,541][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-25 13:43:18,542][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 13:43:18,543][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-25 13:43:18,543][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-25 13:43:18,544][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 13:43:18,545][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-25 13:43:18,545][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-25 13:43:18,546][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 13:43:18,547][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-25 13:43:18,548][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-25 13:43:18,549][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-25 13:43:18,550][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-25 13:43:18,550][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-25 13:43:18,551][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 13:43:18,552][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-25 13:43:18,552][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-25 13:43:18,556][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-25 13:43:18,558][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-25 13:43:18,558][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-25 13:43:18,559][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-25 13:43:18,560][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-25 13:43:18,560][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-25 13:43:18,561][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-25 13:43:18,562][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-25 13:43:18,562][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-25 13:43:18,563][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 13:43:18,564][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-25 13:43:18,564][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-25 13:43:18,566][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 13:43:18,567][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-25 13:43:18,567][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-25 13:43:18,568][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 13:43:18,569][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-25 13:43:18,569][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-25 13:43:18,571][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 13:43:18,572][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-25 13:43:18,572][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-25 13:43:18,574][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 13:43:18,575][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-25 13:43:18,576][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-25 13:43:18,577][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 13:43:18,578][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,579][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,580][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,580][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,582][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,582][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,582][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,584][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,585][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,588][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,589][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,591][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,592][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,593][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,596][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,596][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,597][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,598][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,599][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,600][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,601][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,602][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,603][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,605][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,606][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,607][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,608][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,609][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,610][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,611][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,612][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,613][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,615][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 13:43:18,642][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 13:43:20,057][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-25 13:43:20,124][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-25 13:43:20,204][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-25 13:43:20,249][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-25 13:43:20,342][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-25 13:43:20,411][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-25 13:43:20,545][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-25 13:43:20,636][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-25 13:43:20,692][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-25 13:43:20,885][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-25 13:43:20,938][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-25 13:43:20,984][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-25 13:43:21,052][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-25 13:43:21,118][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-25 13:43:21,158][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-25 13:43:21,265][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-25 13:43:21,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:21,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,299][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 13:43:21,299][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 13:43:21,300][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-25 13:43:21,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:21,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 13:43:21,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 13:43:21,301][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-25 13:43:21,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:21,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 13:43:21,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 13:43:21,303][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-25 13:43:21,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:21,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 13:43:21,305][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:43:21,305][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-25 13:43:21,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:21,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 13:43:21,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 13:43:21,306][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-25 13:43:21,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:21,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 13:43:21,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:43:21,308][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-25 13:43:21,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:21,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 13:43:21,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 13:43:21,309][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-25 13:43:21,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:21,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 13:43:21,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 13:43:21,310][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-25 13:43:21,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:21,312][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 13:43:21,312][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:43:21,312][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-25 13:43:21,312][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:21,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 13:43:21,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 13:43:21,314][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-25 13:43:21,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:21,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 13:43:21,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:43:21,315][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-25 13:43:21,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:21,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 13:43:21,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 13:43:21,316][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-25 13:43:21,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:21,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 13:43:21,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 13:43:21,318][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-25 13:43:21,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:21,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 13:43:21,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 13:43:21,321][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-25 13:43:21,321][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:21,321][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 13:43:21,321][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 13:43:21,322][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-25 13:43:21,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:21,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 13:43:21,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:43:21,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,347][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-25 13:43:21,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:43:21,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,378][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 13:43:21,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:43:21,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:43:21,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:21,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:43:21,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:43:21,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:21,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:43:21,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 13:43:21,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 13:43:21,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:43:21,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,448][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:43:21,448][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:43:21,449][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:43:21,449][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:43:21,449][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:43:21,449][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:43:21,449][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:43:21,449][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:43:21,449][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:43:21,449][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:43:21,450][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:43:21,450][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:43:21,450][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:43:21,450][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:43:21,450][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:43:21,450][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:43:21,450][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 13:43:21,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 13:43:21,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 13:43:21,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 13:43:21,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:43:21,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:43:21,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:21,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:43:21,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:43:21,493][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:43:21,496][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@2760b402] -[DEBUG][2015-08-25 13:43:21,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 13:43:21,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:43:21,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:43:21,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,522][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-25 13:43:21,522][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-25 13:43:21,522][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-25 13:43:21,522][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-25 13:43:21,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:21,523][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-25 13:43:21,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:43:21,524][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 13:43:21,525][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-25 13:43:21,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:43:21,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,539][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 13:43:21,540][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-25 13:43:21,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:43:21,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,553][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 13:43:21,554][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-25 13:43:21,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:43:21,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,571][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 13:43:21,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,573][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:43:21,573][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@58b8ec86] -[DEBUG][2015-08-25 13:43:21,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 13:43:21,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 13:43:21,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:43:21,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,596][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-25 13:43:21,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:21,597][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-25 13:43:21,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:43:21,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,607][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 13:43:21,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,609][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:43:21,609][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@213b91a5] -[DEBUG][2015-08-25 13:43:21,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 13:43:21,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:43:21,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:43:21,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,628][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-25 13:43:21,629][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-25 13:43:21,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:21,629][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-25 13:43:21,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:43:21,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,663][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 13:43:21,663][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-25 13:43:21,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:43:21,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,672][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 13:43:21,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,674][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:43:21,674][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@210099e7] -[DEBUG][2015-08-25 13:43:21,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 13:43:21,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 13:43:21,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:43:21,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,692][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-25 13:43:21,692][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-25 13:43:21,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:21,693][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-25 13:43:21,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:43:21,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,702][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 13:43:21,702][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-25 13:43:21,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:43:21,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,712][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 13:43:21,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,714][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:43:21,715][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@186c17fd] -[DEBUG][2015-08-25 13:43:21,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 13:43:21,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 13:43:21,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 13:43:21,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:21,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,726][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 13:43:21,727][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@bfd056f] -[DEBUG][2015-08-25 13:43:21,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 13:43:21,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:43:21,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:43:21,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:21,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,742][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:43:21,742][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@4641e51b] -[DEBUG][2015-08-25 13:43:21,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 13:43:21,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 13:43:21,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:43:21,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,757][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-25 13:43:21,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:21,758][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-25 13:43:21,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:43:21,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,770][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 13:43:21,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,772][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:43:21,772][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@3155d88d] -[DEBUG][2015-08-25 13:43:21,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 13:43:21,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 13:43:21,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:43:21,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,783][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-25 13:43:21,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:21,784][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-25 13:43:21,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:43:21,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,791][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 13:43:21,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,792][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:43:21,793][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@582e18e4] -[DEBUG][2015-08-25 13:43:21,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 13:43:21,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:43:21,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 13:43:21,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,810][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-25 13:43:21,810][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-25 13:43:21,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 13:43:21,811][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-25 13:43:21,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:43:21,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,818][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 13:43:21,818][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-25 13:43:21,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:43:21,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,838][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 13:43:21,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,840][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 13:43:21,840][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@357fe851] -[DEBUG][2015-08-25 13:43:21,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 13:43:21,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 13:43:21,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:21,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 13:43:21,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 13:43:21,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 13:43:21,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 13:43:21,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:43:21,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 13:43:21,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 13:43:21,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 13:43:21,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 13:43:21,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 13:43:21,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 13:43:21,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 13:43:21,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 13:43:21,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 13:43:21,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 13:43:21,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 13:43:21,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 13:43:21,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 13:43:21,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 13:43:21,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 13:43:21,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 13:43:21,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 13:43:21,858][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@55717a22] -[DEBUG][2015-08-25 13:43:21,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 13:43:21,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:21,865][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 13:43:21,865][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 13:43:21,866][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 13:43:21,867][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:43:21,869][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@62f19a7 testClass = orderTest, testInstance = com.changyu.test.orderTest@7e3d261c, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 13:43:21,869][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:43:21,879][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-25 13:43:21,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 13:43:21,881][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 13:43:21,882][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-25 13:43:21,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 13:43:21,883][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 13:43:21,883][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-25 13:43:21,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 13:43:21,885][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 13:43:21,885][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-25 13:43:21,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 13:43:21,888][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 13:43:21,888][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-25 13:43:21,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 13:43:21,890][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 13:43:21,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 13:43:21,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 13:43:21,900][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:43:21,946][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 13:43:21,957][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a491adf] -[DEBUG][2015-08-25 13:43:21,980][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 13:43:21,981][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 13:43:21,985][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@5f4ddd64] will be managed by Spring -[DEBUG][2015-08-25 13:43:21,995][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-25 13:43:22,211][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 13:43:22,275][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 13:43:22,276][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 13:43:22,277][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a491adf] -[DEBUG][2015-08-25 13:43:22,277][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a491adf] from current transaction -[DEBUG][2015-08-25 13:43:22,278][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-25 13:43:22,289][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 2429775447983(Long), 18896554880(String) -[DEBUG][2015-08-25 13:43:22,310][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 0 -[DEBUG][2015-08-25 13:43:22,311][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-25 13:43:22,311][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a491adf] -[DEBUG][2015-08-25 13:43:22,312][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 13:43:22,312][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a491adf] -[DEBUG][2015-08-25 13:43:22,313][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-25 13:43:22,315][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@62f19a7 testClass = orderTest, testInstance = com.changyu.test.orderTest@7e3d261c, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@665373c8 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-25 13:43:22,315][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@62f19a7 testClass = orderTest, testInstance = com.changyu.test.orderTest@7e3d261c, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 13:43:22,324][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@62f19a7 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@665373c8 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-25 13:43:22,328][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@735c3f7b: startup date [Tue Aug 25 13:43:16 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 13:43:22,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 13:43:22,330][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 13:43:22,330][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6a01f32e: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 13:43:22,330][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 13:43:22,332][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 13:43:22,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 13:43:22,334][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-25 13:43:22,334][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-25 13:43:22,335][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-08-25 13:43:22,339][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 14:20:27,052][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:20:27,141][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@192328ef 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-25 14:20:27,147][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-25 14:20:27,151][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:20:27,237][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:20:27,237][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:20:27,241][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:20:27,241][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:20:27,243][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:20:27,243][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:20:27,250][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:20:27,251][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:20:27,256][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:20:27,257][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:20:27,513][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:20:27,516][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:27,520][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:27,520][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:20:27,536][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:20:27,536][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:27,537][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:27,537][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 14:20:27,558][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:20:27,610][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:20:27,688][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:20:27,700][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-25 14:20:27,704][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-25 14:20:27,807][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-25 14:20:27,823][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-25 14:20:27,844][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:20:27,875][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-25 14:20:27,959][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-25 14:20:27,960][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-25 14:20:27,972][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\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-25 14:20:28,039][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-25 14:20:28,039][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-25 14:20:28,044][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\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-25 14:20:28,071][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-25 14:20:28,074][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-25 14:20:28,077][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-25 14:20:28,082][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-25 14:20:28,084][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-25 14:20:28,087][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-25 14:20:28,089][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-25 14:20:28,091][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-25 14:20:28,093][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-25 14:20:28,102][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-25 14:20:28,110][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:20:28,110][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:20:28,114][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:20:28,120][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-25 14:20:28,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-08-25 14:20:28,197][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-25 14:20:28,212][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-25 14:20:28,230][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:20:28,231][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:20:28,245][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-25 14:20:28,316][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:20:28,322][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@2d4bdf68: startup date [Tue Aug 25 14:20:28 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:20:28,323][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@2d4bdf68: org.springframework.beans.factory.support.DefaultListableBeanFactory@361b9546: 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,/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-25 14:20:28,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:20:28,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:20:28,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:28,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:20:28,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:20:28,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:20:28,458][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-25 14:20:28,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:20:28,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:20:28,663][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:20:28,663][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:28,664][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:28,668][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:20:28,672][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-25 14:20:28,673][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-25 14:20:28,682][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\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-25 14:20:28,684][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-25 14:20:28,684][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-25 14:20:28,685][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-25 14:20:28,685][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-25 14:20:28,686][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-25 14:20:28,686][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-25 14:20:28,687][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-25 14:20:28,687][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-25 14:20:28,688][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-25 14:20:28,689][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-25 14:20:28,690][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-25 14:20:28,690][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-25 14:20:28,691][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-25 14:20:28,692][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-25 14:20:28,692][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-25 14:20:28,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\UsersMapper.class] -[DEBUG][2015-08-25 14:20:28,698][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:20:28,700][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:20:28,701][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:20:28,701][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:20:28,701][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:20:28,701][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:20:28,701][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:20:28,701][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:20:28,702][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:20:28,702][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:20:28,702][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:20:28,702][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:20:28,702][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:20:28,702][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:20:28,702][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:20:28,703][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:20:28,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:20:28,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:20:28,716][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-25 14:20:28,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:20:28,739][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:20:28,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:20:28,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:20:28,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:28,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:20:28,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:20:28,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:20:28,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:28,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:20:28,761][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:20:28,761][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:20:28,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:28,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:20:28,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:20:28,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:20:28,772][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-25 14:20:28,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:20:28,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:20:28,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:20:28,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:28,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:20:28,828][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@270def92] -[DEBUG][2015-08-25 14:20:28,833][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@571a2c6a] -[INFO][2015-08-25 14:20:28,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@361b9546: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:20:28,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:20:28,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:20:28,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:20:28,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:20:28,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:20:28,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:20:28,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:20:28,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:28,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:28,864][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-25 14:20:28,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:20:28,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:20:28,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:28,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:28,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:28,897][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-25 14:20:28,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:20:28,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:28,933][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:20:28,934][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:28,934][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:28,934][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:20:28,935][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:20:28,936][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:28,936][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:28,936][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:20:28,937][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:20:28,938][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:28,938][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:28,939][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:20:28,944][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:20:28,946][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:28,946][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:28,946][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:20:28,948][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:20:28,949][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:28,950][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:28,950][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:20:28,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:28,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:20:29,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,452][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-25 14:20:29,474][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-25 14:20:29,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:29,475][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-25 14:20:29,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:20:29,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:20:29,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,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-08-25 14:20:29,524][org.springframework.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-25 14:20:29,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:29,544][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-25 14:20:29,545][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-25 14:20:29,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,595][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:20:29,620][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:20:29,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:20:29,622][org.springframework.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-25 14:20:29,622][org.springframework.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-25 14:20:29,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:29,623][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-25 14:20:29,623][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-25 14:20:29,625][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,625][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,625][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,625][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,642][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-25 14:20:29,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:20:29,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:20:29,644][org.springframework.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-25 14:20:29,644][org.springframework.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-25 14:20:29,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:29,645][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-25 14:20:29,645][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-25 14:20:29,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,648][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-25 14:20:29,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:20:29,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:20:29,652][org.springframework.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-25 14:20:29,652][org.springframework.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-25 14:20:29,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:29,653][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-25 14:20:29,653][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-25 14:20:29,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,657][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-25 14:20:29,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:20:29,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:20:29,659][org.springframework.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-25 14:20:29,659][org.springframework.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-25 14:20:29,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:29,660][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-25 14:20:29,660][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-25 14:20:29,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,663][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-25 14:20:29,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,666][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-25 14:20:29,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:20:29,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:20:29,667][org.springframework.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-25 14:20:29,667][org.springframework.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-25 14:20:29,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:29,668][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-25 14:20:29,668][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-25 14:20:29,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,671][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-25 14:20:29,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:20:29,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:20:29,672][org.springframework.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-25 14:20:29,673][org.springframework.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-25 14:20:29,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:29,673][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-25 14:20:29,673][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-25 14:20:29,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,676][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-25 14:20:29,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:20:29,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:20:29,678][org.springframework.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-25 14:20:29,678][org.springframework.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-25 14:20:29,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:29,678][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-25 14:20:29,678][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-25 14:20:29,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,681][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-25 14:20:29,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:20:29,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:20:29,683][org.springframework.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-25 14:20:29,683][org.springframework.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-25 14:20:29,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:29,684][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-25 14:20:29,684][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-25 14:20:29,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,687][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-25 14:20:29,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:20:29,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:20:29,689][org.springframework.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-25 14:20:29,689][org.springframework.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-25 14:20:29,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:29,689][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-25 14:20:29,689][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-25 14:20:29,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,692][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-25 14:20:29,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:20:29,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:20:29,693][org.springframework.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-25 14:20:29,693][org.springframework.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-25 14:20:29,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:29,694][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-25 14:20:29,694][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-25 14:20:29,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,698][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-25 14:20:29,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:20:29,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:20:29,699][org.springframework.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-25 14:20:29,699][org.springframework.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-25 14:20:29,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:29,700][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-25 14:20:29,700][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-25 14:20:29,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,703][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-25 14:20:29,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:20:29,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:20:29,705][org.springframework.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-25 14:20:29,705][org.springframework.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-25 14:20:29,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:29,705][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-25 14:20:29,705][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-25 14:20:29,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,709][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-25 14:20:29,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:20:29,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:20:29,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-08-25 14:20:29,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-08-25 14:20:29,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:29,711][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-25 14:20:29,711][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-25 14:20:29,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,714][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-25 14:20:29,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:20:29,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:20:29,715][org.springframework.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-25 14:20:29,716][org.springframework.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-25 14:20:29,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:29,717][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-25 14:20:29,717][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-25 14:20:29,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,722][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-25 14:20:29,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:20:29,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:20:29,725][org.springframework.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-25 14:20:29,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-08-25 14:20:29,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:29,726][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-25 14:20:29,727][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-25 14:20:29,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,734][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-25 14:20:29,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:29,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:29,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:29,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:20:29,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:20:29,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:29,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:29,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:29,929][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:20:29,929][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:29,929][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:29,930][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:20:29,931][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:20:29,931][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:29,931][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:29,931][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:20:29,932][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:20:29,933][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:29,933][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:29,934][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:20:29,935][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:20:29,935][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:29,936][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:29,936][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:20:29,937][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:20:29,938][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:29,938][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:20:29,938][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:20:29,950][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:20:30,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 14:20:30,184][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:20:30,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:30,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:30,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:30,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:30,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:20:30,415][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-25 14:20:30,415][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-25 14:20:30,421][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\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-25 14:20:30,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:30,643][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:20:30,643][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:20:30,645][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:20:30,647][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:20:30,648][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:20:30,649][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-25 14:20:30,649][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-25 14:20:30,800][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:20:30,801][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:20:30,802][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:20:30,803][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:20:30,803][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:20:30,804][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:20:30,804][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:20:30,805][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:20:30,806][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:20:30,807][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:20:30,807][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:20:30,808][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:20:30,809][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:20:30,809][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:20:30,810][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:20:30,810][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:20:30,811][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:20:30,812][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:20:30,812][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:20:30,813][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:20:30,813][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:20:30,814][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:20:30,814][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:20:30,815][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:20:30,816][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:20:30,816][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:20:30,817][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:20:30,817][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:20:30,818][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:20:30,818][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:20:30,819][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:20:30,820][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:20:30,821][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:20:30,821][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:20:30,821][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-25 14:20:30,822][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-25 14:20:30,823][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:20:30,824][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-25 14:20:30,824][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-25 14:20:30,825][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:20:30,826][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-25 14:20:30,826][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-25 14:20:30,827][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-25 14:20:30,828][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-25 14:20:30,828][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-25 14:20:30,829][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-25 14:20:30,830][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-25 14:20:30,830][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-25 14:20:30,831][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:20:30,832][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-25 14:20:30,833][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-25 14:20:30,833][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-25 14:20:30,834][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-25 14:20:30,835][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-25 14:20:30,835][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-25 14:20:30,836][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-25 14:20:30,849][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-25 14:20:30,852][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-25 14:20:30,858][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-25 14:20:30,858][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-25 14:20:30,859][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:20:30,860][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-25 14:20:30,861][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-25 14:20:30,861][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:20:30,862][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-25 14:20:30,863][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-25 14:20:30,865][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-25 14:20:30,866][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-25 14:20:30,867][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-25 14:20:30,868][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:20:30,868][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-25 14:20:30,869][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-25 14:20:30,870][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-25 14:20:30,871][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-25 14:20:30,871][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-25 14:20:30,872][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-25 14:20:30,873][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-25 14:20:30,873][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-25 14:20:30,874][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-25 14:20:30,875][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-25 14:20:30,875][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-25 14:20:30,876][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:20:30,877][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-25 14:20:30,877][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-25 14:20:30,878][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:20:30,879][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-25 14:20:30,879][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-25 14:20:30,881][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-25 14:20:30,882][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-25 14:20:30,882][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-25 14:20:30,884][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:20:30,885][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-25 14:20:30,885][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-25 14:20:30,887][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:20:30,888][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-25 14:20:30,888][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-25 14:20:30,889][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:20:30,890][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-25 14:20:30,890][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-25 14:20:30,892][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:20:30,893][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-25 14:20:30,894][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-25 14:20:30,895][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-25 14:20:30,897][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-25 14:20:30,897][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-25 14:20:30,898][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:20:30,899][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-25 14:20:30,899][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-25 14:20:30,900][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-25 14:20:30,901][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-25 14:20:30,902][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-25 14:20:30,903][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-25 14:20:30,904][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-25 14:20:30,904][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-25 14:20:30,905][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-25 14:20:30,906][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-25 14:20:30,906][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-25 14:20:30,907][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:20:30,908][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-25 14:20:30,908][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-25 14:20:30,910][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:20:30,911][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-25 14:20:30,911][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-25 14:20:30,912][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:20:30,913][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-25 14:20:30,914][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-25 14:20:30,915][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:20:30,916][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-25 14:20:30,916][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-25 14:20:30,917][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:20:30,919][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-25 14:20:30,919][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-25 14:20:30,920][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:20:30,921][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,922][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,923][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,923][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,924][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,924][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,924][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,926][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,927][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,928][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,930][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,931][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,933][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,934][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,936][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,936][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,937][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,939][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,940][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,941][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,942][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,943][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,945][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,947][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,947][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,948][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,949][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,950][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,952][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,954][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,955][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,956][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,957][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:20:30,984][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:20:32,305][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-25 14:20:32,370][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-25 14:20:32,461][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-25 14:20:32,520][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-25 14:20:32,637][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-25 14:20:32,706][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-25 14:20:32,846][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-25 14:20:32,924][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-25 14:20:32,983][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-25 14:20:33,192][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-25 14:20:33,242][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-25 14:20:33,289][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-25 14:20:33,339][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-25 14:20:33,401][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-25 14:20:33,442][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-25 14:20:33,549][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-25 14:20:33,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:33,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:20:33,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:20:33,587][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:33,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:20:33,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:20:33,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:33,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:20:33,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:20:33,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:33,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:20:33,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:20:33,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:33,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:20:33,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:20:33,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:33,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:20:33,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:20:33,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:33,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:20:33,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:20:33,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:33,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:20:33,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:20:33,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:33,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:20:33,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:20:33,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:33,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:20:33,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:20:33,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:33,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:20:33,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:20:33,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:33,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:20:33,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:20:33,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:33,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:20:33,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:20:33,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:33,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:20:33,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:20:33,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:33,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:20:33,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:20:33,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:33,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:20:33,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:20:33,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,638][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-25 14:20:33,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:20:33,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,670][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:20:33,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:20:33,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:20:33,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:33,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:20:33,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:20:33,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:33,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:20:33,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:20:33,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:20:33,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:20:33,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,736][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:20:33,736][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:20:33,736][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:20:33,737][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:20:33,737][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:20:33,737][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:20:33,737][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:20:33,737][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:20:33,737][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:20:33,737][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:20:33,737][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:20:33,738][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:20:33,738][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:20:33,738][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:20:33,738][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:20:33,738][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:20:33,738][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:20:33,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:20:33,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:20:33,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:20:33,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:20:33,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:20:33,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:33,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:20:33,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:20:33,781][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:20:33,785][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@40d6c203] -[DEBUG][2015-08-25 14:20:33,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:20:33,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:20:33,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:20:33,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,814][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-25 14:20:33,814][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-25 14:20:33,815][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-25 14:20:33,815][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-25 14:20:33,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:33,815][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-25 14:20:33,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:20:33,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,838][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:20:33,838][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-25 14:20:33,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:20:33,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,853][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:20:33,853][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-25 14:20:33,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:20:33,855][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:20:33,855][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-25 14:20:33,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:20:33,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,872][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:20:33,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,874][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:20:33,874][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@7fc8fdd8] -[DEBUG][2015-08-25 14:20:33,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:20:33,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:20:33,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:20:33,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,896][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-25 14:20:33,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:33,896][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-25 14:20:33,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:20:33,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,907][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:20:33,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,909][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:20:33,909][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@406200ba] -[DEBUG][2015-08-25 14:20:33,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:20:33,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:20:33,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:20:33,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,931][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-25 14:20:33,931][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-25 14:20:33,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:33,932][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-25 14:20:33,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:20:33,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,965][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:20:33,966][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-25 14:20:33,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:20:33,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,975][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:20:33,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,977][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:20:33,977][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@3fc51d94] -[DEBUG][2015-08-25 14:20:33,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:20:33,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:20:33,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:20:33,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:33,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:33,998][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-25 14:20:33,999][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-25 14:20:33,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:33,999][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-25 14:20:34,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:20:34,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,010][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:20:34,010][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-25 14:20:34,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:20:34,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,023][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:20:34,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,026][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:20:34,026][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@2e781d9e] -[DEBUG][2015-08-25 14:20:34,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:20:34,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:20:34,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:20:34,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:34,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,041][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:20:34,041][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@619cb30] -[DEBUG][2015-08-25 14:20:34,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:20:34,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:20:34,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:20:34,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:34,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,058][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:20:34,058][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@7a2ff95e] -[DEBUG][2015-08-25 14:20:34,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:20:34,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:20:34,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:20:34,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,071][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-25 14:20:34,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:34,071][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-25 14:20:34,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:20:34,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,083][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:20:34,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,085][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:20:34,086][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@1a738e7a] -[DEBUG][2015-08-25 14:20:34,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:20:34,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:20:34,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:20:34,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,097][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-25 14:20:34,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:34,098][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-25 14:20:34,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:20:34,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,107][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:20:34,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,109][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:20:34,109][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@62982862] -[DEBUG][2015-08-25 14:20:34,115][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:20:34,115][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:20:34,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:20:34,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,130][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-25 14:20:34,131][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-25 14:20:34,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:20:34,131][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-25 14:20:34,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:20:34,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,141][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:20:34,141][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-25 14:20:34,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:20:34,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,161][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:20:34,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,163][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:20:34,163][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@456964ea] -[DEBUG][2015-08-25 14:20:34,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:20:34,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:20:34,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:34,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:20:34,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:20:34,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:20:34,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:20:34,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:20:34,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:20:34,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:20:34,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:20:34,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:20:34,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:20:34,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:20:34,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:20:34,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:20:34,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:20:34,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:20:34,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:20:34,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:20:34,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:20:34,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:20:34,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:20:34,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:20:34,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:20:34,181][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@50a25926] -[DEBUG][2015-08-25 14:20:34,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:20:34,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:34,193][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:20:34,193][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:20:34,194][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:20:34,195][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:20:34,199][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@276b557d testClass = orderTest, testInstance = com.changyu.test.orderTest@77b995c2, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:20:34,199][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:20:34,208][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-25 14:20:34,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:20:34,210][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:20:34,211][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-25 14:20:34,212][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:20:34,213][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:20:34,213][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-25 14:20:34,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:20:34,217][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:20:34,217][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-25 14:20:34,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:20:34,220][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:20:34,221][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-25 14:20:34,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:20:34,223][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:20:34,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:20:34,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:20:34,233][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:20:34,271][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 14:20:34,281][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@67ce5a49] -[DEBUG][2015-08-25 14:20:34,305][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 14:20:34,306][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 14:20:34,310][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@5397ab7d] will be managed by Spring -[DEBUG][2015-08-25 14:20:34,321][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-25 14:20:34,553][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 14:20:34,631][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 14:20:34,632][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 14:20:34,633][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@67ce5a49] -[DEBUG][2015-08-25 14:20:34,633][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@67ce5a49] from current transaction -[DEBUG][2015-08-25 14:20:34,634][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-25 14:20:34,645][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 2429775447983(Long), 18896554880(String) -[DEBUG][2015-08-25 14:20:34,676][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 0 -[DEBUG][2015-08-25 14:20:34,677][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-25 14:20:34,677][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@67ce5a49] -[DEBUG][2015-08-25 14:20:34,677][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 14:20:34,678][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@67ce5a49] -[DEBUG][2015-08-25 14:20:34,679][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-25 14:20:34,680][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@276b557d testClass = orderTest, testInstance = com.changyu.test.orderTest@77b995c2, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@70d683f3 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-25 14:20:34,681][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@276b557d testClass = orderTest, testInstance = com.changyu.test.orderTest@77b995c2, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:20:34,690][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@276b557d testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@70d683f3 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-25 14:20:34,694][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@2d4bdf68: startup date [Tue Aug 25 14:20:28 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:20:34,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:20:34,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 14:20:34,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@361b9546: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:20:34,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:20:34,698][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:20:34,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 14:20:34,699][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-25 14:20:34,700][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-25 14:20:34,700][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-08-25 14:20:34,704][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 14:21:14,861][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:21:15,017][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@4d9f6ce5 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-25 14:21:15,027][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-25 14:21:15,033][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:21:15,225][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:15,226][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:15,241][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:15,242][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:15,245][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:15,246][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:15,253][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:15,254][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:15,262][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:21:15,262][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:21:15,583][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:21:15,628][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:15,632][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:15,636][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:15,637][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:15,655][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:15,655][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:15,656][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:15,656][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 14:21:15,681][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:21:15,715][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@7d95609 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-25 14:21:15,721][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-25 14:21:15,726][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:21:15,763][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:21:15,829][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:15,829][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:15,835][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:15,836][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:15,838][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:15,839][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:15,845][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:15,846][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:15,851][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@7264ef18 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:21:15,851][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@7264ef18 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:21:15,982][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:21:15,992][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:21:16,020][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-25 14:21:16,037][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-25 14:21:16,205][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@4d9f6ce5 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-25 14:21:16,214][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-25 14:21:16,220][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:21:16,278][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-25 14:21:16,307][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:16,307][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-25 14:21:16,312][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:16,316][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:16,317][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:16,335][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:16,335][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:16,336][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:16,336][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:16,339][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:21:16,359][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:16,360][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:16,364][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:16,365][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:16,368][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:16,368][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[INFO][2015-08-25 14:21:16,372][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:21:16,375][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:16,375][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:21:16,381][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:21:16,382][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:21:16,415][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-25 14:21:16,492][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:21:16,593][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-25 14:21:16,594][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-25 14:21:16,603][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:21:16,607][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\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-25 14:21:16,627][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-25 14:21:16,637][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-25 14:21:16,804][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-25 14:21:16,804][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-25 14:21:16,812][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\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-25 14:21:16,846][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:16,847][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-25 14:21:16,849][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:16,851][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-25 14:21:16,852][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-25 14:21:16,853][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:16,853][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-25 14:21:16,853][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:16,858][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-25 14:21:16,861][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-25 14:21:16,864][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-25 14:21:16,866][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-25 14:21:16,869][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-25 14:21:16,870][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:16,871][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-25 14:21:16,871][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:16,872][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:16,872][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:16,873][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-25 14:21:16,889][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] -[INFO][2015-08-25 14:21:16,898][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:21:16,902][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:21:16,903][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:21:16,904][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:21:16,912][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:21:16,918][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-25 14:21:17,018][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-25 14:21:17,065][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:21:17,066][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-25 14:21:17,073][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-25 14:21:17,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-08-25 14:21:17,141][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:21:17,143][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:21:17,160][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-25 14:21:17,206][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:21:17,234][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-25 14:21:17,236][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-25 14:21:17,240][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-25 14:21:17,248][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-25 14:21:17,267][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\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-25 14:21:17,271][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:21:17,285][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@4e9ff7c0: startup date [Tue Aug 25 14:21:17 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:21:17,301][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@4e9ff7c0: org.springframework.beans.factory.support.DefaultListableBeanFactory@4f86b169: 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,/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-25 14:21:17,452][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-25 14:21:17,453][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-25 14:21:17,468][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\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-25 14:21:17,501][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-25 14:21:17,502][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-25 14:21:17,538][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-25 14:21:17,540][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-25 14:21:17,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:21:17,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:21:17,553][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-25 14:21:17,554][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-25 14:21:17,557][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-25 14:21:17,560][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-25 14:21:17,562][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-25 14:21:17,564][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-25 14:21:17,565][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-25 14:21:17,576][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-25 14:21:17,580][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:21:17,585][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:21:17,586][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:21:17,590][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:21:17,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:17,594][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-25 14:21:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:21:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:21:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:21:17,616][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-25 14:21:17,624][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-25 14:21:17,755][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-25 14:21:17,767][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-25 14:21:17,789][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-25 14:21:17,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:21:17,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:21:17,820][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:21:17,821][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:21:17,834][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-25 14:21:17,835][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-25 14:21:17,838][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-25 14:21:17,846][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\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-25 14:21:17,950][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:21:17,957][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@4e9ff7c0: startup date [Tue Aug 25 14:21:17 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:21:17,958][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@4e9ff7c0: org.springframework.beans.factory.support.DefaultListableBeanFactory@4a3abdd5: 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,/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-25 14:21:17,983][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-25 14:21:17,984][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-25 14:21:17,991][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\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-25 14:21:18,044][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-25 14:21:18,048][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-25 14:21:18,050][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-25 14:21:18,056][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-25 14:21:18,059][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-25 14:21:18,062][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-25 14:21:18,063][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-25 14:21:18,067][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-25 14:21:18,068][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-25 14:21:18,073][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:18,074][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:18,074][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:18,075][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:18,078][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-25 14:21:18,079][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-25 14:21:18,083][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-25 14:21:18,091][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:21:18,092][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:21:18,095][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\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-25 14:21:18,097][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-25 14:21:18,104][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:21:18,109][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-25 14:21:18,110][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-25 14:21:18,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,120][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-25 14:21:18,121][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-25 14:21:18,121][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-25 14:21:18,122][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-25 14:21:18,122][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-25 14:21:18,127][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-25 14:21:18,200][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-25 14:21:18,202][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-25 14:21:18,204][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-25 14:21:18,206][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-25 14:21:18,207][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-25 14:21:18,209][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-25 14:21:18,211][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-25 14:21:18,212][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-25 14:21:18,217][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,220][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,221][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,221][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,221][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,222][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,222][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,222][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,222][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,222][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,223][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,223][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,224][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,224][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,224][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,225][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:21:18,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:21:18,254][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-25 14:21:18,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:18,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:21:18,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:21:18,273][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-25 14:21:18,280][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-25 14:21:18,287][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:21:18,287][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:21:18,293][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-25 14:21:18,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:18,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,339][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:18,339][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,340][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,340][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,352][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-25 14:21:18,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:18,370][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,371][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:21:18,371][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:21:18,372][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-25 14:21:18,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:21:18,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:21:18,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:21:18,374][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:21:18,390][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:21:18,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:18,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:21:18,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:21:18,432][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-25 14:21:18,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:21:18,507][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5e0cb13b] -[DEBUG][2015-08-25 14:21:18,578][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@60ac6214] -[DEBUG][2015-08-25 14:21:18,614][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:21:18,623][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@498f3db0: startup date [Tue Aug 25 14:21:18 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:21:18,625][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@498f3db0: org.springframework.beans.factory.support.DefaultListableBeanFactory@3cb76ac5: 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,/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 -[INFO][2015-08-25 14:21:18,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4f86b169: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:21:18,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:21:18,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:21:18,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:21:18,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:18,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:18,671][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-25 14:21:18,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:21:18,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:21:18,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:18,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:18,764][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:18,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:18,764][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:18,764][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-25 14:21:18,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:21:18,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:18,765][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:18,766][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:18,771][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-25 14:21:18,772][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-25 14:21:18,818][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\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-25 14:21:18,819][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-25 14:21:18,819][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-25 14:21:18,820][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-25 14:21:18,821][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-25 14:21:18,822][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-25 14:21:18,823][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-25 14:21:18,823][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-25 14:21:18,824][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-25 14:21:18,824][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-25 14:21:18,826][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-25 14:21:18,828][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-25 14:21:18,829][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-25 14:21:18,830][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-25 14:21:18,831][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-25 14:21:18,837][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:18,837][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-25 14:21:18,838][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:18,838][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:18,839][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:18,840][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-25 14:21:18,840][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:18,840][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:18,840][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:18,841][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:18,859][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,862][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,863][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,863][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,863][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,863][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,864][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,864][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,864][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,864][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,864][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,865][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,865][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,865][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,865][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,865][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:21:18,842][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:18,876][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:18,876][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:18,877][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:18,882][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:18,883][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:18,883][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:18,884][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:18,887][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:18,887][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:18,887][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:18,888][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:18,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:18,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:18,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:21:18,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:21:18,920][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-25 14:21:18,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:21:18,951][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:21:18,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:18,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:18,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:18,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:21:18,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:21:19,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:21:19,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:21:19,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:21:19,012][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-25 14:21:19,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:19,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:21:19,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:21:19,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:21:19,054][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-25 14:21:19,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:21:19,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:21:19,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:21:19,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:19,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:21:19,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:21:19,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:21:19,310][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3ec06d57] -[DEBUG][2015-08-25 14:21:19,315][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5c6d416] -[INFO][2015-08-25 14:21:19,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4a3abdd5: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:21:19,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:21:19,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:21:19,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:19,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:19,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:21:19,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:21:19,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:21:19,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:19,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:19,448][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-25 14:21:19,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:21:19,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:21:19,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:19,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:19,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:19,570][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-25 14:21:19,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:21:19,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:19,743][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:19,747][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:19,747][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:19,748][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:19,749][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:19,749][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:19,766][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:19,766][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:19,768][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:19,768][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:19,768][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:19,769][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:19,774][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:19,776][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:19,776][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:19,777][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:19,780][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:19,793][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:19,793][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:19,794][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:19,794][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:19,798][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-25 14:21:19,799][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-25 14:21:19,811][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\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-25 14:21:19,827][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-25 14:21:19,828][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-25 14:21:19,829][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-25 14:21:19,829][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-25 14:21:19,830][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-25 14:21:19,831][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-25 14:21:19,832][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-25 14:21:19,832][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-25 14:21:19,833][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-25 14:21:19,934][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:19,935][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:19,935][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:19,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:19,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:19,834][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-25 14:21:19,971][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-25 14:21:19,975][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-25 14:21:19,976][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-25 14:21:19,977][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-25 14:21:19,977][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-25 14:21:19,979][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-25 14:21:19,983][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:21:19,990][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:21:19,992][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:21:19,993][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:21:19,993][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:21:19,993][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:21:19,994][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:21:19,994][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:21:19,994][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:21:19,994][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:21:19,994][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:21:19,995][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:21:19,995][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:21:19,995][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:21:19,995][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:21:19,996][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:21:20,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:21:20,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:21:20,008][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-25 14:21:20,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:21:20,241][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:21:20,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:20,364][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:20,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:20,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:20,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:20,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:20,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:20,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:20,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:21:20,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:21:20,385][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:20,385][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:21:20,386][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:21:20,386][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:21:20,387][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-25 14:21:20,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:21:20,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:21:20,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:21:20,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:20,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:21:20,603][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1a92210] -[DEBUG][2015-08-25 14:21:20,609][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6f789676] -[INFO][2015-08-25 14:21:20,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3cb76ac5: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:21:20,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:21:20,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:21:20,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:20,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:21:20,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:21:20,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:21:20,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:21:20,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:20,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:20,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:21:20,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:20,743][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-25 14:21:20,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:21:20,997][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-25 14:21:21,105][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:21:21,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,108][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-25 14:21:21,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:21:21,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,168][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-25 14:21:21,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:21,175][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-25 14:21:21,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:21:21,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:21:21,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,196][org.springframework.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-25 14:21:21,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-08-25 14:21:21,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:21,231][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:21,240][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:21,253][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-25 14:21:21,253][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-25 14:21:21,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,274][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:21,275][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:21,277][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:21,277][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:21,277][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:21,278][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:21,280][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:21,280][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:21,281][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:21,281][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:21,291][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:21,292][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:21,339][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:21:21,343][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:21,344][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:21,347][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:21,348][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:21,348][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:21,348][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:21,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:21:21,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:21:21,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-08-25 14:21:21,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-08-25 14:21:21,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:21,424][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-25 14:21:21,426][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-25 14:21:21,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,483][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-25 14:21:21,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:21:21,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:21:21,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-25 14:21:21,485][org.springframework.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-25 14:21:21,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:21,485][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-25 14:21:21,485][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-25 14:21:21,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,496][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-25 14:21:21,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:21:21,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:21:21,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-08-25 14:21:21,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-08-25 14:21:21,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:21,498][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-25 14:21:21,498][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-25 14:21:21,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,501][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-25 14:21:21,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:21:21,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:21:21,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-08-25 14:21:21,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-08-25 14:21:21,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:21,502][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-25 14:21:21,503][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-25 14:21:21,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,506][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-25 14:21:21,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,507][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-25 14:21:21,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:21:21,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:21:21,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-08-25 14:21:21,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-08-25 14:21:21,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:21,510][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-25 14:21:21,511][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-25 14:21:21,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,515][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-25 14:21:21,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:21:21,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:21:21,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-08-25 14:21:21,517][org.springframework.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-25 14:21:21,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:21,517][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-25 14:21:21,518][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-25 14:21:21,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,521][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-25 14:21:21,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:21:21,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:21:21,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-08-25 14:21:21,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-08-25 14:21:21,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:21,523][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-25 14:21:21,524][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-25 14:21:21,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,533][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-25 14:21:21,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:21:21,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:21:21,535][org.springframework.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-25 14:21:21,535][org.springframework.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-25 14:21:21,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:21,535][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-25 14:21:21,536][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-25 14:21:21,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,543][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-25 14:21:21,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:21:21,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:21:21,544][org.springframework.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-25 14:21:21,544][org.springframework.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-25 14:21:21,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:21,544][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-25 14:21:21,544][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-25 14:21:21,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,547][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-25 14:21:21,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:21:21,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:21:21,548][org.springframework.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-25 14:21:21,548][org.springframework.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-25 14:21:21,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:21,549][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-25 14:21:21,549][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-25 14:21:21,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,552][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-25 14:21:21,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:21:21,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:21:21,554][org.springframework.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-25 14:21:21,554][org.springframework.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-25 14:21:21,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:21,554][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-25 14:21:21,555][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-25 14:21:21,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,557][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-25 14:21:21,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:21:21,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:21:21,559][org.springframework.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-25 14:21:21,559][org.springframework.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-25 14:21:21,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:21,559][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-25 14:21:21,559][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-25 14:21:21,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,562][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-25 14:21:21,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:21:21,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:21:21,563][org.springframework.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-25 14:21:21,564][org.springframework.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-25 14:21:21,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:21,565][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-25 14:21:21,566][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-25 14:21:21,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,573][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-25 14:21:21,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:21:21,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:21:21,574][org.springframework.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-25 14:21:21,575][org.springframework.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-25 14:21:21,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:21,575][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-25 14:21:21,575][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-25 14:21:21,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,614][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-25 14:21:21,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:21:21,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:21:21,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-08-25 14:21:21,627][org.springframework.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-25 14:21:21,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:21,628][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-25 14:21:21,628][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-25 14:21:21,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,648][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-25 14:21:21,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:21,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:21,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:21,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:21:21,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:21:21,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:21:21,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,835][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-25 14:21:21,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:21,920][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-25 14:21:21,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:21,921][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-25 14:21:21,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:21:21,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:21:21,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:21,938][org.springframework.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-25 14:21:21,939][org.springframework.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-25 14:21:21,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:21,965][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-25 14:21:21,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:21,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,039][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:22,046][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:22,050][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:22,060][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:22,062][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:22,062][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:22,063][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:22,063][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:22,064][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:22,065][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:22,065][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:22,065][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:22,067][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:22,067][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:22,068][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:22,069][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:22,076][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:22,077][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:22,077][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:22,077][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:21:22,088][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:21:22,089][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:21:22,103][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,103][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,103][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:21:22,103][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:21:22,104][org.springframework.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-25 14:21:22,104][org.springframework.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-25 14:21:22,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,104][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-25 14:21:22,105][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,105][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,106][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,106][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,140][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-25 14:21:22,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:21:22,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:21:22,142][org.springframework.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-25 14:21:22,142][org.springframework.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-25 14:21:22,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,143][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-25 14:21:22,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,148][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-25 14:21:22,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:21:22,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:21:22,150][org.springframework.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-25 14:21:22,150][org.springframework.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-25 14:21:22,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,151][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-25 14:21:22,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,154][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-25 14:21:22,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:21:22,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:21:22,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.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-25 14:21:22,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-08-25 14:21:22,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,156][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-25 14:21:22,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,161][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-25 14:21:22,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,163][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-25 14:21:22,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:21:22,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:21:22,165][org.springframework.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-25 14:21:22,165][org.springframework.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-25 14:21:22,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,165][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-25 14:21:22,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,168][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-25 14:21:22,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:21:22,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:21:22,169][org.springframework.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-25 14:21:22,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-08-25 14:21:22,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,170][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-25 14:21:22,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[DEBUG][2015-08-25 14:21:22,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,173][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-25 14:21:22,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:21:22,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:21:22,174][org.springframework.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-25 14:21:22,175][org.springframework.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-25 14:21:22,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,175][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-25 14:21:22,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,179][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-25 14:21:22,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:21:22,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:21:22,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-08-25 14:21:22,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-08-25 14:21:22,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,181][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-25 14:21:22,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,185][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-25 14:21:22,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:21:22,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:21:22,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-08-25 14:21:22,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-08-25 14:21:22,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,187][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-25 14:21:22,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,190][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-25 14:21:22,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:21:22,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:21:22,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-08-25 14:21:22,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-08-25 14:21:22,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,192][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-25 14:21:22,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,196][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-25 14:21:22,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:21:22,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:21:22,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-08-25 14:21:22,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-08-25 14:21:22,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,198][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-25 14:21:22,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,207][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-25 14:21:22,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:21:22,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:21:22,210][org.springframework.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-25 14:21:22,210][org.springframework.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-25 14:21:22,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,211][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-25 14:21:22,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,215][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-25 14:21:22,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:21:22,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:21:22,216][org.springframework.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-25 14:21:22,216][org.springframework.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-25 14:21:22,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,217][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-25 14:21:22,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,222][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-25 14:21:22,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:21:22,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:21:22,223][org.springframework.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-25 14:21:22,223][org.springframework.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-25 14:21:22,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,224][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-25 14:21:22,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,234][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-25 14:21:22,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:21:22,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:21:22,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-25 14:21:22,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-25 14:21:22,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,243][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-25 14:21:22,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,247][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,248][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-25 14:21:22,248][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-25 14:21:22,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:22,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:22,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:21:22,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:21:22,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:21:22,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,401][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-25 14:21:22,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,515][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-25 14:21:22,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,516][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-25 14:21:22,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:21:22,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:21:22,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[INFO][2015-08-25 14:21:22,534][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:21:22,534][org.springframework.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-25 14:21:22,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,535][org.springframework.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-25 14:21:22,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,553][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-25 14:21:22,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,602][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:22,602][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:22,603][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:22,603][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:22,604][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:22,605][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:22,605][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:22,606][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:22,607][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:22,608][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:22,608][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:22,609][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:22,611][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:22,611][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:22,612][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:22,612][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:22,613][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:22,614][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:22,614][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:22,614][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:22,621][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[ERROR][2015-08-25 14:21:22,630][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:21:22,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:21:22,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:21:22,643][org.springframework.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-25 14:21:22,643][org.springframework.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-25 14:21:22,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,643][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-25 14:21:22,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,671][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-25 14:21:22,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:21:22,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:21:22,679][org.springframework.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-25 14:21:22,679][org.springframework.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-25 14:21:22,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,680][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-25 14:21:22,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,691][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-25 14:21:22,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:21:22,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:21:22,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-25 14:21:22,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-25 14:21:22,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,693][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-25 14:21:22,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,696][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-25 14:21:22,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:21:22,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:21:22,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.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-25 14:21:22,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.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-25 14:21:22,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,698][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-25 14:21:22,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,702][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-25 14:21:22,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[DEBUG][2015-08-25 14:21:22,704][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-25 14:21:22,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:21:22,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:21:22,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-08-25 14:21:22,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-08-25 14:21:22,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,711][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-25 14:21:22,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,714][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-25 14:21:22,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:21:22,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:21:22,715][org.springframework.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-25 14:21:22,715][org.springframework.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-25 14:21:22,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,716][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-25 14:21:22,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,719][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-25 14:21:22,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:21:22,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:21:22,720][org.springframework.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-25 14:21:22,720][org.springframework.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-25 14:21:22,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,721][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-25 14:21:22,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,724][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-25 14:21:22,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:21:22,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:21:22,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-08-25 14:21:22,727][org.springframework.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-25 14:21:22,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,727][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-25 14:21:22,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,730][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-25 14:21:22,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:21:22,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:21:22,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-25 14:21:22,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-08-25 14:21:22,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,732][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-25 14:21:22,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,735][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-25 14:21:22,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:21:22,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:21:22,735][org.springframework.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-25 14:21:22,736][org.springframework.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-25 14:21:22,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,736][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-25 14:21:22,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,739][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-25 14:21:22,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:21:22,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:21:22,740][org.springframework.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-25 14:21:22,740][org.springframework.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-25 14:21:22,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,740][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-25 14:21:22,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,749][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-25 14:21:22,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:21:22,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:21:22,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-25 14:21:22,751][org.springframework.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-25 14:21:22,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,751][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-25 14:21:22,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,754][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-25 14:21:22,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:21:22,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:21:22,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-25 14:21:22,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-25 14:21:22,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,760][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-25 14:21:22,761][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,763][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-25 14:21:22,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:21:22,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:21:22,764][org.springframework.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-25 14:21:22,764][org.springframework.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-25 14:21:22,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,765][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-25 14:21:22,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,769][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-25 14:21:22,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:21:22,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:21:22,771][org.springframework.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-25 14:21:22,771][org.springframework.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-25 14:21:22,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,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-08-25 14:21:22,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,778][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-25 14:21:22,779][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-25 14:21:22,781][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:22,781][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:22,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:22,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:21:22,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:21:22,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:21:22,811][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-25 14:21:22,812][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-25 14:21:22,825][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\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-25 14:21:22,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:22,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[INFO][2015-08-25 14:21:22,966][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:21:22,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:22,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:22,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:23,011][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:23,012][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:23,012][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:23,012][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:23,014][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:23,014][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:23,014][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:23,014][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:23,015][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:23,016][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:23,016][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:23,016][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:23,017][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:23,018][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:23,018][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:23,018][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:21:23,019][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:21:23,020][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:23,020][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:21:23,020][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:21:23,029][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:21:23,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[DEBUG][2015-08-25 14:21:23,161][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:21:23,162][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:21:23,165][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:21:23,166][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:21:23,168][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:21:23,169][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-25 14:21:23,169][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-25 14:21:23,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:21:23,204][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-25 14:21:23,204][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-25 14:21:23,218][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\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-25 14:21:23,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[INFO][2015-08-25 14:21:23,308][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:21:23,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:23,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:23,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:23,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:23,423][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:21:23,423][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:21:23,425][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:21:23,426][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:21:23,427][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:21:23,427][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:21:23,428][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:21:23,431][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:21:23,431][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:21:23,434][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:21:23,435][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:21:23,436][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:21:23,437][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:21:23,438][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:21:23,439][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:21:23,440][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:21:23,441][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:21:23,442][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:21:23,443][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:21:23,443][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:21:23,444][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:21:23,445][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:21:23,445][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:21:23,446][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:21:23,447][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:21:23,448][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:21:23,449][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:21:23,450][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:21:23,451][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:21:23,452][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:21:23,453][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:21:23,454][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:21:23,454][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:21:23,455][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:21:23,455][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-25 14:21:23,455][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-25 14:21:23,457][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:21:23,458][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-25 14:21:23,459][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-25 14:21:23,460][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:21:23,461][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-25 14:21:23,461][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-25 14:21:23,557][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:21:23,603][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:21:23,605][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-25 14:21:23,606][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-25 14:21:23,606][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:21:23,607][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-25 14:21:23,608][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:21:23,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:21:23,609][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:21:23,610][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-25 14:21:23,610][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-25 14:21:23,618][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\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-25 14:21:23,611][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-25 14:21:23,621][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-25 14:21:23,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:23,609][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-25 14:21:23,647][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-25 14:21:23,652][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-25 14:21:23,655][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:21:23,657][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-25 14:21:23,657][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-25 14:21:23,658][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-25 14:21:23,659][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-25 14:21:23,660][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-25 14:21:23,660][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-25 14:21:23,662][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-25 14:21:23,662][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-25 14:21:23,663][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-25 14:21:23,665][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-25 14:21:23,665][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-25 14:21:23,666][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:21:23,667][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-25 14:21:23,667][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-25 14:21:23,669][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:21:23,670][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-25 14:21:23,670][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-25 14:21:23,674][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-25 14:21:23,675][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-25 14:21:23,676][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-25 14:21:23,677][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:21:23,678][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-25 14:21:23,679][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-25 14:21:23,680][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-25 14:21:23,681][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-25 14:21:23,704][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-25 14:21:23,706][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-25 14:21:23,707][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-25 14:21:23,708][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-25 14:21:23,710][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-25 14:21:23,712][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-25 14:21:23,712][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-25 14:21:23,713][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:21:23,714][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-25 14:21:23,714][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-25 14:21:23,715][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:21:23,716][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-25 14:21:23,717][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-25 14:21:23,718][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-25 14:21:23,719][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-25 14:21:23,720][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-25 14:21:23,722][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:21:23,728][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-25 14:21:23,729][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-25 14:21:23,732][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:21:23,735][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-25 14:21:23,736][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-25 14:21:23,737][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:21:23,741][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-25 14:21:23,742][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-25 14:21:23,747][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:21:23,748][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-25 14:21:23,748][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-25 14:21:23,750][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-25 14:21:23,751][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-25 14:21:23,752][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-25 14:21:23,756][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:21:23,760][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-25 14:21:23,761][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-25 14:21:23,762][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-25 14:21:23,763][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-25 14:21:23,764][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-25 14:21:23,766][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-25 14:21:23,767][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-25 14:21:23,768][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-25 14:21:23,769][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-25 14:21:23,770][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-25 14:21:23,771][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-25 14:21:23,772][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:21:23,772][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-25 14:21:23,773][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-25 14:21:23,775][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:21:23,777][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-25 14:21:23,777][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-25 14:21:23,780][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:21:23,781][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-25 14:21:23,782][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-25 14:21:23,783][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:21:23,784][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-25 14:21:23,785][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-25 14:21:23,786][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:21:23,787][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-25 14:21:23,788][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-25 14:21:23,790][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:21:23,791][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,794][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,795][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,795][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,796][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,796][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,799][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,801][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,803][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,805][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,806][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,808][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,810][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,811][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,814][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,814][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,816][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,817][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,819][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,820][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,822][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,823][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,825][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,828][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,828][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,831][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,834][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,837][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,839][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,840][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,842][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,844][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,850][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:23,855][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:21:23,856][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:21:23,857][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:21:23,859][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:21:23,860][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:21:23,861][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:21:23,862][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:21:23,864][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:21:23,865][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:21:23,866][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:21:23,867][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:21:23,868][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:21:23,872][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:21:23,873][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:21:23,874][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:21:23,874][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:21:23,875][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:21:23,876][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:21:23,877][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:21:23,878][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:21:23,879][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:21:23,880][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:21:23,882][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:21:23,883][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:21:23,884][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:21:23,885][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:21:23,886][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:21:23,887][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:21:23,887][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:21:23,887][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:21:23,888][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:21:23,889][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:21:23,890][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:21:23,890][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:21:23,891][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:21:23,891][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-25 14:21:23,892][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-25 14:21:23,893][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:21:23,894][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-25 14:21:23,894][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-25 14:21:23,895][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:21:23,896][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-25 14:21:23,897][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-25 14:21:23,898][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-25 14:21:23,899][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-25 14:21:23,899][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-25 14:21:23,900][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-25 14:21:23,927][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-25 14:21:23,933][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-25 14:21:23,938][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:21:23,939][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-25 14:21:23,939][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-25 14:21:23,940][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-25 14:21:23,941][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-25 14:21:23,941][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-25 14:21:23,943][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-25 14:21:23,944][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-25 14:21:23,944][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-25 14:21:23,945][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-25 14:21:23,946][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-25 14:21:23,947][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-25 14:21:23,948][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:21:23,949][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-25 14:21:23,950][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-25 14:21:23,951][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:21:23,952][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-25 14:21:23,952][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-25 14:21:23,956][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-25 14:21:23,958][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-25 14:21:23,959][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-25 14:21:23,960][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:21:23,961][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-25 14:21:23,962][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-25 14:21:23,963][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-25 14:21:23,981][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-25 14:21:23,982][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-25 14:21:23,983][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-25 14:21:23,985][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-25 14:21:23,985][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-25 14:21:23,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-08-25 14:21:23,987][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-25 14:21:23,988][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-25 14:21:23,988][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:21:23,989][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-25 14:21:23,990][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-25 14:21:23,991][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:21:23,992][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-25 14:21:23,993][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-25 14:21:23,995][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-25 14:21:23,996][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-25 14:21:23,997][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-25 14:21:23,998][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:21:24,000][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-25 14:21:24,001][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-25 14:21:24,003][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:21:24,004][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-25 14:21:24,004][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-25 14:21:24,005][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:21:24,006][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-25 14:21:24,007][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-25 14:21:24,009][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:21:24,010][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-25 14:21:24,011][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-25 14:21:24,012][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-25 14:21:24,013][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-25 14:21:24,013][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-25 14:21:24,015][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:21:24,016][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-25 14:21:24,017][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-25 14:21:24,018][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-25 14:21:24,020][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-25 14:21:24,021][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-25 14:21:24,022][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-25 14:21:24,023][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-25 14:21:24,023][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-25 14:21:24,024][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-25 14:21:24,033][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-25 14:21:24,033][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-25 14:21:24,034][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:21:24,035][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-25 14:21:24,036][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-25 14:21:24,037][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:21:24,039][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-25 14:21:24,040][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-25 14:21:24,044][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:21:24,045][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-25 14:21:24,046][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-25 14:21:24,047][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:21:24,048][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-25 14:21:24,048][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-25 14:21:24,050][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:21:24,051][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-25 14:21:24,052][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-25 14:21:24,053][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:21:24,054][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,056][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,056][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,056][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:21:24,056][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:21:24,056][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,059][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,060][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:21:24,060][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,060][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,062][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:21:24,062][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,063][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:21:24,063][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,063][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-25 14:21:24,064][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-25 14:21:24,065][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,066][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,068][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,070][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,072][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,074][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,074][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,075][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,076][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,078][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,080][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,081][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,083][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,085][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,094][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,094][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,096][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,098][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,101][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,103][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,105][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,106][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,115][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,117][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,181][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:21:24,271][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:21:24,272][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:21:24,273][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:21:24,274][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:21:24,274][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:21:24,275][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:21:24,276][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:21:24,278][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:21:24,278][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:21:24,279][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:21:24,281][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:21:24,288][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:21:24,289][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:21:24,290][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:21:24,291][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:21:24,292][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:21:24,293][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:21:24,294][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:21:24,295][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:21:24,295][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:21:24,296][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:21:24,297][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:21:24,298][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:21:24,299][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:21:24,300][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:21:24,301][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:21:24,302][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:21:24,302][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:21:24,303][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:21:24,304][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:21:24,304][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:21:24,305][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:21:24,306][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:21:24,307][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:21:24,308][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-25 14:21:24,309][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-25 14:21:24,310][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:21:24,312][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-25 14:21:24,312][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-25 14:21:24,313][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:21:24,315][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-25 14:21:24,315][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-25 14:21:24,317][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-25 14:21:24,318][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-25 14:21:24,319][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-25 14:21:24,320][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-25 14:21:24,321][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-25 14:21:24,322][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-25 14:21:24,322][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:21:24,324][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-25 14:21:24,324][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-25 14:21:24,325][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-25 14:21:24,345][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-25 14:21:24,354][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-25 14:21:24,355][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-25 14:21:24,356][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-25 14:21:24,356][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-25 14:21:24,357][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-25 14:21:24,358][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-25 14:21:24,358][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-25 14:21:24,359][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:21:24,360][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-25 14:21:24,360][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-25 14:21:24,361][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:21:24,362][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-25 14:21:24,362][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-25 14:21:24,367][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-25 14:21:24,368][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-25 14:21:24,368][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-25 14:21:24,370][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:21:24,371][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-25 14:21:24,371][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-25 14:21:24,372][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-25 14:21:24,374][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-25 14:21:24,374][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-25 14:21:24,375][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-25 14:21:24,376][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-25 14:21:24,377][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-25 14:21:24,378][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-25 14:21:24,379][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-25 14:21:24,379][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-25 14:21:24,380][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:21:24,382][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-25 14:21:24,382][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-25 14:21:24,383][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:21:24,384][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-25 14:21:24,385][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-25 14:21:24,386][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-25 14:21:24,387][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-25 14:21:24,388][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-25 14:21:24,389][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:21:24,391][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-25 14:21:24,391][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-25 14:21:24,394][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:21:24,395][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-25 14:21:24,395][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-25 14:21:24,396][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:21:24,397][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-25 14:21:24,398][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-25 14:21:24,399][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:21:24,400][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-25 14:21:24,401][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-25 14:21:24,402][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-25 14:21:24,403][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-25 14:21:24,403][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-25 14:21:24,405][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:21:24,406][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-25 14:21:24,406][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-25 14:21:24,408][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-25 14:21:24,409][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-25 14:21:24,410][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-25 14:21:24,411][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-25 14:21:24,413][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-25 14:21:24,413][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-25 14:21:24,414][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-25 14:21:24,415][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-25 14:21:24,416][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-25 14:21:24,420][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:21:24,421][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-25 14:21:24,422][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-25 14:21:24,461][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:21:24,463][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-25 14:21:24,463][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-25 14:21:24,464][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:21:24,466][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-25 14:21:24,466][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-25 14:21:24,467][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:21:24,469][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-25 14:21:24,469][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-25 14:21:24,471][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:21:24,472][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-25 14:21:24,472][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-25 14:21:24,473][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:21:24,475][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,478][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,478][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,478][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,480][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,480][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,481][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,482][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,484][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,486][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,488][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,490][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,491][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,495][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,497][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,497][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,499][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,501][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,503][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,505][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,507][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,509][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,511][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,513][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,514][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,515][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,517][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,518][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,519][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,521][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,526][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,529][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,531][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:21:24,616][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:21:25,559][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-25 14:21:25,641][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-25 14:21:25,872][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-25 14:21:26,013][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-25 14:21:26,095][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-25 14:21:26,134][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-25 14:21:26,233][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-25 14:21:26,338][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-25 14:21:26,403][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-25 14:21:26,408][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-25 14:21:26,483][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-25 14:21:26,493][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-25 14:21:26,552][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-25 14:21:26,607][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-25 14:21:26,672][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-25 14:21:26,725][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-25 14:21:26,740][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-25 14:21:26,752][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-25 14:21:26,805][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-25 14:21:26,885][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-25 14:21:26,920][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-25 14:21:26,966][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-25 14:21:27,065][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-25 14:21:27,077][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-25 14:21:27,133][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-25 14:21:27,140][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-25 14:21:27,150][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-25 14:21:27,204][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-25 14:21:27,244][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-25 14:21:27,307][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-25 14:21:27,340][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-25 14:21:27,392][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-25 14:21:27,441][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-25 14:21:27,461][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-25 14:21:27,532][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-25 14:21:27,665][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-25 14:21:27,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:27,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:27,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:27,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:27,670][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-25 14:21:27,671][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-25 14:21:27,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:27,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:27,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:27,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:27,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:27,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:21:27,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:21:27,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:27,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:21:27,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:21:27,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:27,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:21:27,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:21:27,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:27,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:21:27,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:21:27,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:27,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:21:27,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:21:27,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:27,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:21:27,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:21:27,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:27,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:21:27,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:21:27,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:27,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:21:27,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:21:27,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:27,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:21:27,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:21:27,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:27,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:21:27,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:21:27,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:27,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:21:27,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:21:27,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:27,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:21:27,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:21:27,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:27,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:21:27,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:21:27,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:27,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:21:27,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:21:27,761][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-25 14:21:27,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:27,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:21:27,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:21:27,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:27,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:21:27,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:21:27,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:27,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:27,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:27,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:27,802][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-25 14:21:27,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:21:27,805][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-25 14:21:27,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:27,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:27,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:27,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:27,831][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-25 14:21:27,834][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:21:27,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:27,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:27,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:27,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:27,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:21:27,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:21:27,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:27,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:21:27,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:21:27,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:27,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:27,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:27,874][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-25 14:21:27,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:21:27,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:21:27,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:27,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:27,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:27,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:27,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:21:27,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:21:27,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:27,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:27,923][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-25 14:21:27,933][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-25 14:21:27,935][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:27,936][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:27,936][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:27,936][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:27,936][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:27,936][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:27,936][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:27,937][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:27,937][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:27,938][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:27,938][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:27,938][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:27,947][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:27,948][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:27,948][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:27,948][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:27,948][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:27,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:27,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:27,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:27,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:27,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:21:27,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:21:27,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:21:27,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:21:27,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:21:27,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:27,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:21:27,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:21:28,027][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-25 14:21:28,032][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:28,035][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@556dfe7c] -[DEBUG][2015-08-25 14:21:28,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:21:28,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:21:28,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:21:28,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,098][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-25 14:21:28,102][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-25 14:21:28,102][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-25 14:21:28,103][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-25 14:21:28,103][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:28,103][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-25 14:21:28,105][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:21:28,105][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:21:28,105][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-25 14:21:28,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:21:28,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,135][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:21:28,135][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-25 14:21:28,136][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-25 14:21:28,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:21:28,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,153][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:21:28,154][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-25 14:21:28,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:21:28,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,170][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-25 14:21:28,191][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:21:28,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,207][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:28,208][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@13c6e617] -[DEBUG][2015-08-25 14:21:28,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,238][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,238][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:21:28,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:21:28,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:21:28,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,269][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-25 14:21:28,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:28,270][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-25 14:21:28,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:21:28,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:21:28,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:21:28,277][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-25 14:21:28,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:21:28,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:21:28,279][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-25 14:21:28,280][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,281][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:21:28,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:21:28,283][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-25 14:21:28,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:21:28,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:21:28,284][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-25 14:21:28,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:21:28,287][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:21:28,287][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-25 14:21:28,287][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,288][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:21:28,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:21:28,289][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:21:28,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,289][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-25 14:21:28,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,290][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,290][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,290][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,290][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:21:28,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:21:28,291][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:28,291][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@1668a961] -[DEBUG][2015-08-25 14:21:28,291][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-25 14:21:28,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:21:28,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:21:28,293][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-25 14:21:28,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:21:28,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:21:28,295][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-25 14:21:28,295][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,295][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:21:28,295][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:21:28,296][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-25 14:21:28,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:21:28,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:21:28,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:21:28,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:21:28,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:21:28,306][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-25 14:21:28,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:21:28,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:21:28,308][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-25 14:21:28,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:21:28,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:21:28,309][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-25 14:21:28,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:21:28,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:21:28,311][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-25 14:21:28,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,312][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:21:28,312][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:21:28,312][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-25 14:21:28,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:21:28,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:21:28,390][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-25 14:21:28,391][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-25 14:21:28,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:28,391][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-25 14:21:28,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:21:28,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,425][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-25 14:21:28,428][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-25 14:21:28,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:21:28,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,457][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:21:28,457][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-25 14:21:28,458][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:21:28,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,458][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:21:28,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,462][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,464][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,464][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,464][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:21:28,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:21:28,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:28,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,475][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:21:28,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,478][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:28,479][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@1e339ce8] -[DEBUG][2015-08-25 14:21:28,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:21:28,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:21:28,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:21:28,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:21:28,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:21:28,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:28,506][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-25 14:21:28,507][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-25 14:21:28,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:28,507][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-25 14:21:28,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:21:28,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,517][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:21:28,517][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-25 14:21:28,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:21:28,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:21:28,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:21:28,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:21:28,527][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:21:28,527][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-25 14:21:28,527][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:21:28,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:21:28,528][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-25 14:21:28,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:21:28,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:21:28,530][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-25 14:21:28,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:21:28,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,531][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:21:28,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:21:28,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:21:28,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:21:28,532][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-25 14:21:28,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:21:28,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:21:28,534][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-25 14:21:28,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:21:28,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:21:28,535][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-25 14:21:28,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,536][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:28,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:21:28,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:21:28,537][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-25 14:21:28,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:21:28,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:21:28,539][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-25 14:21:28,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:21:28,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:21:28,541][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-25 14:21:28,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:21:28,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:21:28,542][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-25 14:21:28,542][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:21:28,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:21:28,537][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@10dfd85f] -[DEBUG][2015-08-25 14:21:28,547][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-25 14:21:28,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:21:28,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:21:28,549][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-25 14:21:28,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:21:28,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:21:28,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:21:28,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:21:28,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:28,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:21:28,551][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-25 14:21:28,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:21:28,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:21:28,553][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-25 14:21:28,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:21:28,554][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,555][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:21:28,555][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,555][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,555][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,555][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,555][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,556][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,556][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,556][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,556][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,556][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,556][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-25 14:21:28,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,556][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,557][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:21:28,558][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@470dcee2] -[DEBUG][2015-08-25 14:21:28,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:21:28,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:21:28,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:21:28,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:28,556][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,571][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,571][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,572][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,578][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:28,578][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@42c1406b] -[DEBUG][2015-08-25 14:21:28,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:21:28,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:21:28,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:21:28,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:21:28,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:21:28,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:21:28,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:21:28,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:21:28,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:21:28,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:21:28,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:28,594][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-25 14:21:28,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:28,594][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-25 14:21:28,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:21:28,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:21:28,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:21:28,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,607][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:21:28,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,609][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:28,609][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@7ec98afc] -[DEBUG][2015-08-25 14:21:28,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:21:28,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:21:28,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:21:28,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,624][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-25 14:21:28,628][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:28,631][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@3bd95296] -[DEBUG][2015-08-25 14:21:28,638][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-25 14:21:28,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:28,638][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-25 14:21:28,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:21:28,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:21:28,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,654][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:21:28,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,663][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:28,665][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@6cbc937f] -[DEBUG][2015-08-25 14:21:28,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:21:28,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:21:28,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:21:28,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:21:28,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:21:28,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:21:28,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,695][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:21:28,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:21:28,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:21:28,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:28,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:21:28,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:21:28,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,732][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-25 14:21:28,732][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-25 14:21:28,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:28,733][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-25 14:21:28,734][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-25 14:21:28,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:21:28,734][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-25 14:21:28,735][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-25 14:21:28,735][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-25 14:21:28,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:28,735][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-25 14:21:28,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:21:28,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,756][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:21:28,756][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-25 14:21:28,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:21:28,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:28,762][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:21:28,763][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-25 14:21:28,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:21:28,768][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:21:28,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,770][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:28,770][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@43a64562] -[DEBUG][2015-08-25 14:21:28,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:21:28,783][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:21:28,783][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:21:28,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:21:28,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:21:28,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:21:28,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:21:28,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:21:28,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:21:28,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:21:28,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:21:28,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:21:28,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:21:28,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:21:28,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:21:28,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:21:28,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:21:28,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:21:28,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:21:28,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:21:28,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:21:28,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:21:28,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:21:28,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:21:28,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:21:28,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:21:28,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,792][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@42f63e68] -[DEBUG][2015-08-25 14:21:28,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:21:28,794][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:21:28,794][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-25 14:21:28,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:21:28,796][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:21:28,796][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-25 14:21:28,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:28,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:21:28,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:21:28,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:21:28,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,806][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:21:28,806][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:21:28,810][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:21:28,811][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:21:28,812][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@5fc3184b testClass = orderTest, testInstance = com.changyu.test.orderTest@170150b, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:21:28,813][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:21:28,822][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:21:28,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,824][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,825][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,825][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,825][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,825][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,825][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,825][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,826][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,825][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:28,827][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@2f2cf91a] -[DEBUG][2015-08-25 14:21:28,827][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,838][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,839][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,839][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,839][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,840][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,840][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,840][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,840][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:21:28,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,844][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-25 14:21:28,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:21:28,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:21:28,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:21:28,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:21:28,852][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:21:28,852][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-25 14:21:28,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:21:28,855][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:21:28,855][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-25 14:21:28,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:21:28,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:21:28,859][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:21:28,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:21:28,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:21:28,860][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-25 14:21:28,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:21:28,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:21:28,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:21:28,864][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:21:28,866][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-25 14:21:28,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:28,872][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-25 14:21:28,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:28,873][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-25 14:21:28,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:21:28,877][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:21:28,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:21:28,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:21:28,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:21:28,889][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:21:28,896][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:21:28,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,898][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:28,899][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@22e08791] -[DEBUG][2015-08-25 14:21:28,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:21:28,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:21:28,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:21:28,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,921][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:28,924][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@3486113d] -[DEBUG][2015-08-25 14:21:28,933][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-25 14:21:28,933][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-25 14:21:28,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:28,934][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-25 14:21:28,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:21:28,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:21:28,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:21:28,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:21:28,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,965][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-25 14:21:28,966][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-25 14:21:28,966][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-25 14:21:28,966][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-25 14:21:28,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:28,967][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-25 14:21:28,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:21:28,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,985][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:21:28,986][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-25 14:21:28,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:21:28,988][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:21:28,988][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-25 14:21:28,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:21:28,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:28,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:28,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,017][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:21:29,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,019][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:29,019][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@557c3bce] -[DEBUG][2015-08-25 14:21:29,021][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:21:29,021][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-25 14:21:29,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:21:29,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:21:29,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:21:29,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:21:29,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,045][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:21:29,045][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-25 14:21:29,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:21:29,047][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:21:29,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,049][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:29,049][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@1f66adb9] -[DEBUG][2015-08-25 14:21:29,052][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-25 14:21:29,052][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-25 14:21:29,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:29,053][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-25 14:21:29,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:21:29,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,070][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:21:29,071][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-25 14:21:29,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:21:29,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:21:29,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:21:29,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:21:29,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,087][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,094][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-25 14:21:29,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:29,095][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-25 14:21:29,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:21:29,098][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:21:29,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,101][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:29,101][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@17dfbeb8] -[DEBUG][2015-08-25 14:21:29,117][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:21:29,118][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:21:29,118][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:21:29,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:21:29,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:29,121][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:29,121][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@5491669a] -[DEBUG][2015-08-25 14:21:29,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:21:29,130][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:21:29,130][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@4cbfe8c3] -[DEBUG][2015-08-25 14:21:29,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:21:29,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:21:29,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:21:29,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:21:29,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:21:29,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:29,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,152][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:29,152][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@78eebeb3] -[DEBUG][2015-08-25 14:21:29,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:21:29,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:21:29,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:21:29,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,166][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-25 14:21:29,167][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-25 14:21:29,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:29,168][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-25 14:21:29,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:21:29,171][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-25 14:21:29,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:29,172][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-25 14:21:29,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:21:29,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,184][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:21:29,185][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-25 14:21:29,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:21:29,192][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:21:29,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,194][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:29,195][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@63be407c] -[DEBUG][2015-08-25 14:21:29,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:21:29,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:21:29,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:21:29,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,210][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-25 14:21:29,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:29,211][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-25 14:21:29,212][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:21:29,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,221][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:21:29,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,223][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:29,223][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@49e6045c] -[DEBUG][2015-08-25 14:21:29,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:21:29,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:21:29,231][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:21:29,231][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,231][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,238][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:21:29,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,240][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:29,240][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@34b29b66] -[DEBUG][2015-08-25 14:21:29,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:21:29,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:21:29,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:21:29,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,257][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-25 14:21:29,272][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-25 14:21:29,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:29,273][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-25 14:21:29,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:21:29,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,277][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-25 14:21:29,278][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-25 14:21:29,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:29,278][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-25 14:21:29,280][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:21:29,281][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:21:29,281][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-25 14:21:29,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:21:29,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,293][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:21:29,293][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-25 14:21:29,295][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:21:29,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,321][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:21:29,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,323][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:21:29,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,324][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:29,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,325][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@26b02ff8] -[DEBUG][2015-08-25 14:21:29,328][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:29,329][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@52211231] -[DEBUG][2015-08-25 14:21:29,336][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:21:29,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:21:29,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:21:29,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:21:29,339][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:21:29,339][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:29,340][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:29,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:21:29,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:21:29,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:21:29,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:21:29,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:21:29,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:21:29,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:21:29,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:21:29,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:21:29,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:21:29,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:21:29,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:21:29,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:21:29,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:21:29,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:21:29,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:21:29,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:21:29,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:21:29,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:21:29,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:21:29,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:21:29,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:21:29,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,349][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:21:29,349][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@2e759230] -[DEBUG][2015-08-25 14:21:29,350][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@55af9c7d] -[DEBUG][2015-08-25 14:21:29,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:21:29,355][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:29,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:21:29,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:21:29,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:21:29,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,358][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:21:29,358][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:21:29,359][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:21:29,361][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@7264ef18 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:21:29,363][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@2d7bcd8b testClass = orderTest, testInstance = com.changyu.test.orderTest@1af37801, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7264ef18 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:21:29,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:29,367][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@7264ef18 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:21:29,371][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,373][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:29,374][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@4399ca2a] -[DEBUG][2015-08-25 14:21:29,380][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-25 14:21:29,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:21:29,381][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:21:29,381][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:21:29,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:21:29,383][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:21:29,383][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-25 14:21:29,386][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:21:29,386][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:21:29,387][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-25 14:21:29,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:21:29,390][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:21:29,390][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-25 14:21:29,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:29,390][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-25 14:21:29,391][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-25 14:21:29,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:21:29,393][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:21:29,393][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-25 14:21:29,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:21:29,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:21:29,396][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:21:29,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,400][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,400][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,400][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,400][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,407][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@7264ef18 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:21:29,408][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:21:29,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,411][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:29,411][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@76e1c759] -[DEBUG][2015-08-25 14:21:29,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:21:29,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:21:29,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:21:29,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,428][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-25 14:21:29,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:29,430][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-25 14:21:29,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:21:29,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,441][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:21:29,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,443][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:29,443][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@4c289660] -[DEBUG][2015-08-25 14:21:29,449][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:21:29,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:21:29,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:21:29,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,464][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-25 14:21:29,465][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-25 14:21:29,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:21:29,465][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-25 14:21:29,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:21:29,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,489][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:21:29,489][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-25 14:21:29,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:21:29,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,498][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:21:29,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,501][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:21:29,501][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@7e89e98d] -[DEBUG][2015-08-25 14:21:29,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:21:29,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:21:29,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:29,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:21:29,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:21:29,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:21:29,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:21:29,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:21:29,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:21:29,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:21:29,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:21:29,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:21:29,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:21:29,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:21:29,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:21:29,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:21:29,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:21:29,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:21:29,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:21:29,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:21:29,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:21:29,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:21:29,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:21:29,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:21:29,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:21:29,522][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5b99719b] -[DEBUG][2015-08-25 14:21:29,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:21:29,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:21:29,536][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:21:29,536][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:21:29,536][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:21:29,537][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:21:29,539][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@37f3535b testClass = orderTest, testInstance = com.changyu.test.orderTest@47e5980f, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:21:29,539][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:21:29,549][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-25 14:21:29,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:21:29,552][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:21:29,552][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-25 14:21:29,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:21:29,554][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:21:29,554][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-25 14:21:29,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:21:29,556][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:21:29,558][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-25 14:21:29,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:21:29,561][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:21:29,561][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-25 14:21:29,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:21:29,564][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:21:29,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:21:29,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:21:29,574][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@408d4b54 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:22:46,170][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:22:46,260][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@7d42f66f 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-25 14:22:46,265][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-25 14:22:46,270][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:22:46,336][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:22:46,338][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:22:46,342][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:22:46,342][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:22:46,344][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:22:46,344][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:22:46,350][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:22:46,351][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:22:46,356][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:22:46,356][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:22:46,625][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:22:46,629][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:46,633][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:46,633][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:22:46,647][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:22:46,647][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:46,648][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:46,648][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 14:22:46,668][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:22:46,714][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:22:46,789][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:22:46,800][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-25 14:22:46,805][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-25 14:22:46,934][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-25 14:22:46,948][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-25 14:22:46,968][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:22:46,999][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-25 14:22:47,085][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-25 14:22:47,086][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-25 14:22:47,096][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\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-25 14:22:47,159][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-25 14:22:47,159][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-25 14:22:47,164][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\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-25 14:22:47,190][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-25 14:22:47,194][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-25 14:22:47,196][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-25 14:22:47,202][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-25 14:22:47,204][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-25 14:22:47,207][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-25 14:22:47,208][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-25 14:22:47,210][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-25 14:22:47,211][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-25 14:22:47,220][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-25 14:22:47,228][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:22:47,228][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:22:47,232][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:22:47,235][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-25 14:22:47,286][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-25 14:22:47,311][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-25 14:22:47,327][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-25 14:22:47,343][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:22:47,344][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:22:47,358][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-25 14:22:47,425][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:22:47,432][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@735c3f7b: startup date [Tue Aug 25 14:22:47 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:22:47,433][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@735c3f7b: org.springframework.beans.factory.support.DefaultListableBeanFactory@26048761: 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,/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-25 14:22:47,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:22:47,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:22:47,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:47,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:22:47,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:22:47,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:22:47,567][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-25 14:22:47,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:22:47,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:22:47,769][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:22:47,770][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:47,770][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:47,771][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:22:47,775][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-25 14:22:47,775][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-25 14:22:47,783][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\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-25 14:22:47,785][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-25 14:22:47,785][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-25 14:22:47,786][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-25 14:22:47,787][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-25 14:22:47,787][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-25 14:22:47,788][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-25 14:22:47,788][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-25 14:22:47,788][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-25 14:22:47,789][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-25 14:22:47,791][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-25 14:22:47,791][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-25 14:22:47,792][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-25 14:22:47,792][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-25 14:22:47,793][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-25 14:22:47,793][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-25 14:22:47,795][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-25 14:22:47,798][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:22:47,801][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:22:47,802][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:22:47,802][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:22:47,802][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:22:47,802][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:22:47,802][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:22:47,803][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:22:47,803][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:22:47,803][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:22:47,803][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:22:47,803][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:22:47,803][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:22:47,804][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:22:47,804][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:22:47,804][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:22:47,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:22:47,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:22:47,816][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-25 14:22:47,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:22:47,835][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:22:47,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:22:47,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:22:47,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:47,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:22:47,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:22:47,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:22:47,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:47,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:22:47,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:22:47,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:22:47,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:47,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:22:47,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:22:47,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:22:47,868][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-25 14:22:47,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:22:47,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:22:47,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:22:47,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:47,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:22:47,921][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4c6efbef] -[DEBUG][2015-08-25 14:22:47,926][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@d36bad6] -[INFO][2015-08-25 14:22:47,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@26048761: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:22:47,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:22:47,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:22:47,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:22:47,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:22:47,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:22:47,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:22:47,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:22:47,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:47,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:47,955][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-25 14:22:47,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:22:47,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:22:47,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:47,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:47,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:47,985][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-25 14:22:47,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:22:47,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,012][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:22:48,013][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:48,013][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:48,013][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:22:48,014][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:22:48,015][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:48,015][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:48,015][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:22:48,016][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:22:48,016][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:48,017][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:48,017][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:22:48,022][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:22:48,025][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:48,026][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:48,026][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:22:48,028][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:22:48,029][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:48,029][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:48,029][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:22:48,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:22:48,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,450][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-25 14:22:48,464][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-25 14:22:48,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:48,465][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-25 14:22:48,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:22:48,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:22:48,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,499][org.springframework.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-25 14:22:48,500][org.springframework.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-25 14:22:48,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:48,512][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-25 14:22:48,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,557][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:22:48,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:22:48,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:22:48,569][org.springframework.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-25 14:22:48,569][org.springframework.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-25 14:22:48,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:48,570][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-25 14:22:48,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,585][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-25 14:22:48,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:22:48,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:22:48,586][org.springframework.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-25 14:22:48,586][org.springframework.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-25 14:22:48,587][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:48,587][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-25 14:22:48,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,590][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-25 14:22:48,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:22:48,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:22:48,592][org.springframework.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-25 14:22:48,592][org.springframework.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-25 14:22:48,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:48,592][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-25 14:22:48,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,595][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-25 14:22:48,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:22:48,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:22:48,596][org.springframework.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-25 14:22:48,597][org.springframework.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-25 14:22:48,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:48,597][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-25 14:22:48,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,600][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-25 14:22:48,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,602][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-25 14:22:48,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:22:48,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:22:48,603][org.springframework.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-25 14:22:48,603][org.springframework.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-25 14:22:48,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:48,604][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-25 14:22:48,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,607][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-25 14:22:48,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:22:48,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:22:48,608][org.springframework.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-25 14:22:48,608][org.springframework.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-25 14:22:48,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:48,608][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-25 14:22:48,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,612][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-25 14:22:48,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:22:48,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:22:48,613][org.springframework.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-25 14:22:48,613][org.springframework.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-25 14:22:48,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:48,613][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-25 14:22:48,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,616][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-25 14:22:48,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:22:48,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:22:48,617][org.springframework.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-25 14:22:48,617][org.springframework.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-25 14:22:48,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:48,617][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-25 14:22:48,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,620][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,620][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,621][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-25 14:22:48,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:22:48,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:22:48,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-08-25 14:22:48,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-08-25 14:22:48,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:48,623][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-25 14:22:48,625][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,625][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,625][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,625][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,626][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-25 14:22:48,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:22:48,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:22:48,627][org.springframework.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-25 14:22:48,627][org.springframework.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-25 14:22:48,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:48,628][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-25 14:22:48,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,631][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-25 14:22:48,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:22:48,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:22:48,633][org.springframework.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-25 14:22:48,633][org.springframework.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-25 14:22:48,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:48,634][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-25 14:22:48,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,637][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-25 14:22:48,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:22:48,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:22:48,639][org.springframework.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-25 14:22:48,639][org.springframework.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-25 14:22:48,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:48,640][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-25 14:22:48,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,644][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-25 14:22:48,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:22:48,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:22:48,645][org.springframework.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-25 14:22:48,645][org.springframework.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-25 14:22:48,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:48,645][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-25 14:22:48,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,649][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-25 14:22:48,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:22:48,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:22:48,649][org.springframework.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-25 14:22:48,650][org.springframework.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-25 14:22:48,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:48,651][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-25 14:22:48,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,653][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-25 14:22:48,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:22:48,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:22:48,656][org.springframework.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-25 14:22:48,656][org.springframework.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-25 14:22:48,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:48,656][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-25 14:22:48,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,661][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-25 14:22:48,661][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-25 14:22:48,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:48,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:48,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:48,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:22:48,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:22:48,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:48,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:48,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:48,843][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:22:48,843][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:48,844][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:48,844][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:22:48,845][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:22:48,845][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:48,846][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:48,846][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:22:48,847][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:22:48,847][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:48,847][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:48,848][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:22:48,849][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:22:48,849][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:48,850][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:48,850][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:22:48,852][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:22:48,852][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:48,852][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:22:48,853][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:22:48,862][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:22:48,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 14:22:49,075][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:22:49,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:49,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:49,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:49,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:49,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:22:49,293][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-25 14:22:49,293][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-25 14:22:49,299][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\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-25 14:22:49,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:49,504][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:22:49,505][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:22:49,507][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:22:49,509][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:22:49,510][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:22:49,511][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-25 14:22:49,512][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-25 14:22:49,689][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:22:49,689][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:22:49,691][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:22:49,691][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:22:49,692][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:22:49,692][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:22:49,693][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:22:49,694][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:22:49,695][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:22:49,696][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:22:49,697][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:22:49,697][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:22:49,698][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:22:49,698][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:22:49,699][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:22:49,700][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:22:49,700][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:22:49,701][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:22:49,702][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:22:49,702][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:22:49,702][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:22:49,703][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:22:49,704][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:22:49,704][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:22:49,705][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:22:49,706][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:22:49,707][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:22:49,707][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:22:49,708][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:22:49,709][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:22:49,709][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:22:49,710][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:22:49,711][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:22:49,712][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:22:49,712][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-25 14:22:49,712][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-25 14:22:49,713][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:22:49,714][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-25 14:22:49,714][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-25 14:22:49,715][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:22:49,716][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-25 14:22:49,716][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-25 14:22:49,717][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-25 14:22:49,718][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-25 14:22:49,718][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-25 14:22:49,719][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-25 14:22:49,720][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-25 14:22:49,721][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-25 14:22:49,721][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:22:49,722][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-25 14:22:49,723][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-25 14:22:49,723][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-25 14:22:49,724][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-25 14:22:49,724][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-25 14:22:49,726][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-25 14:22:49,726][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-25 14:22:49,727][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-25 14:22:49,728][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-25 14:22:49,745][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-25 14:22:49,745][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-25 14:22:49,749][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:22:49,752][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-25 14:22:49,752][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-25 14:22:49,753][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:22:49,754][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-25 14:22:49,755][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-25 14:22:49,757][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-25 14:22:49,758][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-25 14:22:49,759][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-25 14:22:49,760][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:22:49,761][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-25 14:22:49,761][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-25 14:22:49,762][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-25 14:22:49,763][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-25 14:22:49,763][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-25 14:22:49,764][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-25 14:22:49,765][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-25 14:22:49,765][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-25 14:22:49,766][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-25 14:22:49,767][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-25 14:22:49,767][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-25 14:22:49,768][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:22:49,769][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-25 14:22:49,769][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-25 14:22:49,770][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:22:49,771][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-25 14:22:49,771][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-25 14:22:49,773][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-25 14:22:49,774][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-25 14:22:49,774][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-25 14:22:49,776][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:22:49,777][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-25 14:22:49,777][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-25 14:22:49,779][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:22:49,780][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-25 14:22:49,780][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-25 14:22:49,781][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:22:49,782][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-25 14:22:49,782][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-25 14:22:49,784][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:22:49,785][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-25 14:22:49,785][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-25 14:22:49,786][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-25 14:22:49,787][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-25 14:22:49,787][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-25 14:22:49,788][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:22:49,790][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-25 14:22:49,790][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-25 14:22:49,793][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-25 14:22:49,794][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-25 14:22:49,795][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-25 14:22:49,796][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-25 14:22:49,797][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-25 14:22:49,797][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-25 14:22:49,798][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-25 14:22:49,799][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-25 14:22:49,799][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-25 14:22:49,800][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:22:49,801][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-25 14:22:49,801][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-25 14:22:49,803][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:22:49,803][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-25 14:22:49,804][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-25 14:22:49,805][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:22:49,805][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-25 14:22:49,806][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-25 14:22:49,807][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:22:49,808][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-25 14:22:49,808][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-25 14:22:49,810][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:22:49,811][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-25 14:22:49,811][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-25 14:22:49,812][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:22:49,813][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,814][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,815][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,815][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,816][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,817][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,817][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,818][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,819][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,820][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,822][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,823][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,825][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,826][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,828][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,828][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,829][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,830][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,832][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,833][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,835][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,836][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,837][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,839][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,839][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,840][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,841][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,842][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,843][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,845][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,846][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,847][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,848][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:22:49,873][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:22:51,207][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-25 14:22:51,280][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-25 14:22:51,363][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-25 14:22:51,413][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-25 14:22:51,528][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-25 14:22:51,593][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-25 14:22:51,720][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-25 14:22:51,791][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-25 14:22:51,850][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-25 14:22:52,067][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-25 14:22:52,125][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-25 14:22:52,178][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-25 14:22:52,238][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-25 14:22:52,308][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-25 14:22:52,354][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-25 14:22:52,482][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-25 14:22:52,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:52,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:22:52,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:22:52,523][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-25 14:22:52,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:52,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:22:52,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:22:52,526][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-25 14:22:52,527][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:52,527][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:22:52,527][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:22:52,527][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-25 14:22:52,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:52,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:22:52,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:22:52,531][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-25 14:22:52,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:52,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:22:52,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:22:52,534][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-25 14:22:52,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:52,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:22:52,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:22:52,535][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-25 14:22:52,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:52,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:22:52,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:22:52,537][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-25 14:22:52,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:52,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:22:52,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:22:52,538][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-25 14:22:52,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:52,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:22:52,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:22:52,541][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-25 14:22:52,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:52,542][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:22:52,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:22:52,543][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-25 14:22:52,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:52,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:22:52,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:22:52,545][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-25 14:22:52,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:52,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:22:52,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:22:52,546][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-25 14:22:52,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:52,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:22:52,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:22:52,548][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-25 14:22:52,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:52,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:22:52,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:22:52,550][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-25 14:22:52,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:52,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:22:52,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:22:52,552][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-25 14:22:52,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:52,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:22:52,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:22:52,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,580][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-25 14:22:52,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:22:52,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,603][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:22:52,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:22:52,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:22:52,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:52,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:22:52,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:22:52,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:52,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:22:52,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:22:52,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:22:52,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:22:52,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,671][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:22:52,671][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:22:52,672][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:22:52,672][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:22:52,672][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:22:52,672][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:22:52,672][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:22:52,672][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:22:52,672][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:22:52,673][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:22:52,673][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:22:52,673][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:22:52,673][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:22:52,673][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:22:52,673][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:22:52,673][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:22:52,673][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:22:52,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:22:52,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:22:52,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:22:52,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:22:52,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:22:52,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:52,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:22:52,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:22:52,717][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:22:52,721][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@7761d56f] -[DEBUG][2015-08-25 14:22:52,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:22:52,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:22:52,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:22:52,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,749][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-25 14:22:52,749][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-25 14:22:52,749][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-25 14:22:52,749][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-25 14:22:52,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:52,750][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-25 14:22:52,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:22:52,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,762][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:22:52,762][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-25 14:22:52,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:22:52,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,781][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:22:52,781][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-25 14:22:52,783][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:22:52,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,807][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:22:52,808][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-25 14:22:52,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:22:52,812][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:22:52,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,814][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:22:52,814][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@44cc1b02] -[DEBUG][2015-08-25 14:22:52,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:22:52,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:22:52,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:22:52,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,836][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-25 14:22:52,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:52,836][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-25 14:22:52,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:22:52,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,847][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:22:52,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,849][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:22:52,849][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@703a928c] -[DEBUG][2015-08-25 14:22:52,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:22:52,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:22:52,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:22:52,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,871][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-25 14:22:52,871][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-25 14:22:52,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:52,871][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-25 14:22:52,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:22:52,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,910][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:22:52,910][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-25 14:22:52,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:22:52,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,921][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:22:52,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,922][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:22:52,922][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@612b7943] -[DEBUG][2015-08-25 14:22:52,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:22:52,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:22:52,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:22:52,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,943][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-25 14:22:52,943][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-25 14:22:52,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:52,944][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-25 14:22:52,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:22:52,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,953][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:22:52,953][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-25 14:22:52,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:22:52,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,964][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:22:52,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,966][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:22:52,966][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@2980a075] -[DEBUG][2015-08-25 14:22:52,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:22:52,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:22:52,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:22:52,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:52,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,980][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:22:52,980][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@26190041] -[DEBUG][2015-08-25 14:22:52,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:22:52,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:22:52,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:22:52,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:52,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:52,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:52,999][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:22:53,000][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@3994f987] -[DEBUG][2015-08-25 14:22:53,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:22:53,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:22:53,007][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:22:53,007][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:53,007][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:53,015][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-25 14:22:53,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:53,015][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-25 14:22:53,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:22:53,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:53,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:53,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:53,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:53,028][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:22:53,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:53,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:53,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:53,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:53,030][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:22:53,030][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@29ec6697] -[DEBUG][2015-08-25 14:22:53,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:22:53,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:22:53,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:22:53,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:53,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:53,043][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-25 14:22:53,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:53,044][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-25 14:22:53,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:22:53,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:53,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:53,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:53,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:53,051][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:22:53,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:53,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:53,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:53,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:53,053][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:22:53,054][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@87409cf] -[DEBUG][2015-08-25 14:22:53,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:22:53,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:22:53,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:22:53,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:53,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:53,074][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-25 14:22:53,075][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-25 14:22:53,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:22:53,076][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-25 14:22:53,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:22:53,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:53,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:53,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:53,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:53,086][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:22:53,087][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-25 14:22:53,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:22:53,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:53,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:53,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:53,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:53,108][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:22:53,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:53,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:53,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:53,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:53,110][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:22:53,111][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@102873a6] -[DEBUG][2015-08-25 14:22:53,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:22:53,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:22:53,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:53,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:22:53,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:22:53,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:22:53,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:22:53,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:53,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:22:53,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:53,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:22:53,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:22:53,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:22:53,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:22:53,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:22:53,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:22:53,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:22:53,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:22:53,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:22:53,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:22:53,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:22:53,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:22:53,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:22:53,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:22:53,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:22:53,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:22:53,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:22:53,129][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@699bb3d8] -[DEBUG][2015-08-25 14:22:53,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:22:53,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:53,137][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:22:53,138][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:22:53,138][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:22:53,139][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:22:53,141][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@5eb10c59 testClass = orderTest, testInstance = com.changyu.test.orderTest@39a1d7a0, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:22:53,141][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:22:53,153][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-25 14:22:53,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:22:53,155][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:22:53,155][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-25 14:22:53,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:22:53,157][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:22:53,157][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-25 14:22:53,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:22:53,159][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:22:53,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-08-25 14:22:53,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:22:53,161][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:22:53,161][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-25 14:22:53,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:22:53,163][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:22:53,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:53,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:53,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:22:53,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:22:53,174][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:22:53,227][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 14:22:53,238][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15815d7b] -[DEBUG][2015-08-25 14:22:53,266][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 14:22:53,267][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 14:22:53,271][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@2575982a] will be managed by Spring -[DEBUG][2015-08-25 14:22:53,281][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-25 14:22:53,505][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 14:22:53,573][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 14:22:53,574][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 14:22:53,575][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15815d7b] -[DEBUG][2015-08-25 14:22:54,161][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15815d7b] from current transaction -[DEBUG][2015-08-25 14:22:54,163][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-25 14:22:54,176][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 2429775447983(Long), 18896554880(String) -[DEBUG][2015-08-25 14:22:54,199][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 0 -[DEBUG][2015-08-25 14:22:54,200][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-25 14:22:54,200][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15815d7b] -[DEBUG][2015-08-25 14:22:54,201][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 14:22:54,201][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15815d7b] -[DEBUG][2015-08-25 14:22:54,202][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-25 14:22:54,204][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@5eb10c59 testClass = orderTest, testInstance = com.changyu.test.orderTest@39a1d7a0, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@665373c8 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-25 14:22:54,204][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@5eb10c59 testClass = orderTest, testInstance = com.changyu.test.orderTest@39a1d7a0, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:22:54,214][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@5eb10c59 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@665373c8 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-25 14:22:54,217][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@735c3f7b: startup date [Tue Aug 25 14:22:47 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:22:54,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:22:54,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 14:22:54,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@26048761: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:22:54,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:22:54,222][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:22:54,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 14:22:54,224][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-25 14:22:54,224][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-25 14:22:54,225][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-08-25 14:22:54,229][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 14:27:15,643][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:27:15,720][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@53546fcd 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-25 14:27:15,725][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-25 14:27:15,730][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:27:15,788][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:27:15,789][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:27:15,792][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:27:15,793][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:27:15,794][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:27:15,795][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:27:15,800][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:27:15,801][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:27:15,806][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:27:15,808][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:27:16,034][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:27:16,036][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:16,040][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:16,040][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:27:16,051][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:27:16,052][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:16,052][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:16,052][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 14:27:16,070][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:27:16,113][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:27:16,189][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:27:16,200][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-25 14:27:16,206][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-25 14:27:16,309][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-25 14:27:16,325][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-25 14:27:16,346][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:27:16,377][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-25 14:27:16,462][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-25 14:27:16,462][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-25 14:27:16,473][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\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-25 14:27:16,535][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-25 14:27:16,536][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-25 14:27:16,542][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\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-25 14:27:16,568][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-25 14:27:16,571][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-25 14:27:16,573][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-25 14:27:16,579][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-25 14:27:16,581][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-25 14:27:16,584][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-25 14:27:16,585][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-25 14:27:16,587][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-25 14:27:16,589][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-25 14:27:16,598][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-25 14:27:16,606][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:27:16,606][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:27:16,610][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:27:16,614][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-25 14:27:16,667][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-25 14:27:16,688][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-25 14:27:16,702][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-25 14:27:16,718][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:27:16,720][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:27:16,733][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-25 14:27:16,802][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:27:16,809][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@50383c13: startup date [Tue Aug 25 14:27:16 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:27:16,810][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@50383c13: org.springframework.beans.factory.support.DefaultListableBeanFactory@7dce092: 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,/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-25 14:27:16,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:27:16,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:27:16,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:16,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:27:16,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:27:16,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:27:16,944][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-25 14:27:17,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:27:17,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:27:17,146][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:27:17,148][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:17,148][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:17,149][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:27:17,152][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-25 14:27:17,152][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-25 14:27:17,161][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\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-25 14:27:17,162][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-25 14:27:17,162][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-25 14:27:17,163][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-25 14:27:17,163][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-25 14:27:17,164][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-25 14:27:17,165][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-25 14:27:17,166][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-25 14:27:17,167][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-25 14:27:17,167][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-25 14:27:17,168][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-25 14:27:17,169][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-25 14:27:17,169][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-25 14:27:17,170][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-25 14:27:17,171][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-25 14:27:17,171][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-25 14:27:17,172][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-25 14:27:17,176][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:27:17,180][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:27:17,180][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:27:17,180][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:27:17,180][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:27:17,181][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:27:17,181][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:27:17,181][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:27:17,181][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:27:17,182][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:27:17,182][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:27:17,182][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:27:17,182][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:27:17,182][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:27:17,182][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:27:17,182][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:27:17,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:27:17,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:27:17,194][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-25 14:27:17,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:27:17,214][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:27:17,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:27:17,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:27:17,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:17,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:27:17,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:27:17,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:27:17,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:17,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:27:17,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:27:17,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:27:17,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:17,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:27:17,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:27:17,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:27:17,251][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-25 14:27:17,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:27:17,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:27:17,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:27:17,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:17,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:27:17,315][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5594b7ac] -[DEBUG][2015-08-25 14:27:17,320][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@39c4e135] -[INFO][2015-08-25 14:27:17,339][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@7dce092: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:27:17,340][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:27:17,340][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:27:17,340][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:27:17,340][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:27:17,340][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:27:17,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:27:17,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:27:17,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:17,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:17,348][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-25 14:27:17,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:27:17,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:27:17,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:17,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:17,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:17,379][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-25 14:27:17,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:27:17,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:17,407][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:27:17,407][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:17,408][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:17,408][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:27:17,409][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:27:17,409][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:17,409][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:17,410][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:27:17,413][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:27:17,414][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:17,414][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:17,414][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:27:17,419][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:27:17,420][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:17,420][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:17,420][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:27:17,424][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:27:17,424][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:17,424][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:17,425][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:27:17,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:17,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:17,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:27:17,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:17,845][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-25 14:27:17,860][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-25 14:27:17,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:17,861][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-25 14:27:17,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:27:17,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:27:17,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:17,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:17,897][org.springframework.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-25 14:27:17,897][org.springframework.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-25 14:27:17,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:17,913][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-25 14:27:17,914][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-25 14:27:17,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:17,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:17,970][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:27:17,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:17,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:17,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:27:17,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:27:17,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-08-25 14:27:17,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-08-25 14:27:17,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:17,985][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-25 14:27:17,985][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-25 14:27:17,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:17,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:17,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:17,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,002][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-25 14:27:18,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:27:18,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:27:18,004][org.springframework.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-25 14:27:18,005][org.springframework.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-25 14:27:18,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:18,006][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-25 14:27:18,006][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-25 14:27:18,007][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,007][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,008][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,008][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,009][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-25 14:27:18,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:27:18,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:27:18,010][org.springframework.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-25 14:27:18,010][org.springframework.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-25 14:27:18,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:18,011][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-25 14:27:18,011][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-25 14:27:18,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,014][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-25 14:27:18,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:27:18,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:27:18,016][org.springframework.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-25 14:27:18,016][org.springframework.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-25 14:27:18,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:18,016][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-25 14:27:18,016][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-25 14:27:18,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,019][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-25 14:27:18,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,021][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-25 14:27:18,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:27:18,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:27:18,023][org.springframework.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-25 14:27:18,023][org.springframework.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-25 14:27:18,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:18,024][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-25 14:27:18,024][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-25 14:27:18,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,028][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-25 14:27:18,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:27:18,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:27:18,029][org.springframework.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-25 14:27:18,029][org.springframework.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-25 14:27:18,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:18,029][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-25 14:27:18,030][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-25 14:27:18,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,033][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-25 14:27:18,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:27:18,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:27:18,034][org.springframework.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-25 14:27:18,034][org.springframework.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-25 14:27:18,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:18,034][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-25 14:27:18,035][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-25 14:27:18,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,038][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-25 14:27:18,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:27:18,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:27:18,039][org.springframework.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-25 14:27:18,040][org.springframework.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-25 14:27:18,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:18,040][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-25 14:27:18,040][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-25 14:27:18,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,044][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-25 14:27:18,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:27:18,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:27:18,045][org.springframework.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-25 14:27:18,045][org.springframework.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-25 14:27:18,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:18,046][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-25 14:27:18,046][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-25 14:27:18,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,049][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-25 14:27:18,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:27:18,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:27:18,050][org.springframework.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-25 14:27:18,050][org.springframework.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-25 14:27:18,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:18,050][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-25 14:27:18,050][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-25 14:27:18,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,053][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-25 14:27:18,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:27:18,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:27:18,054][org.springframework.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-25 14:27:18,054][org.springframework.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-25 14:27:18,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:18,055][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-25 14:27:18,055][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-25 14:27:18,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,059][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-25 14:27:18,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:27:18,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:27:18,060][org.springframework.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-25 14:27:18,060][org.springframework.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-25 14:27:18,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:18,060][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-25 14:27:18,060][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-25 14:27:18,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,063][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-25 14:27:18,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:27:18,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:27:18,064][org.springframework.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-25 14:27:18,064][org.springframework.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-25 14:27:18,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:18,065][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-25 14:27:18,065][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-25 14:27:18,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,067][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-25 14:27:18,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:27:18,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:27:18,069][org.springframework.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-25 14:27:18,069][org.springframework.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-25 14:27:18,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:18,069][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-25 14:27:18,069][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-25 14:27:18,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,073][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-25 14:27:18,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:27:18,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:27:18,075][org.springframework.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-25 14:27:18,076][org.springframework.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-25 14:27:18,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:18,076][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-25 14:27:18,076][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-25 14:27:18,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,080][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-25 14:27:18,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:18,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:18,087][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:18,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:27:18,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:27:18,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:18,268][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:27:18,268][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:18,268][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:18,269][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:27:18,270][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:27:18,270][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:18,270][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:18,271][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:27:18,272][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:27:18,272][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:18,272][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:18,273][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:27:18,274][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:27:18,274][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:18,274][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:18,275][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:27:18,276][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:27:18,276][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:18,277][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:27:18,277][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:27:18,287][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:27:18,339][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 14:27:18,512][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:27:18,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:18,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:18,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:27:18,758][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-25 14:27:18,758][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-25 14:27:18,764][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\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-25 14:27:18,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:19,003][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:27:19,003][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:27:19,006][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:27:19,018][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:27:19,019][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:27:19,020][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-25 14:27:19,020][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-25 14:27:19,169][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:27:19,171][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:27:19,172][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:27:19,173][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:27:19,174][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:27:19,175][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:27:19,175][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:27:19,176][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:27:19,177][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:27:19,178][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:27:19,178][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:27:19,179][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:27:19,180][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:27:19,181][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:27:19,182][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:27:19,182][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:27:19,183][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:27:19,184][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:27:19,184][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:27:19,185][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:27:19,186][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:27:19,187][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:27:19,187][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:27:19,188][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:27:19,190][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:27:19,191][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:27:19,191][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:27:19,192][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:27:19,192][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:27:19,193][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:27:19,193][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:27:19,194][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:27:19,195][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:27:19,195][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:27:19,196][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-25 14:27:19,196][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-25 14:27:19,197][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:27:19,198][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-25 14:27:19,198][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-25 14:27:19,199][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:27:19,200][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-25 14:27:19,201][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-25 14:27:19,201][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-25 14:27:19,202][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-25 14:27:19,203][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-25 14:27:19,204][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-25 14:27:19,205][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-25 14:27:19,205][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-25 14:27:19,206][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:27:19,207][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-25 14:27:19,207][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-25 14:27:19,208][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-25 14:27:19,209][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-25 14:27:19,209][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-25 14:27:19,210][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-25 14:27:19,211][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-25 14:27:19,228][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-25 14:27:19,229][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-25 14:27:19,230][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-25 14:27:19,231][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-25 14:27:19,233][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:27:19,237][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-25 14:27:19,238][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-25 14:27:19,239][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:27:19,239][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-25 14:27:19,240][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-25 14:27:19,243][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-25 14:27:19,244][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-25 14:27:19,244][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-25 14:27:19,245][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:27:19,246][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-25 14:27:19,246][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-25 14:27:19,247][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-25 14:27:19,249][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-25 14:27:19,249][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-25 14:27:19,250][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-25 14:27:19,250][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-25 14:27:19,251][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-25 14:27:19,251][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-25 14:27:19,252][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-25 14:27:19,253][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-25 14:27:19,253][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:27:19,255][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-25 14:27:19,255][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-25 14:27:19,256][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:27:19,257][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-25 14:27:19,258][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-25 14:27:19,259][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-25 14:27:19,260][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-25 14:27:19,261][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-25 14:27:19,262][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:27:19,263][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-25 14:27:19,263][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-25 14:27:19,264][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:27:19,265][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-25 14:27:19,265][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-25 14:27:19,266][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:27:19,267][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-25 14:27:19,268][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-25 14:27:19,269][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:27:19,270][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-25 14:27:19,271][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-25 14:27:19,272][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-25 14:27:19,274][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-25 14:27:19,274][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-25 14:27:19,275][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:27:19,276][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-25 14:27:19,276][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-25 14:27:19,277][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-25 14:27:19,278][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-25 14:27:19,278][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-25 14:27:19,279][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-25 14:27:19,280][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-25 14:27:19,281][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-25 14:27:19,281][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-25 14:27:19,282][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-25 14:27:19,283][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-25 14:27:19,284][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:27:19,285][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-25 14:27:19,285][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-25 14:27:19,287][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:27:19,290][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-25 14:27:19,291][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-25 14:27:19,292][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:27:19,293][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-25 14:27:19,293][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-25 14:27:19,294][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:27:19,295][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-25 14:27:19,295][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-25 14:27:19,297][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:27:19,298][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-25 14:27:19,298][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-25 14:27:19,299][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:27:19,300][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,301][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,302][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,302][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,303][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,304][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,304][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,306][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,307][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,308][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,309][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,311][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,312][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,313][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,315][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,315][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,316][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,317][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,319][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,320][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,321][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,323][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,324][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,327][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,327][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,328][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,330][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,331][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,332][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,333][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,335][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,336][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,337][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:27:19,363][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:27:20,635][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-25 14:27:20,702][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-25 14:27:20,784][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-25 14:27:20,828][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-25 14:27:20,927][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-25 14:27:20,997][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-25 14:27:21,129][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-25 14:27:21,220][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-25 14:27:21,275][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-25 14:27:21,470][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-25 14:27:21,522][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-25 14:27:21,567][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-25 14:27:21,634][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-25 14:27:21,696][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-25 14:27:21,736][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-25 14:27:21,838][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-25 14:27:21,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:21,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:21,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:21,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:21,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:21,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:21,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:21,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:21,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:21,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:27:21,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:27:21,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:21,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:27:21,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:27:21,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:21,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:27:21,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:27:21,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:21,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:27:21,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:27:21,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:21,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:27:21,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:27:21,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:21,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:27:21,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:27:21,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:21,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:27:21,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:27:21,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:21,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:27:21,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:27:21,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:21,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:27:21,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:27:21,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:21,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:27:21,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:27:21,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:21,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:27:21,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:27:21,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:21,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:27:21,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:27:21,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:21,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:27:21,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:27:21,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:21,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:27:21,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:27:21,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:21,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:27:21,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:27:21,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:21,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:27:21,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:27:21,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:21,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:21,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:21,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:21,925][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-25 14:27:21,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:27:21,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:21,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:21,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:21,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:21,958][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:27:21,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:21,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:21,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:21,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:21,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:27:21,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:27:21,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:21,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:27:21,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:27:21,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:21,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:21,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:21,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:27:21,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:27:21,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:21,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:21,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:21,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,008][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:27:22,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:27:22,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,021][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:27:22,021][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:27:22,021][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:27:22,022][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:27:22,022][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:27:22,022][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:27:22,022][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:27:22,022][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:27:22,022][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:27:22,023][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:27:22,023][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:27:22,023][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:27:22,023][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:27:22,023][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:27:22,023][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:27:22,023][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:27:22,023][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:27:22,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:27:22,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:27:22,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:27:22,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:27:22,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:27:22,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:22,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:27:22,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:27:22,062][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:27:22,064][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@50f96cf6] -[DEBUG][2015-08-25 14:27:22,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:27:22,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:27:22,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:27:22,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,090][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-25 14:27:22,091][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-25 14:27:22,091][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-25 14:27:22,091][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-25 14:27:22,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:22,092][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-25 14:27:22,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:27:22,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,106][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:27:22,107][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-25 14:27:22,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:27:22,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,125][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:27:22,125][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-25 14:27:22,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:27:22,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,144][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:27:22,144][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-25 14:27:22,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:27:22,146][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:27:22,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,148][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:27:22,148][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@66688800] -[DEBUG][2015-08-25 14:27:22,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:27:22,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:27:22,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:27:22,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,168][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-25 14:27:22,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:22,169][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-25 14:27:22,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:27:22,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,178][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:27:22,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,180][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:27:22,180][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@60482805] -[DEBUG][2015-08-25 14:27:22,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:27:22,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:27:22,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:27:22,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,200][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-25 14:27:22,201][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-25 14:27:22,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:22,201][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-25 14:27:22,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:27:22,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,233][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:27:22,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-25 14:27:22,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:27:22,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,238][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,242][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:27:22,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,244][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:27:22,245][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@66c73750] -[DEBUG][2015-08-25 14:27:22,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:27:22,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:27:22,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:27:22,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,263][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-25 14:27:22,263][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-25 14:27:22,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:22,263][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-25 14:27:22,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:27:22,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,272][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:27:22,273][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-25 14:27:22,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:27:22,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,282][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:27:22,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,284][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:27:22,285][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@3d62a997] -[DEBUG][2015-08-25 14:27:22,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:27:22,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:27:22,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:27:22,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:22,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,297][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:27:22,297][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@7799b411] -[DEBUG][2015-08-25 14:27:22,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:27:22,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:27:22,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:27:22,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:22,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,312][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:27:22,312][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@44f939cd] -[DEBUG][2015-08-25 14:27:22,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:27:22,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:27:22,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:27:22,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,328][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-25 14:27:22,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:22,329][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-25 14:27:22,330][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:27:22,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,340][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:27:22,340][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,342][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:27:22,342][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@5925910c] -[DEBUG][2015-08-25 14:27:22,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:27:22,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:27:22,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:27:22,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,354][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-25 14:27:22,354][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:22,354][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-25 14:27:22,355][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:27:22,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,358][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,358][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,358][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,361][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:27:22,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,363][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:27:22,363][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@6f95de2f] -[DEBUG][2015-08-25 14:27:22,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:27:22,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:27:22,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:27:22,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,382][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-25 14:27:22,382][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-25 14:27:22,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:27:22,383][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-25 14:27:22,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:27:22,386][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,391][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:27:22,392][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-25 14:27:22,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:27:22,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,400][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,400][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,400][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,413][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:27:22,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,415][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:27:22,415][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@8961606] -[DEBUG][2015-08-25 14:27:22,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:27:22,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:27:22,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:22,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:27:22,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:27:22,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:27:22,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:27:22,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:27:22,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:27:22,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:27:22,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:27:22,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:27:22,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:27:22,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:27:22,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:27:22,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:27:22,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:27:22,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:27:22,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:27:22,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:27:22,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:27:22,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:27:22,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:27:22,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:27:22,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:27:22,431][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2fd91d6] -[DEBUG][2015-08-25 14:27:22,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:27:22,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:22,439][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:27:22,440][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:27:22,441][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:27:22,441][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:27:22,442][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@56a4e20 testClass = orderTest, testInstance = com.changyu.test.orderTest@62f19a7, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:27:22,443][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:27:22,454][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-25 14:27:22,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:27:22,456][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:27:22,456][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-25 14:27:22,458][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:27:22,458][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:27:22,458][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-25 14:27:22,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:27:22,461][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:27:22,461][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-25 14:27:22,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:27:22,463][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:27:22,463][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-25 14:27:22,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:27:22,465][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:27:22,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:27:22,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:27:22,474][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:27:22,515][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 14:27:22,525][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a77b9d4] -[DEBUG][2015-08-25 14:27:22,550][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 14:27:22,551][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 14:27:22,555][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@6a319d4b] will be managed by Spring -[DEBUG][2015-08-25 14:27:22,565][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-25 14:27:22,780][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 14:27:22,860][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 14:27:22,861][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 14:27:22,862][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a77b9d4] -[DEBUG][2015-08-25 14:27:23,096][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a77b9d4] from current transaction -[DEBUG][2015-08-25 14:27:23,096][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-25 14:27:23,108][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 2429775447983(Long), 18896554880(String) -[DEBUG][2015-08-25 14:27:23,141][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 0 -[DEBUG][2015-08-25 14:27:23,141][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-25 14:27:23,141][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a77b9d4] -[DEBUG][2015-08-25 14:27:23,142][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 14:27:23,142][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a77b9d4] -[DEBUG][2015-08-25 14:27:23,143][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-25 14:27:23,145][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@56a4e20 testClass = orderTest, testInstance = com.changyu.test.orderTest@62f19a7, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@13710065 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-25 14:27:23,145][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@56a4e20 testClass = orderTest, testInstance = com.changyu.test.orderTest@62f19a7, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:27:23,155][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@56a4e20 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13710065 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-25 14:27:23,158][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@50383c13: startup date [Tue Aug 25 14:27:16 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:27:23,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:27:23,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 14:27:23,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@7dce092: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:27:23,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:27:23,162][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:27:23,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 14:27:23,166][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-25 14:27:23,166][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-25 14:27:23,168][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-08-25 14:27:23,170][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 14:28:35,494][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:28:35,575][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@39d7a7b3 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-25 14:28:35,580][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-25 14:28:35,583][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:28:35,644][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:28:35,645][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:28:35,648][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:28:35,649][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:28:35,651][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:28:35,651][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:28:35,657][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:28:35,658][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:28:35,664][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:28:35,664][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:28:35,918][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:35,922][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:35,925][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:35,926][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:35,938][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:35,938][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:35,939][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:35,939][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 14:28:35,956][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:28:36,002][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:28:36,078][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:28:36,094][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-25 14:28:36,106][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-25 14:28:36,210][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-25 14:28:36,226][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-25 14:28:36,247][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:28:36,279][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-25 14:28:36,365][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-25 14:28:36,366][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-25 14:28:36,377][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\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-25 14:28:36,442][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-25 14:28:36,443][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-25 14:28:36,449][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\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-25 14:28:36,474][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-25 14:28:36,479][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-25 14:28:36,481][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-25 14:28:36,486][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-25 14:28:36,488][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-25 14:28:36,490][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-25 14:28:36,492][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-25 14:28:36,494][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-25 14:28:36,495][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-25 14:28:36,504][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-25 14:28:36,512][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:28:36,512][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:28:36,517][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:28:36,522][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-25 14:28:36,575][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-25 14:28:36,583][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-25 14:28:36,617][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-25 14:28:36,633][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:28:36,635][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:28:36,649][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-25 14:28:36,729][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:28:36,736][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@7ad2093b: startup date [Tue Aug 25 14:28:36 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:28:36,737][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@7ad2093b: org.springframework.beans.factory.support.DefaultListableBeanFactory@6a01f32e: 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,/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-25 14:28:36,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:28:36,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:28:36,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:36,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:28:36,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:28:36,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:28:36,880][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-25 14:28:36,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:28:36,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:28:37,114][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:37,114][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:37,115][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:37,115][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:37,119][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-25 14:28:37,120][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-25 14:28:37,129][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\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-25 14:28:37,130][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-25 14:28:37,131][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-25 14:28:37,131][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-25 14:28:37,131][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-25 14:28:37,132][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-25 14:28:37,133][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-25 14:28:37,134][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-25 14:28:37,134][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-25 14:28:37,135][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-25 14:28:37,136][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-25 14:28:37,137][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-25 14:28:37,137][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-25 14:28:37,138][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-25 14:28:37,138][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-25 14:28:37,139][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-25 14:28:37,140][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-25 14:28:37,144][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:28:37,147][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:28:37,147][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:28:37,147][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:28:37,148][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:28:37,148][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:28:37,148][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:28:37,148][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:28:37,148][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:28:37,148][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:28:37,148][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:28:37,149][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:28:37,149][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:28:37,149][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:28:37,149][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:28:37,149][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:28:37,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:28:37,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:28:37,161][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-25 14:28:37,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:28:37,182][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:28:37,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:28:37,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:28:37,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:37,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:28:37,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:28:37,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:28:37,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:37,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:28:37,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:28:37,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:28:37,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:37,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:28:37,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:28:37,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:28:37,220][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-25 14:28:37,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:28:37,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:28:37,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:28:37,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:37,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:28:37,273][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6f2a751d] -[DEBUG][2015-08-25 14:28:37,278][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@185b39e8] -[INFO][2015-08-25 14:28:37,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6a01f32e: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:28:37,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:28:37,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:28:37,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:28:37,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:28:37,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:28:37,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:28:37,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:28:37,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:37,305][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:37,308][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-25 14:28:37,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:28:37,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:28:37,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:37,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:37,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:37,338][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-25 14:28:37,339][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:28:37,339][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:37,367][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:37,368][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:37,368][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:37,368][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:37,370][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:37,370][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:37,370][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:37,371][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:37,372][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:37,372][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:37,373][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:37,373][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:37,378][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:37,379][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:37,379][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:37,379][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:37,382][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:37,382][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:37,383][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:37,383][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:37,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:37,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:37,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:28:37,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:37,862][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-25 14:28:37,889][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-25 14:28:37,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:37,890][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-25 14:28:37,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:28:37,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:28:37,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:37,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:37,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-08-25 14:28:37,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-08-25 14:28:37,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:37,966][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-25 14:28:37,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:37,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,035][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:28:38,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:28:38,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:28:38,048][org.springframework.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-25 14:28:38,048][org.springframework.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-25 14:28:38,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:38,048][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-25 14:28:38,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,066][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-25 14:28:38,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:28:38,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:28:38,070][org.springframework.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-25 14:28:38,070][org.springframework.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-25 14:28:38,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:38,071][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-25 14:28:38,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,075][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-25 14:28:38,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:28:38,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:28:38,076][org.springframework.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-25 14:28:38,076][org.springframework.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-25 14:28:38,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:38,076][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-25 14:28:38,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,080][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-25 14:28:38,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:28:38,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:28:38,081][org.springframework.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-25 14:28:38,081][org.springframework.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-25 14:28:38,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:38,082][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-25 14:28:38,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,085][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-25 14:28:38,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,087][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,087][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,087][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,088][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-25 14:28:38,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:28:38,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:28:38,089][org.springframework.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-25 14:28:38,090][org.springframework.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-25 14:28:38,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:38,090][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-25 14:28:38,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,093][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-25 14:28:38,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:28:38,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:28:38,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-08-25 14:28:38,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-08-25 14:28:38,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:38,095][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-25 14:28:38,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,098][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-25 14:28:38,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:28:38,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:28:38,099][org.springframework.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-25 14:28:38,099][org.springframework.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-25 14:28:38,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:38,099][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-25 14:28:38,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,103][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-25 14:28:38,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:28:38,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:28:38,105][org.springframework.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-25 14:28:38,105][org.springframework.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-25 14:28:38,105][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:38,105][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-25 14:28:38,106][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,108][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-25 14:28:38,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:28:38,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:28:38,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-08-25 14:28:38,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-08-25 14:28:38,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:38,109][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-25 14:28:38,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,113][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-25 14:28:38,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:28:38,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:28:38,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-08-25 14:28:38,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-08-25 14:28:38,115][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:38,115][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-25 14:28:38,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,118][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-25 14:28:38,118][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:28:38,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:28:38,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-08-25 14:28:38,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-08-25 14:28:38,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:38,120][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-25 14:28:38,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,123][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-25 14:28:38,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:28:38,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:28:38,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-08-25 14:28:38,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-08-25 14:28:38,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:38,125][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-25 14:28:38,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,129][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-25 14:28:38,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:28:38,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:28:38,131][org.springframework.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-25 14:28:38,131][org.springframework.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-25 14:28:38,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:38,131][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-25 14:28:38,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,137][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-25 14:28:38,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:28:38,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:28:38,138][org.springframework.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-25 14:28:38,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-08-25 14:28:38,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:38,140][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-25 14:28:38,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,143][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-25 14:28:38,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:28:38,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:28:38,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-08-25 14:28:38,146][org.springframework.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-25 14:28:38,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:38,146][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-25 14:28:38,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,149][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-25 14:28:38,150][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-25 14:28:38,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:38,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:38,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:38,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:28:38,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:28:38,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:38,340][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:38,340][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:38,341][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:38,341][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:38,343][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:38,343][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:38,343][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:38,344][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:38,345][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:38,346][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:38,346][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:38,347][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:38,348][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:38,348][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:38,348][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:38,349][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:38,350][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:38,350][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:38,350][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:38,351][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:28:38,360][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:28:38,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 14:28:38,584][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:28:38,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:38,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:38,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:28:38,793][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-25 14:28:38,794][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-25 14:28:38,799][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\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-25 14:28:38,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:39,037][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:28:39,037][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:28:39,040][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:28:39,042][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:28:39,042][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:28:39,044][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-25 14:28:39,045][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-25 14:28:39,184][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:28:39,186][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:28:39,187][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:28:39,188][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:28:39,189][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:28:39,190][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:28:39,190][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:28:39,191][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:28:39,192][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:28:39,192][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:28:39,193][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:28:39,193][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:28:39,194][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:28:39,195][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:28:39,195][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:28:39,196][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:28:39,197][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:28:39,197][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:28:39,198][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:28:39,198][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:28:39,199][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:28:39,199][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:28:39,200][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:28:39,201][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:28:39,201][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:28:39,202][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:28:39,203][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:28:39,203][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:28:39,204][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:28:39,204][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:28:39,205][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:28:39,206][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:28:39,207][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:28:39,207][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:28:39,207][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-25 14:28:39,207][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-25 14:28:39,208][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:28:39,209][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-25 14:28:39,210][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-25 14:28:39,211][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:28:39,211][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-25 14:28:39,212][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-25 14:28:39,212][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-25 14:28:39,213][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-25 14:28:39,214][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-25 14:28:39,215][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-25 14:28:39,230][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-25 14:28:39,230][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-25 14:28:39,232][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:28:39,236][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-25 14:28:39,236][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-25 14:28:39,237][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-25 14:28:39,238][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-25 14:28:39,239][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-25 14:28:39,239][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-25 14:28:39,240][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-25 14:28:39,241][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-25 14:28:39,241][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-25 14:28:39,242][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-25 14:28:39,243][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-25 14:28:39,244][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:28:39,244][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-25 14:28:39,245][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-25 14:28:39,245][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:28:39,246][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-25 14:28:39,246][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-25 14:28:39,249][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-25 14:28:39,250][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-25 14:28:39,251][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-25 14:28:39,252][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:28:39,253][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-25 14:28:39,253][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-25 14:28:39,254][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-25 14:28:39,255][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-25 14:28:39,255][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-25 14:28:39,256][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-25 14:28:39,257][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-25 14:28:39,258][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-25 14:28:39,259][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-25 14:28:39,260][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-25 14:28:39,260][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-25 14:28:39,261][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:28:39,262][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-25 14:28:39,262][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-25 14:28:39,263][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:28:39,264][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-25 14:28:39,264][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-25 14:28:39,266][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-25 14:28:39,267][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-25 14:28:39,267][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-25 14:28:39,269][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:28:39,270][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-25 14:28:39,270][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-25 14:28:39,271][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:28:39,272][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-25 14:28:39,273][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-25 14:28:39,273][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:28:39,274][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-25 14:28:39,275][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-25 14:28:39,276][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:28:39,277][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-25 14:28:39,278][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-25 14:28:39,279][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-25 14:28:39,280][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-25 14:28:39,280][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-25 14:28:39,281][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:28:39,282][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-25 14:28:39,282][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-25 14:28:39,283][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-25 14:28:39,284][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-25 14:28:39,284][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-25 14:28:39,286][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-25 14:28:39,287][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-25 14:28:39,287][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-25 14:28:39,288][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-25 14:28:39,289][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-25 14:28:39,290][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-25 14:28:39,290][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:28:39,301][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-25 14:28:39,301][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-25 14:28:39,303][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:28:39,304][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-25 14:28:39,304][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-25 14:28:39,305][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:28:39,306][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-25 14:28:39,306][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-25 14:28:39,307][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:28:39,309][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-25 14:28:39,309][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-25 14:28:39,311][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:28:39,313][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-25 14:28:39,313][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-25 14:28:39,314][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:28:39,315][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,317][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,317][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,318][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,325][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,325][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,325][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,327][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,329][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,330][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,331][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,332][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,333][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,335][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,337][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,337][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,338][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,339][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,340][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,342][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,343][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,344][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,345][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,347][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,348][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,349][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,350][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,351][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,352][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,354][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,355][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,356][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,358][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:39,383][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:28:40,485][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-25 14:28:40,558][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-25 14:28:40,647][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-25 14:28:40,696][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-25 14:28:40,811][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-25 14:28:40,877][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-25 14:28:41,003][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-25 14:28:41,072][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-25 14:28:41,129][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-25 14:28:41,340][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-25 14:28:41,393][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-25 14:28:41,439][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-25 14:28:41,486][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-25 14:28:41,547][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-25 14:28:41,585][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-25 14:28:41,696][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-25 14:28:41,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:41,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:41,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:41,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:41,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:41,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:41,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:41,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:41,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:41,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:28:41,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:28:41,737][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-25 14:28:41,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:41,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:28:41,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:28:41,738][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-25 14:28:41,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:41,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:28:41,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:28:41,740][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-25 14:28:41,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:41,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:28:41,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:28:41,742][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-25 14:28:41,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:41,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:28:41,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:28:41,743][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-25 14:28:41,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:41,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:28:41,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:28:41,745][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-25 14:28:41,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:41,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:28:41,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:28:41,747][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-25 14:28:41,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:41,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:28:41,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:28:41,748][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-25 14:28:41,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:41,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:28:41,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:28:41,750][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-25 14:28:41,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:41,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:28:41,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:28:41,751][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-25 14:28:41,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:41,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:28:41,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:28:41,752][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-25 14:28:41,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:41,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:28:41,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:28:41,754][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-25 14:28:41,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:41,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:28:41,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:28:41,755][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-25 14:28:41,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:41,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:28:41,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:28:41,756][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-25 14:28:41,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:41,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:28:41,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:28:41,758][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-25 14:28:41,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:41,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:28:41,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:28:41,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:41,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:41,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:41,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:41,780][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-25 14:28:41,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:28:41,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:41,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:41,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:41,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:41,808][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:28:41,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:41,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:41,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:41,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:41,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:28:41,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:28:41,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:41,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:28:41,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:28:41,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:41,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:41,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:41,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:28:41,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:28:41,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:41,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:41,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:41,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:41,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:28:41,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:28:41,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:41,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:41,874][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:41,874][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:41,874][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:41,874][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:41,874][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:41,874][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:41,874][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:41,874][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:41,875][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:41,875][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:41,875][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:41,875][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:41,875][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:41,875][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:41,875][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:41,875][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:41,876][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:41,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:41,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:41,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:41,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:41,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:28:41,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:28:41,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:28:41,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:28:41,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:28:41,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:41,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:28:41,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:28:41,917][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:28:41,920][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@53edd9ee] -[DEBUG][2015-08-25 14:28:41,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:28:41,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:28:41,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:28:41,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:41,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:41,947][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-25 14:28:41,947][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-25 14:28:41,947][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-25 14:28:41,947][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-25 14:28:41,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:41,948][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-25 14:28:41,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:28:41,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:41,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:41,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:41,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:41,964][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:28:41,964][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-25 14:28:41,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:28:41,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:41,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:41,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:41,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:41,998][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:28:41,998][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-25 14:28:41,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:28:41,999][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:28:41,999][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-25 14:28:42,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:28:42,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,012][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:28:42,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,015][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:28:42,015][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@3126a494] -[DEBUG][2015-08-25 14:28:42,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:28:42,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:28:42,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:28:42,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,036][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-25 14:28:42,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:42,037][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-25 14:28:42,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:28:42,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,047][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:28:42,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,048][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:28:42,049][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-25 14:28:42,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:28:42,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:28:42,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:28:42,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,069][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-25 14:28:42,070][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-25 14:28:42,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:42,070][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-25 14:28:42,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:28:42,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,081][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:28:42,081][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-25 14:28:42,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:28:42,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,118][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:28:42,118][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,118][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,118][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,118][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,119][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:28:42,120][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@2db51a5c] -[DEBUG][2015-08-25 14:28:42,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:28:42,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:28:42,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:28:42,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,141][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-25 14:28:42,142][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-25 14:28:42,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:42,142][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-25 14:28:42,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:28:42,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,153][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:28:42,153][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-25 14:28:42,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:28:42,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,164][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:28:42,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,167][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:28:42,168][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@260702ee] -[DEBUG][2015-08-25 14:28:42,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:28:42,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:28:42,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:28:42,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:42,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,180][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:28:42,181][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@26c6079f] -[DEBUG][2015-08-25 14:28:42,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:28:42,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:28:42,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:28:42,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:42,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,199][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:28:42,199][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@3b1f1f5] -[DEBUG][2015-08-25 14:28:42,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:28:42,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:28:42,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:28:42,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,211][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-25 14:28:42,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:42,212][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-25 14:28:42,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:28:42,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,223][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:28:42,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,225][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:28:42,226][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@6366982d] -[DEBUG][2015-08-25 14:28:42,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:28:42,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:28:42,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:28:42,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,238][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-25 14:28:42,238][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:42,238][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-25 14:28:42,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:28:42,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,249][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:28:42,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,251][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:28:42,251][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@102873a6] -[DEBUG][2015-08-25 14:28:42,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:28:42,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:28:42,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:28:42,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,270][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-25 14:28:42,270][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-25 14:28:42,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:42,271][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-25 14:28:42,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:28:42,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,291][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:28:42,292][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-25 14:28:42,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:28:42,295][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,295][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,295][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,299][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:28:42,299][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,301][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:28:42,303][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@21a55d62] -[DEBUG][2015-08-25 14:28:42,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:28:42,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:28:42,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:42,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:28:42,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:28:42,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:28:42,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:28:42,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:28:42,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:28:42,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:28:42,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:28:42,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:28:42,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:28:42,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:28:42,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:28:42,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:28:42,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:28:42,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:28:42,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:28:42,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:28:42,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:28:42,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:28:42,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:28:42,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:28:42,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:28:42,320][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@56d39b53] -[DEBUG][2015-08-25 14:28:42,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:28:42,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:42,329][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:28:42,330][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:28:42,331][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:28:42,331][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:28:42,333][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@3784dc10 testClass = orderTest, testInstance = com.changyu.test.orderTest@738bbae9, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:28:42,334][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:28:42,346][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-25 14:28:42,347][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:28:42,348][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:28:42,348][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-25 14:28:42,350][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:28:42,350][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:28:42,351][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-25 14:28:42,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:28:42,357][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:28:42,358][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-25 14:28:42,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:28:42,360][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:28:42,360][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-25 14:28:42,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:28:42,362][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:28:42,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:42,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:42,372][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:28:42,415][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 14:28:42,425][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3b87cd6a] -[DEBUG][2015-08-25 14:28:42,450][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 14:28:42,451][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 14:28:42,455][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@32807f5] will be managed by Spring -[DEBUG][2015-08-25 14:28:42,466][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-25 14:28:42,691][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 14:28:42,761][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 14:28:42,762][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 14:28:42,763][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3b87cd6a] -[DEBUG][2015-08-25 14:28:42,995][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3b87cd6a] from current transaction -[DEBUG][2015-08-25 14:28:42,995][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-25 14:28:43,008][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 2429775447983(Long), 18896554880(String) -[DEBUG][2015-08-25 14:28:43,030][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 0 -[DEBUG][2015-08-25 14:28:43,031][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-25 14:28:43,031][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3b87cd6a] -[DEBUG][2015-08-25 14:28:43,031][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 14:28:43,032][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3b87cd6a] -[DEBUG][2015-08-25 14:28:43,033][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-25 14:28:43,034][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@3784dc10 testClass = orderTest, testInstance = com.changyu.test.orderTest@738bbae9, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@592c34b 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-25 14:28:43,035][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@3784dc10 testClass = orderTest, testInstance = com.changyu.test.orderTest@738bbae9, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:28:43,046][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@3784dc10 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@592c34b 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-25 14:28:43,050][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@7ad2093b: startup date [Tue Aug 25 14:28:36 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:28:43,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:43,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 14:28:43,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6a01f32e: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:28:43,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:28:43,054][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:28:43,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 14:28:43,056][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-25 14:28:43,056][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-25 14:28:43,057][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-08-25 14:28:43,061][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 14:28:50,147][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:28:50,244][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@11a5ee81 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-25 14:28:50,249][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-25 14:28:50,256][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:28:50,335][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:28:50,336][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:28:50,344][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:28:50,345][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:28:50,347][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:28:50,348][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:28:50,355][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:28:50,356][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:28:50,362][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@f2dec59 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:28:50,363][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@f2dec59 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:28:50,603][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:50,606][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:50,610][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:50,610][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:50,625][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:50,625][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:50,625][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:50,626][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 14:28:50,644][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:28:50,696][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:28:50,776][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:28:50,788][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-25 14:28:50,794][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-25 14:28:50,910][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-25 14:28:50,931][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-25 14:28:50,956][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:28:50,995][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-25 14:28:51,087][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-25 14:28:51,088][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-25 14:28:51,101][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\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-25 14:28:51,173][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-25 14:28:51,174][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-25 14:28:51,180][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\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-25 14:28:51,214][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-25 14:28:51,218][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-25 14:28:51,219][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-25 14:28:51,225][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-25 14:28:51,227][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-25 14:28:51,230][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-25 14:28:51,232][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-25 14:28:51,233][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-25 14:28:51,235][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-25 14:28:51,248][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-25 14:28:51,257][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:28:51,258][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:28:51,262][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:28:51,266][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-25 14:28:51,335][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-25 14:28:51,346][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-25 14:28:51,363][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-25 14:28:51,381][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:28:51,383][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:28:51,397][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-25 14:28:51,470][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:28:51,478][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@498f3db0: startup date [Tue Aug 25 14:28:51 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:28:51,478][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@498f3db0: org.springframework.beans.factory.support.DefaultListableBeanFactory@1fb179dc: 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,/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-25 14:28:51,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:28:51,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:28:51,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:51,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:28:51,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:28:51,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:28:51,602][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-25 14:28:51,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:28:51,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:28:51,816][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:51,816][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:51,817][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:51,817][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:51,821][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-25 14:28:51,822][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-25 14:28:51,829][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\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-25 14:28:51,830][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-25 14:28:51,831][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-25 14:28:51,831][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-25 14:28:51,832][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-25 14:28:51,833][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-25 14:28:51,834][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-25 14:28:51,835][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-25 14:28:51,835][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-25 14:28:51,836][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-25 14:28:51,837][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-25 14:28:51,838][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-25 14:28:51,839][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-25 14:28:51,839][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-25 14:28:51,840][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-25 14:28:51,841][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-25 14:28:51,841][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-25 14:28:51,845][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:28:51,848][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:28:51,849][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:28:51,849][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:28:51,849][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:28:51,849][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:28:51,849][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:28:51,849][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:28:51,849][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:28:51,850][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:28:51,850][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:28:51,850][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:28:51,850][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:28:51,851][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:28:51,851][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:28:51,851][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:28:51,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:28:51,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:28:51,862][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-25 14:28:51,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:28:51,892][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:28:51,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:28:51,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:28:51,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-25 14:28:51,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:28:51,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:28:51,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:28:51,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:51,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:28:51,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:28:51,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:28:51,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:51,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:28:51,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:28:51,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:28:51,929][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-25 14:28:51,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:28:51,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:28:51,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:28:51,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:51,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:28:52,006][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@62beccc8] -[DEBUG][2015-08-25 14:28:52,011][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5e72bcaa] -[INFO][2015-08-25 14:28:52,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1fb179dc: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:28:52,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:28:52,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:28:52,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:28:52,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:28:52,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:28:52,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:28:52,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:28:52,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,041][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-25 14:28:52,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:28:52,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:28:52,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,075][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-25 14:28:52,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:28:52,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,114][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:52,114][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:52,114][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:52,115][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:52,116][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:52,116][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:52,117][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:52,118][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:52,119][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:52,119][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:52,119][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:52,119][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:52,125][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:52,125][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:52,125][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:52,126][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:52,128][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:52,129][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:52,129][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:52,130][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:52,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:28:52,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,577][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-25 14:28:52,613][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-25 14:28:52,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:52,614][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-25 14:28:52,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:28:52,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:28:52,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,630][org.springframework.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-25 14:28:52,630][org.springframework.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-25 14:28:52,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:52,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-08-25 14:28:52,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-08-25 14:28:52,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,698][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:28:52,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:28:52,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:28:52,712][org.springframework.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-25 14:28:52,712][org.springframework.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-25 14:28:52,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:52,713][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-25 14:28:52,713][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-25 14:28:52,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,730][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-25 14:28:52,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:28:52,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:28:52,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-08-25 14:28:52,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-08-25 14:28:52,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:52,732][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-25 14:28:52,732][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-25 14:28:52,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,735][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-25 14:28:52,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:28:52,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:28:52,736][org.springframework.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-25 14:28:52,737][org.springframework.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-25 14:28:52,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:52,737][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-25 14:28:52,737][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-25 14:28:52,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,740][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-25 14:28:52,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:28:52,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:28:52,742][org.springframework.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-25 14:28:52,742][org.springframework.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-25 14:28:52,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:52,743][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-25 14:28:52,743][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-25 14:28:52,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,746][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-25 14:28:52,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,748][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-25 14:28:52,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:28:52,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:28:52,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-08-25 14:28:52,749][org.springframework.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-25 14:28:52,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:52,749][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-25 14:28:52,749][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-25 14:28:52,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,783][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-25 14:28:52,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:28:52,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:28:52,784][org.springframework.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-25 14:28:52,785][org.springframework.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-25 14:28:52,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:52,785][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-25 14:28:52,798][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-25 14:28:52,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,801][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-25 14:28:52,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:28:52,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:28:52,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-08-25 14:28:52,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-08-25 14:28:52,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:52,802][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-25 14:28:52,803][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-25 14:28:52,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,806][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-25 14:28:52,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:28:52,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:28:52,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-08-25 14:28:52,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.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-25 14:28:52,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:52,808][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-25 14:28:52,808][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-25 14:28:52,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,812][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-25 14:28:52,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:28:52,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:28:52,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-08-25 14:28:52,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-08-25 14:28:52,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:52,814][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-25 14:28:52,814][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-25 14:28:52,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,817][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-25 14:28:52,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:28:52,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:28:52,818][org.springframework.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-25 14:28:52,818][org.springframework.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-25 14:28:52,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:52,819][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-25 14:28:52,819][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-25 14:28:52,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,823][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-25 14:28:52,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:28:52,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:28:52,825][org.springframework.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-25 14:28:52,825][org.springframework.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-25 14:28:52,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:52,826][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-25 14:28:52,826][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-25 14:28:52,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,829][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-25 14:28:52,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:28:52,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:28:52,830][org.springframework.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-25 14:28:52,830][org.springframework.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-25 14:28:52,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:52,830][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-25 14:28:52,830][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-25 14:28:52,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,833][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-25 14:28:52,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:28:52,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:28:52,834][org.springframework.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-25 14:28:52,834][org.springframework.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-25 14:28:52,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:52,835][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-25 14:28:52,835][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-25 14:28:52,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,838][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-25 14:28:52,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:28:52,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:28:52,840][org.springframework.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-25 14:28:52,840][org.springframework.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-25 14:28:52,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:52,840][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-25 14:28:52,840][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-25 14:28:52,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,843][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-25 14:28:52,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:28:52,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:28:52,846][org.springframework.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-25 14:28:52,846][org.springframework.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-25 14:28:52,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:52,846][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-25 14:28:52,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-08-25 14:28:52,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,850][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-25 14:28:52,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:52,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:52,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:52,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:28:52,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:28:52,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:52,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:52,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:53,065][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:53,065][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:53,065][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:53,066][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:53,067][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:53,067][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:53,067][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:53,068][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:53,069][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:53,070][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:53,070][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:53,071][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:53,075][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:53,076][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:53,077][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:53,077][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:28:53,078][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:28:53,078][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:53,079][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:28:53,079][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:28:53,089][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:28:53,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 14:28:53,333][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:28:53,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:53,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:53,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:53,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:53,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:28:53,584][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-25 14:28:53,585][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-25 14:28:53,592][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\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-25 14:28:53,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:53,840][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:28:53,840][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:28:53,843][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:28:53,844][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:28:53,846][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:28:53,847][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-25 14:28:53,847][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-25 14:28:54,074][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:28:54,075][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:28:54,076][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:28:54,077][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:28:54,077][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:28:54,079][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:28:54,079][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:28:54,080][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:28:54,081][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:28:54,081][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:28:54,082][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:28:54,083][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:28:54,084][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:28:54,085][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:28:54,086][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:28:54,086][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:28:54,087][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:28:54,088][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:28:54,089][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:28:54,090][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:28:54,091][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:28:54,092][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:28:54,093][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:28:54,094][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:28:54,094][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:28:54,095][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:28:54,096][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:28:54,096][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:28:54,097][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:28:54,098][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:28:54,098][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:28:54,099][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:28:54,100][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:28:54,101][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:28:54,101][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-25 14:28:54,101][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-25 14:28:54,103][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:28:54,104][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-25 14:28:54,104][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-25 14:28:54,105][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:28:54,107][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-25 14:28:54,107][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-25 14:28:54,108][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-25 14:28:54,109][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-25 14:28:54,110][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-25 14:28:54,133][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-25 14:28:54,137][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-25 14:28:54,142][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-25 14:28:54,143][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:28:54,145][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-25 14:28:54,145][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-25 14:28:54,146][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-25 14:28:54,148][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-25 14:28:54,148][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-25 14:28:54,150][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-25 14:28:54,151][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-25 14:28:54,151][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-25 14:28:54,152][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-25 14:28:54,153][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-25 14:28:54,153][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-25 14:28:54,154][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:28:54,155][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-25 14:28:54,156][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-25 14:28:54,157][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:28:54,158][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-25 14:28:54,158][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-25 14:28:54,161][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-25 14:28:54,163][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-25 14:28:54,163][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-25 14:28:54,165][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:28:54,166][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-25 14:28:54,166][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-25 14:28:54,168][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-25 14:28:54,169][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-25 14:28:54,169][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-25 14:28:54,170][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-25 14:28:54,171][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-25 14:28:54,171][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-25 14:28:54,173][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-25 14:28:54,174][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-25 14:28:54,174][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-25 14:28:54,175][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:28:54,176][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-25 14:28:54,176][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-25 14:28:54,178][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:28:54,179][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-25 14:28:54,179][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-25 14:28:54,181][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-25 14:28:54,182][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-25 14:28:54,182][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-25 14:28:54,183][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:28:54,184][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-25 14:28:54,185][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-25 14:28:54,187][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:28:54,188][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-25 14:28:54,189][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-25 14:28:54,190][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:28:54,191][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-25 14:28:54,191][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-25 14:28:54,192][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:28:54,193][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-25 14:28:54,193][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-25 14:28:54,195][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-25 14:28:54,196][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-25 14:28:54,197][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-25 14:28:54,198][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:28:54,199][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-25 14:28:54,199][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-25 14:28:54,201][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-25 14:28:54,203][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-25 14:28:54,203][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-25 14:28:54,204][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-25 14:28:54,205][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-25 14:28:54,206][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-25 14:28:54,207][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-25 14:28:54,208][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-25 14:28:54,208][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-25 14:28:54,209][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:28:54,211][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-25 14:28:54,211][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-25 14:28:54,213][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:28:54,214][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-25 14:28:54,214][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-25 14:28:54,216][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:28:54,217][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-25 14:28:54,218][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-25 14:28:54,219][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:28:54,220][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-25 14:28:54,220][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-25 14:28:54,222][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:28:54,223][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-25 14:28:54,224][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-25 14:28:54,226][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:28:54,228][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,230][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,230][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,231][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,232][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,232][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,233][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,234][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,236][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,238][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,240][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,243][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,245][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,247][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,250][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,251][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,252][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,253][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,256][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,258][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,260][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,262][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,263][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,265][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,266][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,267][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,268][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,270][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,271][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,272][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,274][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,276][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,277][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:28:54,316][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:28:55,560][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-25 14:28:55,625][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-25 14:28:55,715][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-25 14:28:55,764][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-25 14:28:55,850][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-25 14:28:55,932][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-25 14:28:56,090][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-25 14:28:56,192][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-25 14:28:56,253][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-25 14:28:56,459][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-25 14:28:56,513][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-25 14:28:56,561][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-25 14:28:56,635][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-25 14:28:56,699][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-25 14:28:56,744][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-25 14:28:56,860][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-25 14:28:56,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:56,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:56,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:56,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:56,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:56,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:56,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:56,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:56,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:56,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:28:56,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:28:56,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:56,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:28:56,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:28:56,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:56,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:28:56,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:28:56,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:56,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:28:56,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:28:56,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:56,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:28:56,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:28:56,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:56,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:28:56,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:28:56,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:56,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:28:56,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:28:56,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:56,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:28:56,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:28:56,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:56,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:28:56,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:28:56,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:56,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:28:56,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:28:56,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:56,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:28:56,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:28:56,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:56,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:28:56,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:28:56,937][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:56,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:28:56,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:28:56,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:56,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:28:56,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:28:56,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:56,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:28:56,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:28:56,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:56,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:28:56,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:28:56,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:56,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:56,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:56,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:56,974][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-25 14:28:56,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:28:56,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:56,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:56,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:56,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,003][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:28:57,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,008][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:28:57,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:28:57,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:57,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:28:57,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:28:57,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:57,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:28:57,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:28:57,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:28:57,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:28:57,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,077][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:57,077][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:57,078][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:57,078][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:57,078][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:57,078][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:57,078][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:57,078][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:57,078][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:57,078][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:57,079][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:57,079][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:57,079][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:57,079][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:57,079][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:57,079][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:57,079][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:28:57,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:28:57,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:28:57,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:28:57,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:28:57,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:28:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:57,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:28:57,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:28:57,122][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:28:57,125][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@61bb3dbf] -[DEBUG][2015-08-25 14:28:57,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:28:57,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:28:57,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:28:57,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,159][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-25 14:28:57,160][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-25 14:28:57,160][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-25 14:28:57,160][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-25 14:28:57,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:57,160][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-25 14:28:57,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:28:57,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,176][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:28:57,176][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-25 14:28:57,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:28:57,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,196][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:28:57,197][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-25 14:28:57,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:28:57,198][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:28:57,198][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-25 14:28:57,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:28:57,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,216][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:28:57,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,218][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:28:57,219][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@b5d5daa] -[DEBUG][2015-08-25 14:28:57,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:28:57,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:28:57,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:28:57,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,240][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-25 14:28:57,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:57,240][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-25 14:28:57,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:28:57,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,252][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:28:57,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,256][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:28:57,256][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@20a2f418] -[DEBUG][2015-08-25 14:28:57,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:28:57,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:28:57,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:28:57,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,299][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-25 14:28:57,300][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-25 14:28:57,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:57,300][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-25 14:28:57,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:28:57,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,309][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:28:57,310][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-25 14:28:57,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:28:57,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,345][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:28:57,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,347][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:28:57,347][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@76eaf285] -[DEBUG][2015-08-25 14:28:57,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:28:57,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:28:57,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:28:57,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,369][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-25 14:28:57,369][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-25 14:28:57,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:57,369][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-25 14:28:57,371][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:28:57,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,380][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:28:57,380][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-25 14:28:57,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:28:57,386][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,386][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,386][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,394][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:28:57,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,396][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:28:57,396][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@49043ad5] -[DEBUG][2015-08-25 14:28:57,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:28:57,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:28:57,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:28:57,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:57,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,410][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:28:57,410][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@62622e46] -[DEBUG][2015-08-25 14:28:57,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:28:57,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:28:57,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:28:57,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:57,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,428][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:28:57,428][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@17b56119] -[DEBUG][2015-08-25 14:28:57,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:28:57,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:28:57,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:28:57,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,441][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-25 14:28:57,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:57,441][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-25 14:28:57,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:28:57,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,453][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:28:57,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,455][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:28:57,455][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@6f961d73] -[DEBUG][2015-08-25 14:28:57,462][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:28:57,462][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:28:57,462][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:28:57,462][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,462][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,474][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-25 14:28:57,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:57,475][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-25 14:28:57,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:28:57,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,483][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:28:57,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,486][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:28:57,486][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@2395330e] -[DEBUG][2015-08-25 14:28:57,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:28:57,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:28:57,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:28:57,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,524][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-25 14:28:57,526][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-25 14:28:57,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:28:57,526][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-25 14:28:57,527][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:28:57,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,534][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:28:57,536][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-25 14:28:57,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:28:57,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,562][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:28:57,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,564][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:28:57,564][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@7ca89faf] -[DEBUG][2015-08-25 14:28:57,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:28:57,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:28:57,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:57,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:28:57,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:28:57,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:28:57,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:28:57,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:28:57,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:28:57,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:28:57,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:28:57,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:28:57,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:28:57,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:28:57,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:28:57,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:28:57,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:28:57,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:28:57,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:28:57,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:28:57,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:28:57,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:28:57,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:28:57,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:28:57,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:28:57,580][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5cdc59e1] -[DEBUG][2015-08-25 14:28:57,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:28:57,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:28:57,589][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:28:57,590][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:28:57,591][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:28:57,591][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@f2dec59 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:28:57,593][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@2bd9e344 testClass = orderTest, testInstance = com.changyu.test.orderTest@6dd79bd9, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@f2dec59 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:28:57,594][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@f2dec59 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:28:57,604][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-25 14:28:57,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:28:57,607][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:28:57,607][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-25 14:28:57,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:28:57,609][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:28:57,609][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-25 14:28:57,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:28:57,611][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:28:57,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-25 14:28:57,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:28:57,614][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:28:57,614][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-25 14:28:57,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:28:57,616][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:28:57,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:28:57,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:28:57,629][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@f2dec59 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:29:18,823][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 14:29:18,853][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e535949] -[DEBUG][2015-08-25 14:29:18,925][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 14:29:18,984][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 14:29:18,997][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@7b382600] will be managed by Spring -[DEBUG][2015-08-25 14:29:19,110][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-25 14:29:20,042][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 14:29:20,548][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 14:29:20,551][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 14:29:20,552][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e535949] -[DEBUG][2015-08-25 14:29:23,754][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e535949] from current transaction -[DEBUG][2015-08-25 14:29:23,756][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-25 14:29:23,814][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 2429775447983(Long), 18896554880(String) -[DEBUG][2015-08-25 14:29:23,841][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 0 -[DEBUG][2015-08-25 14:29:23,842][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-25 14:29:23,843][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e535949] -[DEBUG][2015-08-25 14:30:23,091][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:30:23,183][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@276708cc 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-25 14:30:23,190][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-25 14:30:23,195][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:30:23,273][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:30:23,273][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:30:23,278][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:30:23,279][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:30:23,282][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:30:23,283][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:30:23,291][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:30:23,291][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:30:23,296][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@562ccf18 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:30:23,297][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@562ccf18 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:30:23,548][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:30:23,551][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:23,555][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:23,555][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:30:23,568][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:30:23,568][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:23,568][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:23,569][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 14:30:23,588][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:30:23,636][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:30:23,719][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:30:23,732][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-25 14:30:23,736][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-25 14:30:23,855][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-25 14:30:23,877][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-25 14:30:23,914][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:30:23,948][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-25 14:30:24,037][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-25 14:30:24,038][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-25 14:30:24,050][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\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-25 14:30:24,122][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-25 14:30:24,123][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-25 14:30:24,130][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\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-25 14:30:24,158][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-25 14:30:24,163][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-25 14:30:24,164][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-25 14:30:24,170][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-25 14:30:24,172][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-25 14:30:24,175][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-25 14:30:24,177][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-25 14:30:24,178][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-25 14:30:24,180][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-25 14:30:24,191][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-25 14:30:24,200][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:30:24,200][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:30:24,204][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:30:24,208][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-25 14:30:24,283][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-25 14:30:24,295][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-25 14:30:24,311][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-25 14:30:24,329][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:30:24,331][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:30:24,345][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-25 14:30:24,417][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:30:24,425][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@39582e88: startup date [Tue Aug 25 14:30:24 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:30:24,425][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@39582e88: org.springframework.beans.factory.support.DefaultListableBeanFactory@51ab7891: 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,/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-25 14:30:24,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:30:24,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:30:24,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:24,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:30:24,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:30:24,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:30:24,551][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-25 14:30:24,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:30:24,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:30:24,771][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:30:24,772][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:24,772][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:24,773][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:30:24,777][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-25 14:30:24,777][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-25 14:30:24,785][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\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-25 14:30:24,786][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-25 14:30:24,787][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-25 14:30:24,787][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-25 14:30:24,788][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-25 14:30:24,789][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-25 14:30:24,790][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-25 14:30:24,791][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-25 14:30:24,791][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-25 14:30:24,792][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-25 14:30:24,793][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-25 14:30:24,793][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-25 14:30:24,794][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-25 14:30:24,794][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-25 14:30:24,795][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-25 14:30:24,795][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-25 14:30:24,796][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-25 14:30:24,801][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:30:24,804][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:30:24,805][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:30:24,805][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:30:24,805][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:30:24,805][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:30:24,806][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:30:24,806][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:30:24,806][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:30:24,806][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:30:24,806][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:30:24,806][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:30:24,807][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:30:24,807][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:30:24,807][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:30:24,808][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:30:24,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:30:24,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:30:24,820][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-25 14:30:24,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:30:24,844][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:30:24,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:30:24,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:30:24,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:24,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:30:24,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:30:24,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:30:24,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:24,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:30:24,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:30:24,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:30:24,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:24,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:30:24,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:30:24,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:30:24,880][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-25 14:30:24,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:30:24,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:30:24,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:30:24,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:24,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:30:24,966][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1e0ced89] -[DEBUG][2015-08-25 14:30:24,971][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4197f18a] -[INFO][2015-08-25 14:30:24,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@51ab7891: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:30:24,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:30:24,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:30:24,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:30:24,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:30:24,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:30:24,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:30:24,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:30:24,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:24,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,002][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-25 14:30:25,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:30:25,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:30:25,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,035][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-25 14:30:25,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:30:25,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,065][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:30:25,065][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:25,066][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:25,067][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:30:25,068][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:30:25,068][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:25,069][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:25,069][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:30:25,070][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:30:25,071][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:25,072][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:25,072][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:30:25,077][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:30:25,078][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:25,080][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:25,080][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:30:25,083][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:30:25,084][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:25,084][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:25,084][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:30:25,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,527][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:30:25,527][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,547][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-25 14:30:25,583][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-25 14:30:25,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:25,583][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-25 14:30:25,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:30:25,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:30:25,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,600][org.springframework.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-25 14:30:25,600][org.springframework.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-25 14:30:25,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:25,617][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-25 14:30:25,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,672][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:30:25,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:30:25,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:30:25,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-08-25 14:30:25,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-08-25 14:30:25,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:25,686][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-25 14:30:25,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,704][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-25 14:30:25,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:30:25,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:30:25,706][org.springframework.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-25 14:30:25,706][org.springframework.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-25 14:30:25,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:25,707][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-25 14:30:25,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,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-08-25 14:30:25,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:30:25,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:30:25,711][org.springframework.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-25 14:30:25,712][org.springframework.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-25 14:30:25,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:25,712][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-25 14:30:25,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,716][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-25 14:30:25,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:30:25,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:30:25,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-08-25 14:30:25,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-08-25 14:30:25,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:25,718][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-25 14:30:25,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,721][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-25 14:30:25,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,722][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-25 14:30:25,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:30:25,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:30:25,724][org.springframework.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-25 14:30:25,724][org.springframework.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-25 14:30:25,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:25,724][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-25 14:30:25,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,728][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-25 14:30:25,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:30:25,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:30:25,729][org.springframework.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-25 14:30:25,729][org.springframework.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-25 14:30:25,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:25,730][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-25 14:30:25,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,733][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-25 14:30:25,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:30:25,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:30:25,734][org.springframework.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-25 14:30:25,735][org.springframework.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-25 14:30:25,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:25,735][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-25 14:30:25,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,738][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-25 14:30:25,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:30:25,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:30:25,740][org.springframework.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-25 14:30:25,740][org.springframework.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-25 14:30:25,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:25,740][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-25 14:30:25,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,744][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-25 14:30:25,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:30:25,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:30:25,746][org.springframework.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-25 14:30:25,746][org.springframework.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-25 14:30:25,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:25,746][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-25 14:30:25,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,749][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-25 14:30:25,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:30:25,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:30:25,751][org.springframework.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-25 14:30:25,751][org.springframework.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-25 14:30:25,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:25,751][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-25 14:30:25,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,754][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-25 14:30:25,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:30:25,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:30:25,755][org.springframework.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-25 14:30:25,756][org.springframework.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-25 14:30:25,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:25,756][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-25 14:30:25,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,759][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-25 14:30:25,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:30:25,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:30:25,760][org.springframework.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-25 14:30:25,760][org.springframework.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-25 14:30:25,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:25,761][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-25 14:30:25,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,764][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-25 14:30:25,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:30:25,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:30:25,765][org.springframework.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-25 14:30:25,765][org.springframework.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-25 14:30:25,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:25,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-08-25 14:30:25,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,768][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-25 14:30:25,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:30:25,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:30:25,770][org.springframework.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-25 14:30:25,770][org.springframework.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-25 14:30:25,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:25,770][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-25 14:30:25,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,774][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-25 14:30:25,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:30:25,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:30:25,781][org.springframework.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-25 14:30:25,781][org.springframework.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-25 14:30:25,781][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:25,782][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-25 14:30:25,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,786][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-25 14:30:25,788][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-25 14:30:25,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:30:25,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:30:25,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:25,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:30:25,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:30:25,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:25,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:25,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:26,016][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:30:26,017][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:26,017][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:26,017][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:30:26,018][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:30:26,019][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:26,019][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:26,019][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:30:26,020][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:30:26,020][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:26,021][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:26,021][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:30:26,023][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:30:26,023][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:26,024][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:26,024][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:30:26,026][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:30:26,026][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:26,026][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:30:26,026][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:30:26,037][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:30:26,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 14:30:26,312][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:30:26,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:26,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:26,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:26,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:26,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:30:26,598][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-25 14:30:26,598][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-25 14:30:26,606][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\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-25 14:30:26,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:30:26,856][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:30:26,856][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:30:26,858][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:30:26,860][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:30:26,861][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:30:26,862][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-25 14:30:26,863][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-25 14:30:27,070][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:30:27,071][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:30:27,073][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:30:27,074][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:30:27,074][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:30:27,075][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:30:27,076][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:30:27,076][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:30:27,078][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:30:27,078][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:30:27,079][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:30:27,080][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:30:27,081][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:30:27,082][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:30:27,083][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:30:27,083][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:30:27,084][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:30:27,085][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:30:27,086][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:30:27,086][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:30:27,087][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:30:27,088][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:30:27,089][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:30:27,090][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:30:27,091][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:30:27,091][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:30:27,092][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:30:27,093][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:30:27,093][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:30:27,094][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:30:27,095][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:30:27,096][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:30:27,097][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:30:27,098][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:30:27,098][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-25 14:30:27,098][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-25 14:30:27,100][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:30:27,101][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-25 14:30:27,102][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-25 14:30:27,103][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:30:27,104][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-25 14:30:27,104][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-25 14:30:27,105][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-25 14:30:27,107][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-25 14:30:27,107][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-25 14:30:27,108][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-25 14:30:27,131][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-25 14:30:27,141][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-25 14:30:27,142][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:30:27,144][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-25 14:30:27,144][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-25 14:30:27,145][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-25 14:30:27,146][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-25 14:30:27,146][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-25 14:30:27,147][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-25 14:30:27,148][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-25 14:30:27,149][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-25 14:30:27,150][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-25 14:30:27,151][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-25 14:30:27,151][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-25 14:30:27,152][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:30:27,153][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-25 14:30:27,154][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-25 14:30:27,154][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:30:27,155][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-25 14:30:27,156][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-25 14:30:27,159][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-25 14:30:27,160][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-25 14:30:27,160][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-25 14:30:27,161][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:30:27,162][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-25 14:30:27,163][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-25 14:30:27,164][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-25 14:30:27,166][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-25 14:30:27,166][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-25 14:30:27,167][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-25 14:30:27,168][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-25 14:30:27,168][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-25 14:30:27,169][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-25 14:30:27,171][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-25 14:30:27,171][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-25 14:30:27,173][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:30:27,174][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-25 14:30:27,174][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-25 14:30:27,176][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:30:27,177][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-25 14:30:27,178][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-25 14:30:27,179][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-25 14:30:27,181][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-25 14:30:27,181][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-25 14:30:27,182][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:30:27,185][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-25 14:30:27,186][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-25 14:30:27,188][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:30:27,190][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-25 14:30:27,190][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-25 14:30:27,191][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:30:27,192][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-25 14:30:27,193][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-25 14:30:27,195][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:30:27,196][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-25 14:30:27,197][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-25 14:30:27,198][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-25 14:30:27,199][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-25 14:30:27,199][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-25 14:30:27,200][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:30:27,201][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-25 14:30:27,202][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-25 14:30:27,203][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-25 14:30:27,204][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-25 14:30:27,204][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-25 14:30:27,206][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-25 14:30:27,207][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-25 14:30:27,207][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-25 14:30:27,208][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-25 14:30:27,209][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-25 14:30:27,210][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-25 14:30:27,211][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:30:27,212][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-25 14:30:27,213][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-25 14:30:27,214][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:30:27,215][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-25 14:30:27,216][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-25 14:30:27,217][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:30:27,218][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-25 14:30:27,218][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-25 14:30:27,219][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:30:27,221][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-25 14:30:27,221][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-25 14:30:27,223][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:30:27,224][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-25 14:30:27,226][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-25 14:30:27,228][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:30:27,229][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,231][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,231][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,232][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,234][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,234][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,234][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,236][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,238][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,242][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,244][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,247][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,249][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,250][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,253][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,254][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,257][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,259][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,260][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,262][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,264][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,265][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,267][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,270][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,270][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,271][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,273][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,275][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,276][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,278][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,279][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,281][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,282][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:30:27,314][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:30:28,883][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-25 14:30:28,960][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-25 14:30:29,062][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-25 14:30:29,129][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-25 14:30:29,224][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-25 14:30:29,304][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-25 14:30:29,457][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-25 14:30:29,557][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-25 14:30:29,619][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-25 14:30:29,833][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-25 14:30:29,887][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-25 14:30:29,934][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-25 14:30:30,007][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-25 14:30:30,070][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-25 14:30:30,114][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-25 14:30:30,625][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-25 14:30:30,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:30:30,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:30:30,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:30:30,693][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-25 14:30:30,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:30:30,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:30:30,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:30:30,694][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-25 14:30:30,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:30:30,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:30:30,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:30:30,696][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-25 14:30:30,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:30:30,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:30:30,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:30:30,697][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-25 14:30:30,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:30:30,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:30:30,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:30:30,698][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-25 14:30:30,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:30:30,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:30:30,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:30:30,699][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-25 14:30:30,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:30:30,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:30:30,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:30:30,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-08-25 14:30:30,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:30:30,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:30:30,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:30:30,702][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-25 14:30:30,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:30:30,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:30:30,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:30:30,704][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-25 14:30:30,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:30:30,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:30:30,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:30:30,705][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-25 14:30:30,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:30:30,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:30:30,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:30:30,707][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-25 14:30:30,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:30:30,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:30:30,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:30:30,708][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-25 14:30:30,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:30:30,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:30:30,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:30:30,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-08-25 14:30:30,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:30:30,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:30:30,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:30:30,712][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-25 14:30:30,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:30:30,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:30:30,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:30:30,713][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-25 14:30:30,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:30:30,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:30:30,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:30:30,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,740][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-25 14:30:30,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:30:30,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,766][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:30:30,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:30:30,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:30:30,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:30,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:30:30,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:30:30,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:30,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:30:30,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:30:30,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:30:30,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:30:30,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,843][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:30:30,844][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:30:30,844][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:30:30,844][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:30:30,844][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:30:30,844][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:30:30,844][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:30:30,844][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:30:30,844][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:30:30,845][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:30:30,845][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:30:30,845][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:30:30,845][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:30:30,845][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:30:30,845][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:30:30,845][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:30:30,845][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:30:30,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:30:30,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:30:30,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:30:30,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:30:30,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:30:30,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:30,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:30:30,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:30:30,886][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:30:30,890][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@26c870] -[DEBUG][2015-08-25 14:30:30,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:30:30,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:30:30,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:30:30,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,922][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-25 14:30:30,922][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-25 14:30:30,923][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-25 14:30:30,924][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-25 14:30:30,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:30,924][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-25 14:30:30,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:30:30,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,944][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:30:30,944][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-25 14:30:30,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:30:30,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,968][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:30:30,968][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-25 14:30:30,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:30:30,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,988][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:30:30,989][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-25 14:30:30,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:30:30,991][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:30:30,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:30,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:30,993][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:30:30,994][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@22e08791] -[DEBUG][2015-08-25 14:30:31,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:30:31,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:30:31,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:30:31,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,026][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-25 14:30:31,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:31,026][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-25 14:30:31,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:30:31,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,037][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:30:31,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,039][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:30:31,039][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@d0a42de] -[DEBUG][2015-08-25 14:30:31,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:30:31,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:30:31,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:30:31,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,081][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-25 14:30:31,081][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-25 14:30:31,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:31,081][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-25 14:30:31,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:30:31,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,091][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:30:31,091][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-25 14:30:31,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:30:31,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,127][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:30:31,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,129][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:30:31,129][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@2e759230] -[DEBUG][2015-08-25 14:30:31,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:30:31,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:30:31,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:30:31,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,150][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-25 14:30:31,150][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-25 14:30:31,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:31,150][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-25 14:30:31,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:30:31,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,161][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:30:31,161][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-25 14:30:31,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:30:31,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,182][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:30:31,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,187][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:30:31,188][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@57887445] -[DEBUG][2015-08-25 14:30:31,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:30:31,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:30:31,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:30:31,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:31,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,205][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:30:31,205][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@6e662159] -[DEBUG][2015-08-25 14:30:31,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:30:31,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:30:31,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:30:31,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:31,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,226][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:30:31,226][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@b9bb107] -[DEBUG][2015-08-25 14:30:31,231][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:30:31,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:30:31,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:30:31,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,239][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-25 14:30:31,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:31,240][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-25 14:30:31,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:30:31,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,253][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:30:31,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,255][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:30:31,255][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@679aea85] -[DEBUG][2015-08-25 14:30:31,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:30:31,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:30:31,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:30:31,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,269][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-25 14:30:31,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:31,269][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-25 14:30:31,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:30:31,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,278][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:30:31,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,279][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:30:31,280][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@64d6601] -[DEBUG][2015-08-25 14:30:31,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:30:31,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:30:31,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:30:31,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,300][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-25 14:30:31,300][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-25 14:30:31,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:30:31,301][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-25 14:30:31,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:30:31,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,305][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,305][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,309][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:30:31,309][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-25 14:30:31,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:30:31,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,330][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:30:31,331][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,331][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,331][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,331][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,332][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:30:31,333][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@4075992d] -[DEBUG][2015-08-25 14:30:31,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:30:31,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:30:31,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:30:31,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:30:31,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:30:31,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:30:31,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:30:31,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:30:31,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:30:31,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:30:31,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:30:31,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:30:31,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:30:31,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:30:31,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:30:31,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:30:31,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:30:31,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:30:31,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:30:31,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:30:31,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:30:31,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:30:31,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:30:31,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:30:31,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:30:31,349][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@237098e7] -[DEBUG][2015-08-25 14:30:31,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:30:31,355][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:30:31,358][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:30:31,358][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:30:31,359][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:30:31,360][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@562ccf18 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:30:31,361][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@6ec213ad testClass = orderTest, testInstance = com.changyu.test.orderTest@799fbaa, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@562ccf18 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:30:31,362][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@562ccf18 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:30:31,370][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-25 14:30:31,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:30:31,373][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:30:31,373][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-25 14:30:31,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:30:31,376][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:30:31,376][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-25 14:30:31,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:30:31,378][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:30:31,378][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-25 14:30:31,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:30:31,380][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:30:31,380][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-25 14:30:31,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:30:31,382][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:30:31,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:30:31,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:30:31,391][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@562ccf18 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:32:32,142][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:32:32,221][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@374131a8 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-25 14:32:32,226][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-25 14:32:32,230][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:32:32,305][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:32:32,306][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:32:32,309][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:32:32,310][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:32:32,312][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:32:32,312][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:32:32,319][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:32:32,319][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:32:32,324][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:32:32,325][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:32:32,564][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:32:32,568][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:32,571][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:32,572][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:32:32,584][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:32:32,584][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:32,585][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:32,585][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 14:32:32,602][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:32:32,645][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:32:32,721][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:32:32,736][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-25 14:32:32,741][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-25 14:32:32,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-08-25 14:32:32,860][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-25 14:32:32,883][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:32:32,934][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-25 14:32:33,025][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-25 14:32:33,026][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-25 14:32:33,037][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\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-25 14:32:33,099][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-25 14:32:33,100][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-25 14:32:33,106][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\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-25 14:32:33,136][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-25 14:32:33,141][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-25 14:32:33,143][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-25 14:32:33,148][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-25 14:32:33,150][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-25 14:32:33,153][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-25 14:32:33,155][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-25 14:32:33,156][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-25 14:32:33,158][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-25 14:32:33,168][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-25 14:32:33,176][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:32:33,176][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:32:33,181][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:32:33,186][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-25 14:32:33,238][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-25 14:32:33,269][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-25 14:32:33,282][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-25 14:32:33,298][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:32:33,300][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:32:33,313][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-25 14:32:33,385][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:32:33,392][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@2d4bdf68: startup date [Tue Aug 25 14:32:33 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:32:33,393][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@2d4bdf68: org.springframework.beans.factory.support.DefaultListableBeanFactory@735404c6: 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,/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-25 14:32:33,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:32:33,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:32:33,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:33,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:32:33,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:32:33,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:32:33,524][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-25 14:32:33,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:32:33,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:32:33,729][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:32:33,729][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:33,730][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:33,730][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:32:33,735][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-25 14:32:33,736][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-25 14:32:33,745][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\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-25 14:32:33,746][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-25 14:32:33,746][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-25 14:32:33,747][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-25 14:32:33,747][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-25 14:32:33,748][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-25 14:32:33,749][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-25 14:32:33,750][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-25 14:32:33,750][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-25 14:32:33,751][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-25 14:32:33,752][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-25 14:32:33,753][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-25 14:32:33,753][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-25 14:32:33,754][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-25 14:32:33,755][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-25 14:32:33,756][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-25 14:32:33,756][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-25 14:32:33,760][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:32:33,764][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:32:33,764][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:32:33,764][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:32:33,764][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:32:33,764][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:32:33,764][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:32:33,764][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:32:33,765][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:32:33,765][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:32:33,765][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:32:33,765][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:32:33,765][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:32:33,766][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:32:33,766][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:32:33,766][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:32:33,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:32:33,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:32:33,779][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-25 14:32:33,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:32:33,801][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:32:33,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:32:33,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:32:33,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:33,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:32:33,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:32:33,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:32:33,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:33,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:32:33,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:32:33,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:32:33,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:33,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:32:33,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:32:33,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:32:33,839][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-25 14:32:33,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:32:33,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:32:33,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:32:33,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:33,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:32:33,906][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@a5e2f1d] -[DEBUG][2015-08-25 14:32:33,915][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4243e61] -[INFO][2015-08-25 14:32:33,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@735404c6: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:32:33,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:32:33,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:32:33,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:32:33,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:32:33,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:32:33,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:32:33,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:32:33,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:33,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:33,955][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-25 14:32:33,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:32:33,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:32:33,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:33,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:33,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:33,991][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-25 14:32:33,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:32:33,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,026][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:32:34,026][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:34,027][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:34,027][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:32:34,028][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:32:34,029][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:34,030][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:34,030][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:32:34,032][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:32:34,033][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:34,033][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:34,034][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:32:34,039][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:32:34,039][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:34,040][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:34,041][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:32:34,045][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:32:34,045][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:34,046][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:34,046][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:32:34,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:32:34,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,511][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-25 14:32:34,525][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-25 14:32:34,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:34,526][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-25 14:32:34,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:32:34,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:32:34,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,559][org.springframework.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-25 14:32:34,559][org.springframework.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-25 14:32:34,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:34,573][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-25 14:32:34,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,620][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:32:34,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:32:34,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:32:34,633][org.springframework.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-25 14:32:34,633][org.springframework.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-25 14:32:34,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:34,633][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-25 14:32:34,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,649][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-25 14:32:34,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:32:34,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:32:34,653][org.springframework.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-25 14:32:34,653][org.springframework.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-25 14:32:34,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:34,654][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-25 14:32:34,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,659][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-25 14:32:34,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:32:34,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:32:34,662][org.springframework.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-25 14:32:34,662][org.springframework.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-25 14:32:34,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:34,663][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-25 14:32:34,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,669][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-25 14:32:34,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:32:34,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:32:34,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-25 14:32:34,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-25 14:32:34,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:34,670][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-25 14:32:34,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,674][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-25 14:32:34,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,676][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-25 14:32:34,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:32:34,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:32:34,677][org.springframework.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-25 14:32:34,678][org.springframework.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-25 14:32:34,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:34,678][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-25 14:32:34,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,682][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-25 14:32:34,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:32:34,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:32:34,683][org.springframework.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-25 14:32:34,683][org.springframework.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-25 14:32:34,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:34,683][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-25 14:32:34,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,686][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-25 14:32:34,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:32:34,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:32:34,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-25 14:32:34,688][org.springframework.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-25 14:32:34,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:34,688][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-25 14:32:34,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,691][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-25 14:32:34,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:32:34,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:32:34,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-25 14:32:34,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-25 14:32:34,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:34,693][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-25 14:32:34,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,697][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-25 14:32:34,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:32:34,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:32:34,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-25 14:32:34,699][org.springframework.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-25 14:32:34,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:34,699][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-25 14:32:34,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,703][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-25 14:32:34,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:32:34,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:32:34,705][org.springframework.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-25 14:32:34,705][org.springframework.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-25 14:32:34,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:34,705][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-25 14:32:34,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,708][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-25 14:32:34,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:32:34,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:32:34,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-08-25 14:32:34,711][org.springframework.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-25 14:32:34,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:34,711][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-25 14:32:34,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,714][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-25 14:32:34,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:32:34,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:32:34,716][org.springframework.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-25 14:32:34,716][org.springframework.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-25 14:32:34,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:34,716][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-25 14:32:34,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,719][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-25 14:32:34,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:32:34,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:32:34,720][org.springframework.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-25 14:32:34,721][org.springframework.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-25 14:32:34,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:34,721][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-25 14:32:34,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,724][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-25 14:32:34,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:32:34,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:32:34,725][org.springframework.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-25 14:32:34,725][org.springframework.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-25 14:32:34,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:34,726][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-25 14:32:34,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,729][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-25 14:32:34,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:32:34,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:32:34,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-08-25 14:32:34,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-08-25 14:32:34,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:34,732][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-25 14:32:34,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,736][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-25 14:32:34,736][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-25 14:32:34,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:34,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:34,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:34,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:32:34,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:32:34,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:34,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:34,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:34,935][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:32:34,935][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:34,935][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:34,936][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:32:34,937][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:32:34,937][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:34,938][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:34,938][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:32:34,939][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:32:34,940][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:34,940][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:34,940][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:32:34,941][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:32:34,942][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:34,942][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:34,942][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:32:34,943][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:32:34,944][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:34,944][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:32:34,944][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:32:34,955][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:32:35,007][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 14:32:35,183][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:32:35,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:35,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:35,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:35,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:35,381][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:32:35,383][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-25 14:32:35,383][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-25 14:32:35,389][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\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-25 14:32:35,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:35,630][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:32:35,630][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:32:35,634][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:32:35,635][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:32:35,636][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:32:35,637][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-25 14:32:35,637][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-25 14:32:35,784][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:32:35,785][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:32:35,785][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:32:35,786][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:32:35,787][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:32:35,788][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:32:35,788][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:32:35,789][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:32:35,789][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:32:35,791][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:32:35,792][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:32:35,792][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:32:35,793][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:32:35,794][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:32:35,794][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:32:35,795][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:32:35,795][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:32:35,796][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:32:35,797][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:32:35,797][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:32:35,798][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:32:35,798][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:32:35,799][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:32:35,800][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:32:35,800][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:32:35,801][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:32:35,801][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:32:35,802][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:32:35,802][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:32:35,803][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:32:35,804][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:32:35,805][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:32:35,805][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:32:35,806][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:32:35,806][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-25 14:32:35,806][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-25 14:32:35,807][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:32:35,808][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-25 14:32:35,808][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-25 14:32:35,809][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:32:35,810][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-25 14:32:35,810][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-25 14:32:35,812][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-25 14:32:35,813][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-25 14:32:35,813][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-25 14:32:35,814][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-25 14:32:35,815][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-25 14:32:35,815][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-25 14:32:35,816][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:32:35,817][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-25 14:32:35,817][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-25 14:32:35,818][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-25 14:32:35,819][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-25 14:32:35,819][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-25 14:32:35,820][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-25 14:32:35,821][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-25 14:32:35,822][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-25 14:32:35,822][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-25 14:32:35,838][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-25 14:32:35,838][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-25 14:32:35,839][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:32:35,840][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-25 14:32:35,840][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-25 14:32:35,844][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:32:35,851][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-25 14:32:35,851][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-25 14:32:35,854][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-25 14:32:35,855][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-25 14:32:35,856][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-25 14:32:35,857][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:32:35,857][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-25 14:32:35,858][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-25 14:32:35,859][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-25 14:32:35,860][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-25 14:32:35,861][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-25 14:32:35,862][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-25 14:32:35,863][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-25 14:32:35,863][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-25 14:32:35,864][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-25 14:32:35,865][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-25 14:32:35,865][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-25 14:32:35,866][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:32:35,868][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-25 14:32:35,868][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-25 14:32:35,869][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:32:35,870][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-25 14:32:35,871][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-25 14:32:35,872][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-25 14:32:35,874][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-25 14:32:35,874][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-25 14:32:35,876][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:32:35,877][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-25 14:32:35,878][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-25 14:32:35,879][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:32:35,880][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-25 14:32:35,881][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-25 14:32:35,882][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:32:35,883][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-25 14:32:35,883][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-25 14:32:35,884][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:32:35,885][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-25 14:32:35,886][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-25 14:32:35,887][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-25 14:32:35,889][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-25 14:32:35,889][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-25 14:32:35,890][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:32:35,891][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-25 14:32:35,891][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-25 14:32:35,892][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-25 14:32:35,893][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-25 14:32:35,894][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-25 14:32:35,895][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-25 14:32:35,896][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-25 14:32:35,896][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-25 14:32:35,897][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-25 14:32:35,898][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-25 14:32:35,898][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-25 14:32:35,899][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:32:35,900][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-25 14:32:35,901][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-25 14:32:35,902][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:32:35,903][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-25 14:32:35,903][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-25 14:32:35,904][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:32:35,905][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-25 14:32:35,906][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-25 14:32:35,907][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:32:35,907][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-25 14:32:35,908][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-25 14:32:35,909][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:32:35,910][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-25 14:32:35,911][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-25 14:32:35,912][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:32:35,913][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,915][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,915][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,915][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,916][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,917][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,917][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,918][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,919][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,921][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,922][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,924][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,925][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,927][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,930][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,930][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,931][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,932][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,933][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,936][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,938][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,940][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,941][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,944][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,945][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,948][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,950][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,951][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,953][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,954][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,956][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,957][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,958][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:32:35,994][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:32:37,171][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-25 14:32:37,248][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-25 14:32:37,337][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-25 14:32:37,388][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-25 14:32:37,505][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-25 14:32:37,569][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-25 14:32:37,696][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-25 14:32:37,766][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-25 14:32:37,827][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-25 14:32:38,038][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-25 14:32:38,089][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-25 14:32:38,137][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-25 14:32:38,191][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-25 14:32:38,258][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-25 14:32:38,300][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-25 14:32:38,411][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-25 14:32:38,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:38,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:32:38,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:32:38,451][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-25 14:32:38,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:38,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:32:38,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:32:38,453][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-25 14:32:38,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:38,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:32:38,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:32:38,454][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-25 14:32:38,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:38,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:32:38,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:32:38,456][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-25 14:32:38,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:38,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:32:38,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:32:38,457][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-25 14:32:38,458][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:38,458][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:32:38,458][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:32:38,459][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-25 14:32:38,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:38,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:32:38,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:32:38,461][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-25 14:32:38,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:38,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:32:38,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:32:38,476][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-25 14:32:38,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:38,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:32:38,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:32:38,478][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-25 14:32:38,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:38,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:32:38,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:32:38,481][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-25 14:32:38,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:38,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:32:38,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:32:38,485][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-25 14:32:38,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:38,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:32:38,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:32:38,486][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-25 14:32:38,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:38,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:32:38,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:32:38,488][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-25 14:32:38,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:38,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:32:38,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:32:38,489][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-25 14:32:38,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:38,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:32:38,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:32:38,493][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-25 14:32:38,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:38,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:32:38,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:32:38,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,521][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-25 14:32:38,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:32:38,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,547][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:32:38,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:32:38,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:32:38,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:38,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:32:38,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:32:38,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:38,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:32:38,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:32:38,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:32:38,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:32:38,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,616][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:32:38,616][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:32:38,616][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:32:38,617][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:32:38,617][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:32:38,617][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:32:38,617][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:32:38,617][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:32:38,617][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:32:38,617][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:32:38,617][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:32:38,618][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:32:38,618][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:32:38,618][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:32:38,618][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:32:38,618][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:32:38,618][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:32:38,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:32:38,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:32:38,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:32:38,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:32:38,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:32:38,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:38,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:32:38,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:32:38,658][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:32:38,661][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@3de8c9a4] -[DEBUG][2015-08-25 14:32:38,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:32:38,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:32:38,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:32:38,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,687][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-25 14:32:38,688][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-25 14:32:38,688][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-25 14:32:38,688][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-25 14:32:38,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:38,689][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-25 14:32:38,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:32:38,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,703][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:32:38,703][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-25 14:32:38,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:32:38,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,716][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:32:38,717][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-25 14:32:38,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:32:38,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,736][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:32:38,736][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-25 14:32:38,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:32:38,738][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:32:38,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,740][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:32:38,740][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@703a928c] -[DEBUG][2015-08-25 14:32:38,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:32:38,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:32:38,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:32:38,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,760][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-25 14:32:38,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:38,761][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-25 14:32:38,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:32:38,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,771][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:32:38,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,774][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:32:38,774][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@483edb6b] -[DEBUG][2015-08-25 14:32:38,780][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:32:38,780][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:32:38,780][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:32:38,780][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,780][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,795][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-25 14:32:38,796][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-25 14:32:38,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:38,796][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-25 14:32:38,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:32:38,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,807][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:32:38,807][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-25 14:32:38,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:32:38,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,844][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:32:38,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,845][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:32:38,846][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@7c310a67] -[DEBUG][2015-08-25 14:32:38,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:32:38,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:32:38,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:32:38,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,865][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-25 14:32:38,866][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-25 14:32:38,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:38,866][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-25 14:32:38,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:32:38,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,875][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:32:38,876][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-25 14:32:38,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:32:38,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,886][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:32:38,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,888][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:32:38,889][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@417de6ff] -[DEBUG][2015-08-25 14:32:38,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:32:38,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:32:38,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:32:38,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:38,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,902][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:32:38,902][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@609aef91] -[DEBUG][2015-08-25 14:32:38,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:32:38,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:32:38,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:32:38,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:38,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,920][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:32:38,920][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@155f28dc] -[DEBUG][2015-08-25 14:32:38,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:32:38,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:32:38,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:32:38,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,941][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-25 14:32:38,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:38,941][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-25 14:32:38,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:32:38,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,954][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:32:38,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,956][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:32:38,956][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@62982862] -[DEBUG][2015-08-25 14:32:38,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:32:38,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:32:38,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:32:38,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,970][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-25 14:32:38,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:38,970][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-25 14:32:38,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:32:38,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,978][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:32:38,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:38,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:38,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:39,013][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:32:39,014][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@2f94abe0] -[DEBUG][2015-08-25 14:32:39,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:32:39,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:32:39,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:32:39,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:39,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:39,033][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-25 14:32:39,034][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-25 14:32:39,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:32:39,034][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-25 14:32:39,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:32:39,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:39,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:39,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:39,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:39,058][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:32:39,058][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-25 14:32:39,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:32:39,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:39,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:39,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:39,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:39,067][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:32:39,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:39,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:39,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:39,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:39,069][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:32:39,069][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@190b108c] -[DEBUG][2015-08-25 14:32:39,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:32:39,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:32:39,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:39,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:32:39,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:32:39,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:32:39,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:32:39,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:39,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:32:39,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:39,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:32:39,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:32:39,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:32:39,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:32:39,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:32:39,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:32:39,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:32:39,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:32:39,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:32:39,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:32:39,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:32:39,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:32:39,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:32:39,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:32:39,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:32:39,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:32:39,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:32:39,090][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@77167add] -[DEBUG][2015-08-25 14:32:39,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:32:39,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:39,105][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:32:39,106][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:32:39,106][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:32:39,107][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:32:39,108][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@75b24924 testClass = orderTest, testInstance = com.changyu.test.orderTest@be016da, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:32:39,109][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:32:39,119][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-25 14:32:39,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:32:39,122][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:32:39,122][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-25 14:32:39,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:32:39,124][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:32:39,124][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-25 14:32:39,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:32:39,127][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:32:39,127][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-25 14:32:39,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:32:39,131][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:32:39,131][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-25 14:32:39,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:32:39,134][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:32:39,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:39,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:39,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:32:39,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:32:39,144][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:32:39,191][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 14:32:39,200][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17f43da0] -[DEBUG][2015-08-25 14:32:39,228][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 14:32:39,230][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 14:32:39,234][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@43849342] will be managed by Spring -[DEBUG][2015-08-25 14:32:39,246][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-25 14:32:39,468][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 14:32:39,532][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 14:32:39,533][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 14:32:39,534][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17f43da0] -[DEBUG][2015-08-25 14:32:39,760][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17f43da0] from current transaction -[DEBUG][2015-08-25 14:32:39,761][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-25 14:32:39,772][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 2429775447983(Long), 18896554880(String) -[DEBUG][2015-08-25 14:32:39,793][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 0 -[DEBUG][2015-08-25 14:32:39,794][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-25 14:32:39,794][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17f43da0] -[DEBUG][2015-08-25 14:32:39,794][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 14:32:39,795][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17f43da0] -[DEBUG][2015-08-25 14:32:39,796][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-25 14:32:39,797][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@75b24924 testClass = orderTest, testInstance = com.changyu.test.orderTest@be016da, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@70d683f3 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-25 14:32:39,798][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@75b24924 testClass = orderTest, testInstance = com.changyu.test.orderTest@be016da, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@70d683f3 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:32:39,807][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@75b24924 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@70d683f3 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-25 14:32:39,811][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@2d4bdf68: startup date [Tue Aug 25 14:32:33 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:32:39,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:32:39,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 14:32:39,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@735404c6: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:32:39,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:32:39,815][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:32:39,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 14:32:39,817][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-25 14:32:39,818][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-25 14:32:39,819][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-08-25 14:32:39,823][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 14:36:45,824][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:36:45,916][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@7d42f66f 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-25 14:36:45,921][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-25 14:36:45,925][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:36:46,002][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:36:46,003][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:36:46,007][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:36:46,007][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:36:46,011][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:36:46,011][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:36:46,017][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:36:46,017][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:36:46,022][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:36:46,023][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:36:46,280][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:36:46,282][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:46,286][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:46,287][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:36:46,299][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:36:46,300][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:46,300][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:46,300][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 14:36:46,318][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:36:46,365][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:36:46,444][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:36:46,460][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-25 14:36:46,465][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-25 14:36:46,583][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-25 14:36:46,601][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-25 14:36:46,622][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:36:46,653][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-25 14:36:46,750][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-25 14:36:46,751][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-25 14:36:46,762][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\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-25 14:36:46,829][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-25 14:36:46,829][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-25 14:36:46,834][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\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-25 14:36:46,862][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-25 14:36:46,868][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-25 14:36:46,870][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-25 14:36:46,876][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-25 14:36:46,879][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-25 14:36:46,883][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-25 14:36:46,886][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-25 14:36:46,888][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-25 14:36:46,891][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-25 14:36:46,902][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-25 14:36:46,915][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:36:46,916][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:36:46,920][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:36:46,926][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-25 14:36:47,000][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-25 14:36:47,021][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-25 14:36:47,035][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-25 14:36:47,052][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:36:47,054][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:36:47,068][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-25 14:36:47,147][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:36:47,158][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@2d4bdf68: startup date [Tue Aug 25 14:36:47 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:36:47,159][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@2d4bdf68: org.springframework.beans.factory.support.DefaultListableBeanFactory@26048761: 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,/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-25 14:36:47,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:36:47,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:36:47,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:47,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:36:47,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:36:47,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:36:47,308][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-25 14:36:47,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:36:47,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:36:47,520][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:36:47,520][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:47,520][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:47,520][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:36:47,525][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-25 14:36:47,525][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-25 14:36:47,534][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\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-25 14:36:47,535][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-25 14:36:47,536][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-25 14:36:47,537][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-25 14:36:47,537][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-25 14:36:47,539][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-25 14:36:47,540][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-25 14:36:47,541][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-25 14:36:47,541][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-25 14:36:47,542][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-25 14:36:47,543][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-25 14:36:47,543][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-25 14:36:47,544][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-25 14:36:47,544][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-25 14:36:47,545][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-25 14:36:47,546][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-25 14:36:47,547][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-25 14:36:47,550][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:36:47,553][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:36:47,553][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:36:47,554][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:36:47,554][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:36:47,554][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:36:47,554][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:36:47,554][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:36:47,555][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:36:47,555][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:36:47,555][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:36:47,555][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:36:47,555][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:36:47,555][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:36:47,556][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:36:47,556][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:36:47,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:36:47,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:36:47,568][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-25 14:36:47,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:36:47,592][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:36:47,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:36:47,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:36:47,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:47,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:36:47,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:36:47,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:36:47,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:47,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:36:47,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:36:47,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:36:47,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:47,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:36:47,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:36:47,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:36:47,629][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-25 14:36:47,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:36:47,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:36:47,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:36:47,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:47,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:36:47,685][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4c6efbef] -[DEBUG][2015-08-25 14:36:47,692][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@d36bad6] -[INFO][2015-08-25 14:36:47,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@26048761: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:36:47,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:36:47,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:36:47,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:36:47,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:36:47,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:36:47,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:36:47,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:36:47,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:47,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:47,722][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-25 14:36:47,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:36:47,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:36:47,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:47,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:47,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:47,756][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-25 14:36:47,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:36:47,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:47,787][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:36:47,787][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:47,788][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:47,788][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:36:47,789][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:36:47,789][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:47,790][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:47,791][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:36:47,792][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:36:47,792][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:47,793][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:47,793][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:36:47,798][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:36:47,799][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:47,799][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:47,800][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:36:47,802][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:36:47,803][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:47,804][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:47,804][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:36:47,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:47,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:36:48,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,261][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-25 14:36:48,275][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-25 14:36:48,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:48,277][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-25 14:36:48,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:36:48,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:36:48,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,311][org.springframework.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-25 14:36:48,311][org.springframework.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-25 14:36:48,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:48,324][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-25 14:36:48,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,368][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:36:48,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,385][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:36:48,385][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:36:48,385][org.springframework.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-25 14:36:48,385][org.springframework.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-25 14:36:48,385][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:48,385][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-25 14:36:48,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,402][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-25 14:36:48,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:36:48,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:36:48,403][org.springframework.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-25 14:36:48,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-08-25 14:36:48,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:48,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-08-25 14:36:48,410][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,414][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-25 14:36:48,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:36:48,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:36:48,415][org.springframework.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-25 14:36:48,415][org.springframework.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-25 14:36:48,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:48,416][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-25 14:36:48,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,419][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-25 14:36:48,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:36:48,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:36:48,421][org.springframework.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-25 14:36:48,421][org.springframework.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-25 14:36:48,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:48,421][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-25 14:36:48,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,425][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-25 14:36:48,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,427][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-25 14:36:48,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:36:48,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:36:48,431][org.springframework.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-25 14:36:48,431][org.springframework.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-25 14:36:48,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:48,433][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-25 14:36:48,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,438][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-25 14:36:48,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:36:48,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:36:48,441][org.springframework.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-25 14:36:48,441][org.springframework.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-25 14:36:48,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:48,441][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-25 14:36:48,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,445][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-25 14:36:48,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:36:48,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:36:48,446][org.springframework.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-25 14:36:48,447][org.springframework.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-25 14:36:48,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:48,448][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-25 14:36:48,449][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,449][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,451][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-25 14:36:48,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:36:48,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:36:48,452][org.springframework.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-25 14:36:48,452][org.springframework.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-25 14:36:48,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:48,453][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-25 14:36:48,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,458][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-25 14:36:48,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:36:48,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:36:48,460][org.springframework.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-25 14:36:48,460][org.springframework.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-25 14:36:48,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:48,461][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-25 14:36:48,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,465][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-25 14:36:48,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:36:48,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:36:48,466][org.springframework.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-25 14:36:48,466][org.springframework.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-25 14:36:48,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:48,467][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-25 14:36:48,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,470][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-25 14:36:48,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:36:48,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:36:48,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-08-25 14:36:48,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-08-25 14:36:48,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:48,471][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-25 14:36:48,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,475][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-25 14:36:48,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:36:48,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:36:48,476][org.springframework.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-25 14:36:48,476][org.springframework.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-25 14:36:48,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:48,476][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-25 14:36:48,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,479][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-25 14:36:48,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:36:48,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:36:48,481][org.springframework.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-25 14:36:48,481][org.springframework.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-25 14:36:48,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:48,481][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-25 14:36:48,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,485][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-25 14:36:48,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:36:48,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:36:48,486][org.springframework.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-25 14:36:48,486][org.springframework.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-25 14:36:48,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:48,486][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-25 14:36:48,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,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-25 14:36:48,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:36:48,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:36:48,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-25 14:36:48,493][org.springframework.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-25 14:36:48,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:48,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-25 14:36:48,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,496][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-25 14:36:48,497][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-25 14:36:48,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:48,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:48,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:48,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:36:48,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:36:48,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:48,693][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:36:48,693][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:48,694][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:48,695][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:36:48,696][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:36:48,697][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:48,697][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:48,697][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:36:48,699][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:36:48,699][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:48,700][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:48,700][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:36:48,701][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:36:48,702][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:48,702][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:48,702][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:36:48,703][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:36:48,704][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:48,704][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:36:48,704][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:36:48,715][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:36:48,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 14:36:48,969][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:36:48,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:48,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:48,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:49,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:36:49,232][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-25 14:36:49,232][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-25 14:36:49,238][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\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-25 14:36:49,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:49,467][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:36:49,468][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:36:49,470][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:36:49,471][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:36:49,472][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:36:49,473][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-25 14:36:49,474][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-25 14:36:49,617][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:36:49,618][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:36:49,619][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:36:49,620][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:36:49,621][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:36:49,622][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:36:49,623][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:36:49,624][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:36:49,625][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:36:49,625][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:36:49,626][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:36:49,626][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:36:49,627][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:36:49,628][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:36:49,628][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:36:49,629][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:36:49,630][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:36:49,630][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:36:49,631][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:36:49,631][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:36:49,632][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:36:49,632][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:36:49,633][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:36:49,634][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:36:49,635][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:36:49,635][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:36:49,636][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:36:49,636][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:36:49,637][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:36:49,638][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:36:49,638][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:36:49,639][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:36:49,640][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:36:49,640][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:36:49,641][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-25 14:36:49,641][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-25 14:36:49,642][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:36:49,643][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-25 14:36:49,643][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-25 14:36:49,644][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:36:49,645][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-25 14:36:49,645][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-25 14:36:49,646][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-25 14:36:49,647][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-25 14:36:49,647][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-25 14:36:49,649][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-25 14:36:49,650][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-25 14:36:49,650][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-25 14:36:49,651][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:36:49,652][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-25 14:36:49,652][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-25 14:36:49,653][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-25 14:36:49,654][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-25 14:36:49,654][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-25 14:36:49,655][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-25 14:36:49,656][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-25 14:36:49,657][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-25 14:36:49,657][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-25 14:36:49,676][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-25 14:36:49,676][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-25 14:36:49,679][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:36:49,684][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-25 14:36:49,685][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-25 14:36:49,686][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:36:49,687][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-25 14:36:49,687][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-25 14:36:49,690][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-25 14:36:49,691][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-25 14:36:49,691][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-25 14:36:49,692][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:36:49,693][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-25 14:36:49,693][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-25 14:36:49,695][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-25 14:36:49,696][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-25 14:36:49,696][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-25 14:36:49,697][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-25 14:36:49,698][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-25 14:36:49,698][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-25 14:36:49,699][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-25 14:36:49,700][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-25 14:36:49,700][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-25 14:36:49,701][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:36:49,702][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-25 14:36:49,702][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-25 14:36:49,703][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:36:49,704][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-25 14:36:49,705][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-25 14:36:49,706][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-25 14:36:49,707][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-25 14:36:49,708][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-25 14:36:49,709][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:36:49,711][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-25 14:36:49,711][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-25 14:36:49,712][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:36:49,713][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-25 14:36:49,714][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-25 14:36:49,714][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:36:49,716][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-25 14:36:49,716][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-25 14:36:49,717][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:36:49,718][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-25 14:36:49,719][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-25 14:36:49,720][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-25 14:36:49,721][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-25 14:36:49,722][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-25 14:36:49,725][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:36:49,726][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-25 14:36:49,726][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-25 14:36:49,728][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-25 14:36:49,729][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-25 14:36:49,729][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-25 14:36:49,730][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-25 14:36:49,731][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-25 14:36:49,732][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-25 14:36:49,733][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-25 14:36:49,734][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-25 14:36:49,734][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-25 14:36:49,735][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:36:49,735][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-25 14:36:49,736][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-25 14:36:49,737][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:36:49,738][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-25 14:36:49,739][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-25 14:36:49,740][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:36:49,741][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-25 14:36:49,741][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-25 14:36:49,742][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:36:49,743][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-25 14:36:49,743][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-25 14:36:49,744][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:36:49,745][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-25 14:36:49,746][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-25 14:36:49,746][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:36:49,748][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,749][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,749][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,750][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,751][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,751][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,751][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,753][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,754][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,755][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,758][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,759][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,761][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,762][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,764][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,765][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,766][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,767][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,768][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,769][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,770][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,772][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,774][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,776][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,776][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,777][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,778][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,779][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,780][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,782][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,783][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,784][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,785][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:36:49,810][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:36:51,060][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-25 14:36:51,149][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-25 14:36:51,242][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-25 14:36:51,294][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-25 14:36:51,407][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-25 14:36:51,473][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-25 14:36:51,606][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-25 14:36:51,677][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-25 14:36:51,736][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-25 14:36:51,961][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-25 14:36:52,041][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-25 14:36:52,088][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-25 14:36:52,146][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-25 14:36:52,212][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-25 14:36:52,255][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-25 14:36:52,365][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-25 14:36:52,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:52,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:36:52,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:36:52,405][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-25 14:36:52,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:52,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:36:52,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:36:52,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-08-25 14:36:52,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:52,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:36:52,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:36:52,408][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-25 14:36:52,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:52,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:36:52,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:36:52,410][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-25 14:36:52,410][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:52,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:36:52,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:36:52,411][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-25 14:36:52,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:52,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:36:52,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:36:52,413][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-25 14:36:52,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:52,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:36:52,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:36:52,414][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-25 14:36:52,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:52,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:36:52,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:36:52,416][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-25 14:36:52,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:52,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:36:52,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:36:52,418][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-25 14:36:52,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:52,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:36:52,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:36:52,420][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-25 14:36:52,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:52,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:36:52,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:36:52,425][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-25 14:36:52,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:52,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:36:52,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:36:52,427][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-25 14:36:52,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:52,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:36:52,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:36:52,430][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-25 14:36:52,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:52,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:36:52,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:36:52,432][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-25 14:36:52,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:52,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:36:52,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:36:52,434][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-25 14:36:52,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:52,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:36:52,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:36:52,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,449][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,449][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,449][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,466][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-25 14:36:52,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:36:52,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,493][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:36:52,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:36:52,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:36:52,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:52,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:36:52,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:36:52,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:52,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:36:52,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:36:52,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:36:52,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:36:52,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,559][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:36:52,559][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:36:52,560][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:36:52,560][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:36:52,560][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:36:52,560][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:36:52,560][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:36:52,560][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:36:52,560][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:36:52,561][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:36:52,561][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:36:52,561][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:36:52,561][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:36:52,561][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:36:52,561][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:36:52,562][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:36:52,562][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:36:52,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:36:52,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:36:52,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:36:52,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:36:52,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:36:52,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:52,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:36:52,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:36:52,608][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:36:52,611][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@3b967594] -[DEBUG][2015-08-25 14:36:52,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:36:52,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:36:52,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:36:52,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,637][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-25 14:36:52,637][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-25 14:36:52,637][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-25 14:36:52,637][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-25 14:36:52,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:52,638][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-25 14:36:52,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:36:52,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,651][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:36:52,651][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-25 14:36:52,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:36:52,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,668][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:36:52,669][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-25 14:36:52,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:36:52,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,690][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:36:52,691][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-25 14:36:52,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:36:52,692][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:36:52,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,695][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:36:52,695][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@6b447481] -[DEBUG][2015-08-25 14:36:52,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:36:52,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:36:52,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:36:52,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,716][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-25 14:36:52,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:52,717][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-25 14:36:52,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:36:52,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,730][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:36:52,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,732][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:36:52,732][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@2cec9411] -[DEBUG][2015-08-25 14:36:52,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:36:52,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:36:52,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:36:52,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,752][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-25 14:36:52,752][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-25 14:36:52,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:52,753][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-25 14:36:52,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:36:52,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,786][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:36:52,787][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-25 14:36:52,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:36:52,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,796][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:36:52,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,798][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:36:52,798][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@66869265] -[DEBUG][2015-08-25 14:36:52,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:36:52,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:36:52,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:36:52,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,817][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-25 14:36:52,818][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-25 14:36:52,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:52,818][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-25 14:36:52,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:36:52,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,828][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:36:52,828][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-25 14:36:52,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:36:52,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,838][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:36:52,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,840][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:36:52,841][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@66c73750] -[DEBUG][2015-08-25 14:36:52,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:36:52,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:36:52,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:36:52,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:52,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,855][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:36:52,856][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@1af072f9] -[DEBUG][2015-08-25 14:36:52,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:36:52,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:36:52,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:36:52,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:52,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,874][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:36:52,876][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@954778a] -[DEBUG][2015-08-25 14:36:52,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:36:52,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:36:52,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:36:52,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,887][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-25 14:36:52,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:52,887][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-25 14:36:52,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:36:52,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,899][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:36:52,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,900][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:36:52,901][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@155f28dc] -[DEBUG][2015-08-25 14:36:52,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:36:52,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:36:52,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:36:52,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,916][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-25 14:36:52,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:52,916][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-25 14:36:52,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:36:52,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,924][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:36:52,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,927][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:36:52,927][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@73d5f05f] -[DEBUG][2015-08-25 14:36:52,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:36:52,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:36:52,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:36:52,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,951][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-25 14:36:52,951][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-25 14:36:52,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:36:52,951][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-25 14:36:52,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:36:52,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,962][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:36:52,962][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-25 14:36:52,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:36:52,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:52,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:52,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:53,000][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:36:53,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:53,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:53,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:53,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:53,003][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:36:53,003][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@3a644df6] -[DEBUG][2015-08-25 14:36:53,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:36:53,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:36:53,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:53,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:36:53,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:36:53,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:36:53,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:36:53,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:53,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:36:53,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:53,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:36:53,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:36:53,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:36:53,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:36:53,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:36:53,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:36:53,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:36:53,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:36:53,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:36:53,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:36:53,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:36:53,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:36:53,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:36:53,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:36:53,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:36:53,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:36:53,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:36:53,022][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2faab9a1] -[DEBUG][2015-08-25 14:36:53,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:36:53,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:53,032][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:36:53,032][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:36:53,033][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:36:53,033][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:36:53,035][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@4cdc9987 testClass = orderTest, testInstance = com.changyu.test.orderTest@26e3957d, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:36:53,035][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:36:53,049][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-25 14:36:53,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:36:53,052][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:36:53,052][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-25 14:36:53,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:36:53,054][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:36:53,054][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-25 14:36:53,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:36:53,056][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:36:53,057][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-25 14:36:53,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:36:53,059][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:36:53,060][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-25 14:36:53,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:36:53,062][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:36:53,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:53,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:53,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:36:53,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:36:53,072][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:36:53,116][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 14:36:53,129][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77e19d74] -[DEBUG][2015-08-25 14:36:53,158][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 14:36:53,159][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 14:36:53,163][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@24cce823] will be managed by Spring -[DEBUG][2015-08-25 14:36:53,175][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-25 14:36:53,404][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 14:36:53,589][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 14:36:53,590][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 14:36:53,591][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77e19d74] -[DEBUG][2015-08-25 14:36:53,816][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77e19d74] from current transaction -[DEBUG][2015-08-25 14:36:53,817][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-25 14:36:53,829][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 2429775447983(Long), 18896554880(String) -[DEBUG][2015-08-25 14:36:53,867][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 1 -[DEBUG][2015-08-25 14:36:53,868][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-25 14:36:53,868][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77e19d74] -[DEBUG][2015-08-25 14:36:53,900][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77e19d74] from current transaction -[DEBUG][2015-08-25 14:36:53,900][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-25 14:36:53,901][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 1488888888888(Long), 18896554880(String) -[DEBUG][2015-08-25 14:36:53,946][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 1 -[DEBUG][2015-08-25 14:36:53,946][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77e19d74] -[DEBUG][2015-08-25 14:36:53,947][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 14:36:53,947][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77e19d74] -[DEBUG][2015-08-25 14:36:53,948][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-25 14:36:53,950][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@4cdc9987 testClass = orderTest, testInstance = com.changyu.test.orderTest@26e3957d, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@665373c8 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-25 14:36:53,950][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@4cdc9987 testClass = orderTest, testInstance = com.changyu.test.orderTest@26e3957d, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:36:53,960][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@4cdc9987 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@665373c8 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-25 14:36:53,963][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@2d4bdf68: startup date [Tue Aug 25 14:36:47 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:36:53,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:36:53,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 14:36:53,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@26048761: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:36:53,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:36:53,968][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:36:53,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 14:36:53,970][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-25 14:36:53,971][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-25 14:36:53,972][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-08-25 14:36:53,977][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 14:37:24,911][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:37:24,997][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@374131a8 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-25 14:37:25,002][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-25 14:37:25,006][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:37:25,085][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:37:25,086][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:37:25,089][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:37:25,090][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:37:25,092][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:37:25,093][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:37:25,098][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:37:25,098][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:37:25,105][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:37:25,106][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:37:25,357][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:37:25,360][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:25,364][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:25,364][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:37:25,378][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:37:25,378][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:25,378][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:25,379][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 14:37:25,398][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:37:25,445][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:37:25,521][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:37:25,535][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-25 14:37:25,541][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-25 14:37:25,645][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-25 14:37:25,665][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-25 14:37:25,688][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:37:25,727][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-25 14:37:25,816][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-25 14:37:25,816][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-25 14:37:25,827][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\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-25 14:37:25,896][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-25 14:37:25,896][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-25 14:37:25,902][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\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-25 14:37:25,944][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-25 14:37:25,948][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-25 14:37:25,950][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-25 14:37:25,955][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-25 14:37:25,957][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-25 14:37:25,960][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-25 14:37:25,962][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-25 14:37:25,963][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-25 14:37:25,965][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-25 14:37:25,974][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-25 14:37:25,982][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:37:25,982][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:37:25,986][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:37:25,990][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-25 14:37:26,043][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-25 14:37:26,065][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-25 14:37:26,078][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-25 14:37:26,095][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:37:26,096][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:37:26,111][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-25 14:37:26,187][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:37:26,194][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@735c3f7b: startup date [Tue Aug 25 14:37:26 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:37:26,195][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@735c3f7b: org.springframework.beans.factory.support.DefaultListableBeanFactory@6a01f32e: 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,/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-25 14:37:26,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:37:26,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:37:26,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:26,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:37:26,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:37:26,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:37:26,330][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-25 14:37:26,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:37:26,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:37:26,554][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:37:26,555][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:26,556][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:26,556][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:37:26,560][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-25 14:37:26,560][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-25 14:37:26,569][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\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-25 14:37:26,570][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-25 14:37:26,570][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-25 14:37:26,571][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-25 14:37:26,571][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-25 14:37:26,572][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-25 14:37:26,572][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-25 14:37:26,573][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-25 14:37:26,573][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-25 14:37:26,574][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-25 14:37:26,575][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-25 14:37:26,575][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-25 14:37:26,576][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-25 14:37:26,576][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-25 14:37:26,577][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-25 14:37:26,577][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-25 14:37:26,578][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-25 14:37:26,583][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:37:26,586][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:37:26,586][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:37:26,586][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:37:26,586][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:37:26,588][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:37:26,588][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:37:26,588][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:37:26,588][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:37:26,588][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:37:26,589][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:37:26,589][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:37:26,589][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:37:26,589][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:37:26,589][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:37:26,589][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:37:26,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:37:26,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:37:26,601][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-25 14:37:26,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:37:26,622][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:37:26,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:37:26,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:37:26,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:26,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:37:26,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:37:26,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:37:26,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:26,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:37:26,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:37:26,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:37:26,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:26,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:37:26,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:37:26,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:37:26,659][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-25 14:37:26,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:37:26,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:37:26,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:37:26,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:26,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:37:26,716][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6f2a751d] -[DEBUG][2015-08-25 14:37:26,721][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@185b39e8] -[INFO][2015-08-25 14:37:26,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6a01f32e: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:37:26,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:37:26,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:37:26,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:37:26,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:37:26,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:37:26,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:37:26,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:37:26,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:26,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:26,750][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-25 14:37:26,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:37:26,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:37:26,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:26,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:26,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:26,786][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-25 14:37:26,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:37:26,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:26,816][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:37:26,817][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:26,817][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:26,817][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:37:26,819][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:37:26,819][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:26,819][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:26,820][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:37:26,821][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:37:26,821][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:26,821][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:26,822][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:37:26,827][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:37:26,827][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:26,827][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:26,828][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:37:26,831][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:37:26,831][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:26,831][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:26,832][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:37:26,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:26,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:37:27,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,274][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-25 14:37:27,287][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-25 14:37:27,288][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:27,288][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-25 14:37:27,288][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:37:27,288][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:37:27,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,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-25 14:37:27,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.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-25 14:37:27,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:27,336][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-25 14:37:27,340][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,380][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:37:27,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:37:27,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:37:27,393][org.springframework.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-25 14:37:27,393][org.springframework.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-25 14:37:27,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:27,393][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-25 14:37:27,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,409][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-25 14:37:27,410][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,410][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,410][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:37:27,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:37:27,411][org.springframework.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-25 14:37:27,411][org.springframework.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-25 14:37:27,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:27,412][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-25 14:37:27,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,417][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-25 14:37:27,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:37:27,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:37:27,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-25 14:37:27,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-25 14:37:27,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:27,418][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-25 14:37:27,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,422][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-25 14:37:27,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:37:27,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:37:27,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-08-25 14:37:27,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-08-25 14:37:27,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:27,424][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-25 14:37:27,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,427][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-25 14:37:27,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,429][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-25 14:37:27,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:37:27,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:37:27,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-08-25 14:37:27,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-08-25 14:37:27,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:27,432][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-25 14:37:27,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,435][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-25 14:37:27,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:37:27,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:37:27,437][org.springframework.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-25 14:37:27,437][org.springframework.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-25 14:37:27,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:27,437][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-25 14:37:27,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,440][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-25 14:37:27,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:37:27,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:37:27,441][org.springframework.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-25 14:37:27,441][org.springframework.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-25 14:37:27,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:27,441][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-25 14:37:27,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,444][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-25 14:37:27,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:37:27,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:37:27,445][org.springframework.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-25 14:37:27,445][org.springframework.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-25 14:37:27,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:27,446][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-25 14:37:27,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,449][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-25 14:37:27,449][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:37:27,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:37:27,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.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-25 14:37:27,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-08-25 14:37:27,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:27,451][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-25 14:37:27,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,454][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-25 14:37:27,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:37:27,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:37:27,455][org.springframework.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-25 14:37:27,455][org.springframework.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-25 14:37:27,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:27,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-25 14:37:27,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,458][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-25 14:37:27,458][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:37:27,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:37:27,459][org.springframework.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-25 14:37:27,459][org.springframework.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-25 14:37:27,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:27,460][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-25 14:37:27,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,462][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,462][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,463][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-25 14:37:27,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:37:27,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:37:27,466][org.springframework.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-25 14:37:27,466][org.springframework.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-25 14:37:27,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:27,466][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-25 14:37:27,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,469][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-25 14:37:27,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:37:27,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:37:27,470][org.springframework.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-25 14:37:27,470][org.springframework.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-25 14:37:27,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:27,471][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-25 14:37:27,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,474][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-25 14:37:27,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:37:27,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:37:27,475][org.springframework.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-25 14:37:27,475][org.springframework.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-25 14:37:27,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:27,476][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-25 14:37:27,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,479][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-25 14:37:27,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,482][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:37:27,482][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:37:27,483][org.springframework.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-25 14:37:27,483][org.springframework.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-25 14:37:27,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:27,483][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-25 14:37:27,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,487][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-25 14:37:27,488][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-25 14:37:27,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:27,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:27,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:27,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:37:27,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:37:27,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:27,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:27,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:27,739][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:37:27,739][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:27,739][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:27,740][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:37:27,741][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:37:27,741][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:27,742][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:27,742][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:37:27,743][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:37:27,743][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:27,743][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:27,744][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:37:27,745][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:37:27,745][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:27,745][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:27,745][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:37:27,747][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:37:27,747][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:27,747][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:37:27,748][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:37:27,757][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:37:27,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 14:37:28,000][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:37:28,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:28,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:28,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:28,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:28,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:37:28,231][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-25 14:37:28,231][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-25 14:37:28,237][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\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-25 14:37:28,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:28,440][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:37:28,441][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:37:28,446][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:37:28,448][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:37:28,449][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:37:28,450][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-25 14:37:28,450][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-25 14:37:28,588][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:37:28,590][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:37:28,590][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:37:28,591][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:37:28,591][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:37:28,592][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:37:28,593][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:37:28,593][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:37:28,594][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:37:28,594][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:37:28,595][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:37:28,596][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:37:28,598][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:37:28,599][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:37:28,599][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:37:28,600][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:37:28,601][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:37:28,602][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:37:28,602][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:37:28,603][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:37:28,603][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:37:28,604][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:37:28,604][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:37:28,605][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:37:28,606][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:37:28,606][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:37:28,607][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:37:28,607][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:37:28,608][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:37:28,608][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:37:28,609][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:37:28,610][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:37:28,611][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:37:28,611][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:37:28,611][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-25 14:37:28,612][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-25 14:37:28,613][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:37:28,614][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-25 14:37:28,614][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-25 14:37:28,615][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:37:28,616][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-25 14:37:28,616][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-25 14:37:28,617][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-25 14:37:28,618][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-25 14:37:28,618][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-25 14:37:28,619][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-25 14:37:28,620][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-25 14:37:28,620][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-25 14:37:28,621][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:37:28,622][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-25 14:37:28,622][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-25 14:37:28,623][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-25 14:37:28,624][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-25 14:37:28,624][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-25 14:37:28,625][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-25 14:37:28,626][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-25 14:37:28,626][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-25 14:37:28,627][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-25 14:37:28,642][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-25 14:37:28,645][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-25 14:37:28,653][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:37:28,654][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-25 14:37:28,654][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-25 14:37:28,655][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:37:28,656][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-25 14:37:28,657][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-25 14:37:28,660][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-25 14:37:28,661][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-25 14:37:28,661][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-25 14:37:28,662][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:37:28,665][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-25 14:37:28,666][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-25 14:37:28,667][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-25 14:37:28,669][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-25 14:37:28,669][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-25 14:37:28,670][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-25 14:37:28,671][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-25 14:37:28,671][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-25 14:37:28,672][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-25 14:37:28,673][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-25 14:37:28,673][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-25 14:37:28,674][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:37:28,675][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-25 14:37:28,675][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-25 14:37:28,676][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:37:28,677][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-25 14:37:28,677][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-25 14:37:28,679][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-25 14:37:28,680][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-25 14:37:28,680][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-25 14:37:28,682][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:37:28,683][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-25 14:37:28,684][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-25 14:37:28,685][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:37:28,686][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-25 14:37:28,687][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-25 14:37:28,688][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:37:28,688][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-25 14:37:28,689][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-25 14:37:28,690][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:37:28,691][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-25 14:37:28,691][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-25 14:37:28,692][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-25 14:37:28,693][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-25 14:37:28,693][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-25 14:37:28,694][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:37:28,695][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-25 14:37:28,695][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-25 14:37:28,697][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-25 14:37:28,698][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-25 14:37:28,698][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-25 14:37:28,699][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-25 14:37:28,700][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-25 14:37:28,700][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-25 14:37:28,701][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-25 14:37:28,702][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-25 14:37:28,702][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-25 14:37:28,703][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:37:28,704][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-25 14:37:28,704][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-25 14:37:28,706][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:37:28,707][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-25 14:37:28,707][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-25 14:37:28,708][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:37:28,709][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-25 14:37:28,709][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-25 14:37:28,710][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:37:28,711][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-25 14:37:28,711][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-25 14:37:28,712][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:37:28,714][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-25 14:37:28,714][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-25 14:37:28,715][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:37:28,716][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,718][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,718][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,718][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,720][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,720][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,720][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,721][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,723][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,724][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,725][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,727][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,728][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,729][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,731][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,732][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,733][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,734][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,735][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,736][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,737][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,738][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,739][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,742][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,742][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,743][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,744][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,745][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,747][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,748][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,749][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,751][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,752][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:37:28,778][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:37:29,937][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-25 14:37:30,010][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-25 14:37:30,093][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-25 14:37:30,142][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-25 14:37:30,256][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-25 14:37:30,321][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-25 14:37:30,459][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-25 14:37:30,529][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-25 14:37:30,584][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-25 14:37:30,773][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-25 14:37:30,824][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-25 14:37:30,869][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-25 14:37:30,923][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-25 14:37:30,986][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-25 14:37:31,026][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-25 14:37:31,138][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-25 14:37:31,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:31,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:37:31,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:37:31,177][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-25 14:37:31,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:31,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:37:31,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:37:31,180][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-25 14:37:31,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:31,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:37:31,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:37:31,182][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-25 14:37:31,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:31,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:37:31,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:37:31,185][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-25 14:37:31,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:31,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:37:31,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:37:31,187][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-25 14:37:31,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:31,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:37:31,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:37:31,188][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-25 14:37:31,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:31,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:37:31,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:37:31,190][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-25 14:37:31,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:31,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:37:31,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:37:31,191][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-25 14:37:31,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:31,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:37:31,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:37:31,192][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-25 14:37:31,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:31,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:37:31,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:37:31,194][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-25 14:37:31,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:31,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:37:31,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:37:31,195][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-25 14:37:31,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:31,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:37:31,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:37:31,197][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-25 14:37:31,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:31,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:37:31,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:37:31,198][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-25 14:37:31,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:31,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:37:31,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:37:31,200][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-25 14:37:31,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:31,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:37:31,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:37:31,202][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-25 14:37:31,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:31,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:37:31,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:37:31,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,231][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-25 14:37:31,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:37:31,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,256][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:37:31,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:37:31,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:37:31,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:31,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:37:31,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:37:31,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,287][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:31,299][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:37:31,299][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:37:31,299][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:37:31,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:37:31,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,322][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:37:31,322][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:37:31,322][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:37:31,322][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:37:31,322][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:37:31,323][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:37:31,323][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:37:31,323][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:37:31,323][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:37:31,323][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:37:31,323][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:37:31,323][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:37:31,323][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:37:31,324][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:37:31,324][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:37:31,324][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:37:31,324][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:37:31,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:37:31,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:37:31,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:37:31,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:37:31,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:37:31,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:31,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:37:31,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:37:31,363][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:37:31,366][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@535b7436] -[DEBUG][2015-08-25 14:37:31,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:37:31,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:37:31,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:37:31,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,392][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-25 14:37:31,392][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-25 14:37:31,392][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-25 14:37:31,392][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-25 14:37:31,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:31,393][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-25 14:37:31,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:37:31,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,408][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:37:31,408][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-25 14:37:31,410][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:37:31,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,441][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:37:31,442][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-25 14:37:31,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:37:31,443][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:37:31,443][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-25 14:37:31,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:37:31,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,462][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:37:31,462][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,464][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:37:31,464][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@6491b172] -[DEBUG][2015-08-25 14:37:31,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:37:31,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:37:31,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:37:31,482][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,482][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,487][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-25 14:37:31,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:31,487][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-25 14:37:31,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:37:31,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,497][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:37:31,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,499][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:37:31,499][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@621dd45b] -[DEBUG][2015-08-25 14:37:31,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:37:31,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:37:31,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:37:31,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,522][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-25 14:37:31,523][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-25 14:37:31,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:31,523][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-25 14:37:31,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:37:31,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,560][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:37:31,560][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-25 14:37:31,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:37:31,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,569][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:37:31,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,571][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:37:31,572][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@26190041] -[DEBUG][2015-08-25 14:37:31,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:37:31,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:37:31,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:37:31,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,593][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-25 14:37:31,593][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-25 14:37:31,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:31,594][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-25 14:37:31,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:37:31,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,604][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:37:31,604][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-25 14:37:31,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:37:31,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,614][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:37:31,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,616][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:37:31,617][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@4fe087e7] -[DEBUG][2015-08-25 14:37:31,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:37:31,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:37:31,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:37:31,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,625][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:31,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,631][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:37:31,631][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@76abf71] -[DEBUG][2015-08-25 14:37:31,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:37:31,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:37:31,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:37:31,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:31,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,649][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:37:31,649][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@639cc8fd] -[DEBUG][2015-08-25 14:37:31,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:37:31,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:37:31,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:37:31,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,661][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-25 14:37:31,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:31,662][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-25 14:37:31,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:37:31,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,674][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:37:31,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,675][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:37:31,676][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@188ef927] -[DEBUG][2015-08-25 14:37:31,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:37:31,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:37:31,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:37:31,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,688][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-25 14:37:31,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:31,689][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-25 14:37:31,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:37:31,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,697][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:37:31,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,700][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:37:31,700][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@73836c7f] -[DEBUG][2015-08-25 14:37:31,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:37:31,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:37:31,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:37:31,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,719][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-25 14:37:31,719][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-25 14:37:31,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:37:31,720][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-25 14:37:31,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:37:31,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,729][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:37:31,730][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-25 14:37:31,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:37:31,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,751][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:37:31,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,753][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:37:31,753][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@a606240] -[DEBUG][2015-08-25 14:37:31,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:37:31,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:37:31,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:31,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:37:31,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:37:31,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:37:31,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:37:31,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:37:31,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:37:31,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:37:31,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:37:31,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:37:31,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:37:31,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:37:31,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:37:31,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:37:31,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:37:31,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:37:31,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:37:31,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:37:31,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:37:31,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:37:31,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:37:31,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:37:31,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:37:31,770][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@528af725] -[DEBUG][2015-08-25 14:37:31,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:37:31,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:31,780][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:37:31,781][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:37:31,782][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:37:31,783][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:37:31,784][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@77b995c2 testClass = orderTest, testInstance = com.changyu.test.orderTest@391730f6, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:37:31,784][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:37:31,797][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-25 14:37:31,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:37:31,799][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:37:31,799][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-25 14:37:31,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:37:31,801][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:37:31,801][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-25 14:37:31,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:37:31,803][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:37:31,804][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-25 14:37:31,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:37:31,806][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:37:31,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-08-25 14:37:31,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:37:31,809][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:37:31,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:37:31,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:37:31,821][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:37:31,862][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 14:37:31,871][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c89a3dd] -[DEBUG][2015-08-25 14:37:31,906][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 14:37:31,907][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 14:37:31,914][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@a7bc66b] will be managed by Spring -[DEBUG][2015-08-25 14:37:31,933][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-25 14:37:32,160][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 14:37:32,225][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 14:37:32,226][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 14:37:32,227][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c89a3dd] -[DEBUG][2015-08-25 14:37:32,453][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c89a3dd] from current transaction -[DEBUG][2015-08-25 14:37:32,454][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-25 14:37:32,466][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 2429775447983(Long), 18896554880(String) -[DEBUG][2015-08-25 14:37:32,498][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 1 -[DEBUG][2015-08-25 14:37:32,499][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-25 14:37:32,499][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c89a3dd] -[DEBUG][2015-08-25 14:37:32,530][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c89a3dd] from current transaction -[DEBUG][2015-08-25 14:37:32,531][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-25 14:37:32,531][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 1488888888888(Long), 18896554880(String) -[DEBUG][2015-08-25 14:37:32,554][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 1 -[DEBUG][2015-08-25 14:37:32,554][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c89a3dd] -[DEBUG][2015-08-25 14:37:32,555][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 14:37:32,555][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c89a3dd] -[DEBUG][2015-08-25 14:37:32,557][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-25 14:37:32,558][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@77b995c2 testClass = orderTest, testInstance = com.changyu.test.orderTest@391730f6, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@665373c8 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-25 14:37:32,559][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@77b995c2 testClass = orderTest, testInstance = com.changyu.test.orderTest@391730f6, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:37:32,568][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@77b995c2 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@665373c8 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-25 14:37:32,571][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@735c3f7b: startup date [Tue Aug 25 14:37:26 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:37:32,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:37:32,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 14:37:32,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6a01f32e: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:37:32,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:37:32,575][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:37:32,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 14:37:32,578][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-25 14:37:32,578][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-25 14:37:32,579][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-08-25 14:37:32,583][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 14:38:13,463][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:38:13,546][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@374131a8 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-25 14:38:13,551][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-25 14:38:13,555][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:38:13,630][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:38:13,630][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:38:13,634][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:38:13,635][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:38:13,637][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:38:13,637][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:38:13,645][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:38:13,645][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:38:13,650][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:38:13,651][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:38:13,898][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:13,901][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:13,904][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:13,905][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:13,919][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:13,920][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:13,920][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:13,920][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 14:38:13,938][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:38:13,984][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:38:14,061][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:38:14,075][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-25 14:38:14,079][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-25 14:38:14,190][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-25 14:38:14,206][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-25 14:38:14,227][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:38:14,260][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-25 14:38:14,349][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-25 14:38:14,349][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-25 14:38:14,360][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\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-25 14:38:14,426][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-25 14:38:14,427][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-25 14:38:14,433][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\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-25 14:38:14,459][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-25 14:38:14,464][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-25 14:38:14,466][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-25 14:38:14,471][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-25 14:38:14,473][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-25 14:38:14,476][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-25 14:38:14,478][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-25 14:38:14,480][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-25 14:38:14,481][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-25 14:38:14,490][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-25 14:38:14,501][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:38:14,501][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:38:14,506][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:38:14,511][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-25 14:38:14,560][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-25 14:38:14,586][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-25 14:38:14,599][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-25 14:38:14,617][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:38:14,618][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:38:14,631][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-25 14:38:14,705][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:38:14,712][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@735c3f7b: startup date [Tue Aug 25 14:38:14 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:38:14,713][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@735c3f7b: org.springframework.beans.factory.support.DefaultListableBeanFactory@26048761: 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,/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-25 14:38:14,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:38:14,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:38:14,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:14,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:38:14,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:38:14,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:38:14,846][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-25 14:38:14,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:38:14,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:38:15,061][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:15,061][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:15,062][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:15,062][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:15,066][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-25 14:38:15,066][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-25 14:38:15,075][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\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-25 14:38:15,077][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-25 14:38:15,078][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-25 14:38:15,078][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-25 14:38:15,079][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-25 14:38:15,080][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-25 14:38:15,080][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-25 14:38:15,081][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-25 14:38:15,081][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-25 14:38:15,082][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-25 14:38:15,083][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-25 14:38:15,084][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-25 14:38:15,085][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-25 14:38:15,085][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-25 14:38:15,086][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-25 14:38:15,088][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-25 14:38:15,089][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-25 14:38:15,093][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:38:15,096][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:38:15,096][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:38:15,096][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:38:15,096][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:38:15,096][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:38:15,096][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:38:15,097][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:38:15,097][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:38:15,097][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:38:15,097][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:38:15,097][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:38:15,097][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:38:15,098][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:38:15,098][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:38:15,098][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:38:15,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:38:15,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:38:15,110][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-25 14:38:15,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:38:15,129][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:38:15,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:38:15,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:38:15,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:15,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:38:15,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:38:15,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:38:15,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:15,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:38:15,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:38:15,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:38:15,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:15,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:38:15,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:38:15,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:38:15,167][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-25 14:38:15,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:38:15,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:38:15,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:38:15,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:15,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:38:15,224][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4c6efbef] -[DEBUG][2015-08-25 14:38:15,229][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@d36bad6] -[INFO][2015-08-25 14:38:15,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@26048761: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:38:15,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:38:15,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:38:15,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:38:15,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:38:15,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:38:15,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:38:15,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:38:15,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,259][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-25 14:38:15,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:38:15,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:38:15,295][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,295][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,295][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,296][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-25 14:38:15,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:38:15,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,327][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:15,328][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:15,328][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:15,328][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:15,329][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:15,330][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:15,330][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:15,330][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:15,332][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:15,332][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:15,332][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:15,333][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:15,338][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:15,339][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:15,339][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:15,339][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:15,342][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:15,342][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:15,343][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:15,343][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:15,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:38:15,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,786][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-25 14:38:15,802][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-25 14:38:15,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:15,803][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-25 14:38:15,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:38:15,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:38:15,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,838][org.springframework.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-25 14:38:15,838][org.springframework.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-25 14:38:15,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:15,853][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-25 14:38:15,853][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-25 14:38:15,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,899][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:38:15,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:38:15,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:38:15,932][org.springframework.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-25 14:38:15,932][org.springframework.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-25 14:38:15,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:15,932][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-25 14:38:15,933][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-25 14:38:15,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,951][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-25 14:38:15,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:38:15,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:38:15,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-08-25 14:38:15,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-08-25 14:38:15,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:15,955][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-25 14:38:15,957][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-25 14:38:15,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,964][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-25 14:38:15,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:38:15,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:38:15,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-08-25 14:38:15,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-08-25 14:38:15,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:15,966][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-25 14:38:15,966][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-25 14:38:15,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,970][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-25 14:38:15,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:38:15,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:38:15,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.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-25 14:38:15,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-08-25 14:38:15,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:15,971][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-25 14:38:15,972][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-25 14:38:15,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,975][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-25 14:38:15,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,977][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-25 14:38:15,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:38:15,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:38:15,978][org.springframework.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-25 14:38:15,978][org.springframework.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-25 14:38:15,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:15,979][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-25 14:38:15,979][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-25 14:38:15,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,982][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-25 14:38:15,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:38:15,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:38:15,983][org.springframework.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-25 14:38:15,984][org.springframework.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-25 14:38:15,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:15,984][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-25 14:38:15,984][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-25 14:38:15,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,987][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-25 14:38:15,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:38:15,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:38:15,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-08-25 14:38:15,990][org.springframework.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-25 14:38:15,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:15,990][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-25 14:38:15,990][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-25 14:38:15,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,993][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-25 14:38:15,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:38:15,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:38:15,994][org.springframework.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-25 14:38:15,995][org.springframework.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-25 14:38:15,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:15,995][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-25 14:38:15,995][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-25 14:38:15,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:15,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:15,998][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-25 14:38:15,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:38:16,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:38:16,001][org.springframework.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-25 14:38:16,001][org.springframework.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-25 14:38:16,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:16,001][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-25 14:38:16,001][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-25 14:38:16,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,004][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-25 14:38:16,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:38:16,007][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:38:16,007][org.springframework.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-25 14:38:16,007][org.springframework.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-25 14:38:16,007][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:16,008][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-25 14:38:16,008][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-25 14:38:16,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,011][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-25 14:38:16,011][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,011][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:38:16,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:38:16,012][org.springframework.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-25 14:38:16,013][org.springframework.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-25 14:38:16,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:16,013][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-25 14:38:16,013][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-25 14:38:16,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,016][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-25 14:38:16,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:38:16,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:38:16,018][org.springframework.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-25 14:38:16,018][org.springframework.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-25 14:38:16,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:16,018][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-25 14:38:16,018][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-25 14:38:16,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,021][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,023][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-25 14:38:16,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:38:16,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:38:16,024][org.springframework.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-25 14:38:16,024][org.springframework.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-25 14:38:16,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:16,025][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-25 14:38:16,025][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-25 14:38:16,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,028][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-25 14:38:16,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:38:16,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:38:16,030][org.springframework.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-25 14:38:16,030][org.springframework.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-25 14:38:16,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:16,030][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-25 14:38:16,030][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-25 14:38:16,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,034][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-25 14:38:16,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:38:16,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:38:16,036][org.springframework.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-25 14:38:16,036][org.springframework.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-25 14:38:16,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:16,037][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-25 14:38:16,037][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-25 14:38:16,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,042][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-25 14:38:16,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:16,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:16,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:16,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:38:16,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:38:16,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:16,240][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:16,240][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:16,241][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:16,241][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:16,243][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:16,245][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:16,246][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:16,246][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:16,247][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:16,248][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:16,248][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:16,248][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:16,249][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:16,250][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:16,250][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:16,250][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:16,252][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:16,252][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:16,252][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:16,253][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:38:16,262][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:38:16,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 14:38:16,488][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:38:16,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:16,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:16,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:38:16,752][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-25 14:38:16,752][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-25 14:38:16,759][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\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-25 14:38:16,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:17,062][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:38:17,062][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:38:17,065][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:38:17,066][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:38:17,067][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:38:17,068][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-25 14:38:17,069][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-25 14:38:17,230][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:38:17,231][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:38:17,231][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:38:17,232][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:38:17,233][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:38:17,233][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:38:17,234][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:38:17,235][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:38:17,236][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:38:17,237][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:38:17,238][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:38:17,238][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:38:17,239][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:38:17,240][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:38:17,241][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:38:17,242][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:38:17,243][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:38:17,243][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:38:17,244][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:38:17,245][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:38:17,245][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:38:17,246][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:38:17,247][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:38:17,248][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:38:17,248][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:38:17,249][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:38:17,250][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:38:17,250][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:38:17,251][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:38:17,252][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:38:17,252][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:38:17,253][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:38:17,253][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:38:17,254][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:38:17,254][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-25 14:38:17,254][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-25 14:38:17,256][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:38:17,257][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-25 14:38:17,257][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-25 14:38:17,258][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:38:17,259][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-25 14:38:17,259][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-25 14:38:17,260][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-25 14:38:17,261][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-25 14:38:17,262][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-25 14:38:17,263][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-25 14:38:17,264][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-25 14:38:17,264][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-25 14:38:17,265][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:38:17,266][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-25 14:38:17,266][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-25 14:38:17,267][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-25 14:38:17,268][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-25 14:38:17,268][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-25 14:38:17,269][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-25 14:38:17,284][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-25 14:38:17,285][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-25 14:38:17,287][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-25 14:38:17,294][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-25 14:38:17,295][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-25 14:38:17,296][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:38:17,297][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-25 14:38:17,297][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-25 14:38:17,298][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:38:17,299][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-25 14:38:17,299][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-25 14:38:17,302][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-25 14:38:17,303][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-25 14:38:17,303][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-25 14:38:17,304][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:38:17,306][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-25 14:38:17,306][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-25 14:38:17,307][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-25 14:38:17,309][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-25 14:38:17,309][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-25 14:38:17,310][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-25 14:38:17,311][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-25 14:38:17,311][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-25 14:38:17,312][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-25 14:38:17,313][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-25 14:38:17,313][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-25 14:38:17,314][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:38:17,315][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-25 14:38:17,316][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-25 14:38:17,317][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:38:17,318][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-25 14:38:17,318][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-25 14:38:17,320][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-25 14:38:17,321][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-25 14:38:17,321][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-25 14:38:17,323][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:38:17,324][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-25 14:38:17,325][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-25 14:38:17,326][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:38:17,327][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-25 14:38:17,328][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-25 14:38:17,328][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:38:17,330][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-25 14:38:17,330][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-25 14:38:17,331][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:38:17,332][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-25 14:38:17,333][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-25 14:38:17,334][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-25 14:38:17,335][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-25 14:38:17,335][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-25 14:38:17,336][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:38:17,338][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-25 14:38:17,340][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-25 14:38:17,341][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-25 14:38:17,342][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-25 14:38:17,342][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-25 14:38:17,343][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-25 14:38:17,345][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-25 14:38:17,345][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-25 14:38:17,346][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-25 14:38:17,347][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-25 14:38:17,347][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-25 14:38:17,347][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:38:17,349][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-25 14:38:17,349][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-25 14:38:17,351][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:38:17,352][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-25 14:38:17,352][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-25 14:38:17,353][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:38:17,354][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-25 14:38:17,354][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-25 14:38:17,355][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:38:17,357][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-25 14:38:17,357][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-25 14:38:17,358][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:38:17,359][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-25 14:38:17,360][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-25 14:38:17,360][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:38:17,362][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,363][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,363][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,364][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,365][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,365][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,365][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,366][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,368][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,370][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,371][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,372][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,374][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,376][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,378][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,378][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,379][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,380][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,381][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,382][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,384][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,385][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,386][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,388][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,388][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,389][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,390][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,391][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,393][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,394][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,396][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,397][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,398][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:17,426][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:38:19,966][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-25 14:38:20,045][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-25 14:38:20,131][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-25 14:38:20,180][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-25 14:38:20,298][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-25 14:38:20,361][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-25 14:38:20,486][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-25 14:38:20,558][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-25 14:38:20,614][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-25 14:38:20,823][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-25 14:38:20,875][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-25 14:38:20,926][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-25 14:38:20,977][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-25 14:38:21,041][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-25 14:38:21,082][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-25 14:38:21,192][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-25 14:38:21,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:21,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:38:21,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:38:21,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:21,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:38:21,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:38:21,238][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:21,238][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:38:21,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:38:21,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:21,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:38:21,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:38:21,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:21,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:38:21,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:38:21,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:21,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:38:21,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:38:21,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:21,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:38:21,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:38:21,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:21,247][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:38:21,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:38:21,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:21,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:38:21,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:38:21,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:21,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:38:21,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:38:21,252][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:21,252][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:38:21,252][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:38:21,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:21,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:38:21,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:38:21,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:21,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:38:21,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:38:21,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:21,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:38:21,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:38:21,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:21,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:38:21,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:38:21,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:21,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:38:21,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:38:21,273][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,273][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,288][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-25 14:38:21,290][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:38:21,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,311][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:38:21,312][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,312][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,312][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,312][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:38:21,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:38:21,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:21,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:38:21,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:38:21,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,330][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:21,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:38:21,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:38:21,354][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,354][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,354][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,354][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:38:21,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:38:21,364][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,364][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,377][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:38:21,377][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:38:21,377][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:38:21,377][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:38:21,377][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:38:21,377][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:38:21,378][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:38:21,378][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:38:21,378][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:38:21,378][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:38:21,378][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:38:21,378][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:38:21,378][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:38:21,378][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:38:21,378][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:38:21,379][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:38:21,379][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:38:21,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:38:21,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:38:21,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:38:21,386][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:38:21,386][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:38:21,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:21,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:38:21,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:38:21,418][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:38:21,421][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@3d2328bf] -[DEBUG][2015-08-25 14:38:21,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:38:21,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:38:21,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:38:21,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,448][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-25 14:38:21,448][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-25 14:38:21,448][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-25 14:38:21,448][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-25 14:38:21,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:21,449][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-25 14:38:21,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:38:21,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,461][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:38:21,462][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-25 14:38:21,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:38:21,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,483][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:38:21,483][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-25 14:38:21,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:38:21,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,500][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:38:21,501][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-25 14:38:21,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:38:21,502][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:38:21,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,504][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:38:21,504][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@57c7809f] -[DEBUG][2015-08-25 14:38:21,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:38:21,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:38:21,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:38:21,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,526][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-25 14:38:21,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:21,526][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-25 14:38:21,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:38:21,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,536][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:38:21,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,538][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:38:21,538][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@78dc5f15] -[DEBUG][2015-08-25 14:38:21,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:38:21,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:38:21,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:38:21,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,561][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-25 14:38:21,561][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-25 14:38:21,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:21,562][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-25 14:38:21,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:38:21,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,597][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:38:21,598][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-25 14:38:21,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:38:21,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,607][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:38:21,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,609][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:38:21,610][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@65d59383] -[DEBUG][2015-08-25 14:38:21,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:38:21,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:38:21,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:38:21,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,631][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-25 14:38:21,631][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-25 14:38:21,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:21,632][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-25 14:38:21,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:38:21,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,641][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:38:21,641][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-25 14:38:21,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:38:21,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,652][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:38:21,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,654][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:38:21,654][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@429d4e7a] -[DEBUG][2015-08-25 14:38:21,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:38:21,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:38:21,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:38:21,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:21,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,667][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:38:21,667][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@7c310a67] -[DEBUG][2015-08-25 14:38:21,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:38:21,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:38:21,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:38:21,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:21,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,684][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:38:21,684][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@34b81ee] -[DEBUG][2015-08-25 14:38:21,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:38:21,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:38:21,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:38:21,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,697][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-25 14:38:21,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:21,698][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-25 14:38:21,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:38:21,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,710][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:38:21,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,712][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:38:21,713][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@5ea0b717] -[DEBUG][2015-08-25 14:38:21,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:38:21,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:38:21,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:38:21,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,725][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-25 14:38:21,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:21,726][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-25 14:38:21,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:38:21,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,733][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:38:21,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,735][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:38:21,735][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@6490e556] -[DEBUG][2015-08-25 14:38:21,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:38:21,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:38:21,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:38:21,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,753][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-25 14:38:21,753][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-25 14:38:21,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:21,754][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-25 14:38:21,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:38:21,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,762][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:38:21,762][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-25 14:38:21,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:38:21,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,782][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:38:21,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,783][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,783][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,784][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:38:21,784][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@5925910c] -[DEBUG][2015-08-25 14:38:21,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:38:21,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:38:21,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:21,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:38:21,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:38:21,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:38:21,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:38:21,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:38:21,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:38:21,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:38:21,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:38:21,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:38:21,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:38:21,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:38:21,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:38:21,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:38:21,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:38:21,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:38:21,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:38:21,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:38:21,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:38:21,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:38:21,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:38:21,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:38:21,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:38:21,800][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1c4b47c2] -[DEBUG][2015-08-25 14:38:21,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:38:21,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:21,808][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:38:21,808][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:38:21,809][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:38:21,810][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:38:21,811][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@156aaae3 testClass = orderTest, testInstance = com.changyu.test.orderTest@df92811, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:38:21,812][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:38:21,824][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-25 14:38:21,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:38:21,828][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:38:21,828][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-25 14:38:21,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:38:21,831][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:38:21,831][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-25 14:38:21,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:38:21,834][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:38:21,834][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-25 14:38:21,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:38:21,837][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:38:21,837][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-25 14:38:21,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:38:21,839][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:38:21,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:21,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:21,849][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:38:21,893][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 14:38:21,904][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3021dab0] -[DEBUG][2015-08-25 14:38:21,937][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 14:38:21,938][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 14:38:21,946][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@3c24ea0e] will be managed by Spring -[DEBUG][2015-08-25 14:38:21,965][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-25 14:38:22,195][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 14:38:22,276][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 14:38:22,277][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 14:38:22,278][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3021dab0] -[DEBUG][2015-08-25 14:38:22,493][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3021dab0] from current transaction -[DEBUG][2015-08-25 14:38:22,493][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-25 14:38:22,505][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 2429775447983(Long), 18896554880(String) -[DEBUG][2015-08-25 14:38:22,536][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 1 -[DEBUG][2015-08-25 14:38:22,537][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-25 14:38:22,537][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3021dab0] -[DEBUG][2015-08-25 14:38:22,569][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3021dab0] from current transaction -[DEBUG][2015-08-25 14:38:22,569][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-25 14:38:22,570][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 1488888888888(Long), 18896554880(String) -[DEBUG][2015-08-25 14:38:22,599][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 1 -[DEBUG][2015-08-25 14:38:22,600][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3021dab0] -[DEBUG][2015-08-25 14:38:22,600][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 14:38:22,601][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3021dab0] -[DEBUG][2015-08-25 14:38:22,602][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-25 14:38:22,603][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@156aaae3 testClass = orderTest, testInstance = com.changyu.test.orderTest@df92811, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@665373c8 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-25 14:38:22,604][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@156aaae3 testClass = orderTest, testInstance = com.changyu.test.orderTest@df92811, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:38:22,613][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@156aaae3 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@665373c8 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-25 14:38:22,616][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@735c3f7b: startup date [Tue Aug 25 14:38:14 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:38:22,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:22,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 14:38:22,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@26048761: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:38:22,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:38:22,621][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:38:22,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 14:38:22,622][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-25 14:38:22,623][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-25 14:38:22,624][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-08-25 14:38:22,628][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 14:38:56,199][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:38:56,286][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@7d42f66f 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-25 14:38:56,292][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-25 14:38:56,297][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:38:56,381][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:38:56,382][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:38:56,386][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:38:56,387][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:38:56,389][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:38:56,389][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:38:56,395][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:38:56,396][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:38:56,402][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:38:56,403][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:38:56,654][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:56,657][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:56,660][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:56,661][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:56,674][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:56,674][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:56,675][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:56,675][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 14:38:56,692][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:38:56,738][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:38:56,816][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:38:56,828][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-25 14:38:56,832][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-25 14:38:56,941][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-25 14:38:56,958][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-25 14:38:56,980][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:38:57,011][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-25 14:38:57,100][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-25 14:38:57,101][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-25 14:38:57,112][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\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-25 14:38:57,176][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-25 14:38:57,177][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-25 14:38:57,185][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\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-25 14:38:57,223][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-25 14:38:57,227][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-25 14:38:57,229][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-25 14:38:57,234][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-25 14:38:57,236][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-25 14:38:57,238][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-25 14:38:57,240][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-25 14:38:57,241][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-25 14:38:57,243][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-25 14:38:57,252][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-25 14:38:57,260][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:38:57,261][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:38:57,264][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:38:57,268][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-25 14:38:57,319][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-25 14:38:57,340][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-25 14:38:57,354][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-25 14:38:57,372][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:38:57,373][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:38:57,388][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-25 14:38:57,458][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:38:57,465][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@7ad2093b: startup date [Tue Aug 25 14:38:57 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:38:57,466][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@7ad2093b: org.springframework.beans.factory.support.DefaultListableBeanFactory@361b9546: 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,/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-25 14:38:57,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:38:57,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:38:57,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:57,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:38:57,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:38:57,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:38:57,593][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-25 14:38:57,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:38:57,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:38:57,794][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:57,794][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:57,795][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:57,795][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:57,798][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-25 14:38:57,799][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-25 14:38:57,808][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\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-25 14:38:57,809][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-25 14:38:57,809][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-25 14:38:57,810][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-25 14:38:57,811][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-25 14:38:57,811][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-25 14:38:57,812][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-25 14:38:57,812][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-25 14:38:57,813][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-25 14:38:57,813][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-25 14:38:57,814][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-25 14:38:57,815][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-25 14:38:57,815][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-25 14:38:57,816][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-25 14:38:57,816][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-25 14:38:57,817][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-25 14:38:57,817][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-25 14:38:57,821][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:38:57,824][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:38:57,824][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:38:57,824][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:38:57,824][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:38:57,824][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:38:57,824][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:38:57,825][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:38:57,825][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:38:57,825][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:38:57,825][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:38:57,826][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:38:57,826][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:38:57,826][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:38:57,826][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:38:57,826][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:38:57,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:38:57,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:38:57,838][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-25 14:38:57,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:38:57,859][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:38:57,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:38:57,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:38:57,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:57,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:38:57,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:38:57,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:38:57,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:57,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:38:57,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:38:57,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:38:57,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:57,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:38:57,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:38:57,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:38:57,895][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-25 14:38:57,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:38:57,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:38:57,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:38:57,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:57,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:38:57,951][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@270def92] -[DEBUG][2015-08-25 14:38:57,957][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@571a2c6a] -[INFO][2015-08-25 14:38:57,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@361b9546: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:38:57,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:38:57,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:38:57,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:38:57,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:38:57,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:38:57,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:38:57,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:38:57,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:57,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:57,989][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-25 14:38:58,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:38:58,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:38:58,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,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-08-25 14:38:58,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:38:58,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,049][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:58,049][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:58,049][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:58,050][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:58,051][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:58,051][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:58,051][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:58,052][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:58,053][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:58,054][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:58,054][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:58,055][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:58,060][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:58,061][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:58,062][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:58,062][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:58,065][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:58,065][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:58,066][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:58,066][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:58,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:38:58,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,489][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-25 14:38:58,503][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-25 14:38:58,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:58,504][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-25 14:38:58,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:38:58,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:38:58,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,536][org.springframework.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-25 14:38:58,536][org.springframework.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-25 14:38:58,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:58,550][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-25 14:38:58,550][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-25 14:38:58,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,597][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:38:58,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:38:58,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:38:58,610][org.springframework.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-25 14:38:58,610][org.springframework.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-25 14:38:58,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:58,610][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-25 14:38:58,610][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-25 14:38:58,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,627][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-25 14:38:58,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:38:58,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:38:58,629][org.springframework.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-25 14:38:58,629][org.springframework.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-25 14:38:58,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:58,630][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-25 14:38:58,630][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-25 14:38:58,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,634][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-25 14:38:58,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:38:58,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:38:58,639][org.springframework.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-25 14:38:58,639][org.springframework.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-25 14:38:58,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:58,639][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-25 14:38:58,640][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-25 14:38:58,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,644][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-25 14:38:58,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:38:58,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:38:58,645][org.springframework.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-25 14:38:58,645][org.springframework.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-25 14:38:58,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:58,646][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-25 14:38:58,646][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-25 14:38:58,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,651][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-25 14:38:58,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,653][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-25 14:38:58,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:38:58,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:38:58,654][org.springframework.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-25 14:38:58,655][org.springframework.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-25 14:38:58,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:58,655][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-25 14:38:58,655][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-25 14:38:58,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,658][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-25 14:38:58,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:38:58,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:38:58,659][org.springframework.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-25 14:38:58,659][org.springframework.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-25 14:38:58,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:58,660][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-25 14:38:58,660][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-25 14:38:58,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,663][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-25 14:38:58,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:38:58,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:38:58,665][org.springframework.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-25 14:38:58,665][org.springframework.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-25 14:38:58,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:58,665][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-25 14:38:58,665][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-25 14:38:58,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,668][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-25 14:38:58,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:38:58,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:38:58,669][org.springframework.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-25 14:38:58,669][org.springframework.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-25 14:38:58,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:58,670][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-25 14:38:58,670][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-25 14:38:58,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,673][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-25 14:38:58,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:38:58,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:38:58,674][org.springframework.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-25 14:38:58,674][org.springframework.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-25 14:38:58,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:58,674][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-25 14:38:58,675][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-25 14:38:58,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,677][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-25 14:38:58,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:38:58,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:38:58,679][org.springframework.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-25 14:38:58,679][org.springframework.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-25 14:38:58,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:58,680][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-25 14:38:58,680][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-25 14:38:58,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,683][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-25 14:38:58,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:38:58,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:38:58,684][org.springframework.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-25 14:38:58,684][org.springframework.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-25 14:38:58,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:58,684][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-25 14:38:58,684][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-25 14:38:58,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,687][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-25 14:38:58,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:38:58,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:38:58,688][org.springframework.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-25 14:38:58,688][org.springframework.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-25 14:38:58,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:58,689][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-25 14:38:58,689][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-25 14:38:58,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,692][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-25 14:38:58,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:38:58,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:38:58,693][org.springframework.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-25 14:38:58,693][org.springframework.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-25 14:38:58,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:58,693][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-25 14:38:58,693][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-25 14:38:58,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,696][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-25 14:38:58,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:38:58,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:38:58,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.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-25 14:38:58,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-25 14:38:58,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:58,698][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-25 14:38:58,699][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-25 14:38:58,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,702][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-25 14:38:58,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:38:58,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:38:58,705][org.springframework.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-25 14:38:58,705][org.springframework.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-25 14:38:58,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:58,705][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-25 14:38:58,705][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-25 14:38:58,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,709][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-25 14:38:58,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:58,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:58,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:58,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:38:58,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:38:58,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:58,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:58,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:38:58,895][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:58,895][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:58,896][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:58,896][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:58,898][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:58,900][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:58,900][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:58,900][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:58,902][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:58,902][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:58,903][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:58,903][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:58,905][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:58,906][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:58,906][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:58,907][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:38:58,908][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:38:58,908][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:58,908][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:38:58,909][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:38:58,919][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:38:58,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 14:38:59,174][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:38:59,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:59,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:59,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:38:59,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:38:59,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:38:59,416][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-25 14:38:59,417][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-25 14:38:59,422][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\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-25 14:38:59,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:38:59,650][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:38:59,650][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:38:59,652][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:38:59,653][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:38:59,654][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:38:59,655][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-25 14:38:59,656][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-25 14:38:59,801][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:38:59,802][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:38:59,803][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:38:59,804][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:38:59,804][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:38:59,805][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:38:59,806][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:38:59,807][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:38:59,807][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:38:59,808][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:38:59,809][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:38:59,809][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:38:59,810][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:38:59,810][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:38:59,811][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:38:59,812][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:38:59,812][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:38:59,813][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:38:59,814][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:38:59,815][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:38:59,815][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:38:59,816][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:38:59,816][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:38:59,817][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:38:59,818][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:38:59,818][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:38:59,819][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:38:59,819][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:38:59,820][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:38:59,821][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:38:59,822][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:38:59,823][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:38:59,823][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:38:59,824][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:38:59,824][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-25 14:38:59,824][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-25 14:38:59,825][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:38:59,826][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-25 14:38:59,826][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-25 14:38:59,827][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:38:59,828][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-25 14:38:59,828][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-25 14:38:59,829][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-25 14:38:59,831][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-25 14:38:59,831][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-25 14:38:59,832][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-25 14:38:59,833][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-25 14:38:59,833][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-25 14:38:59,834][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:38:59,835][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-25 14:38:59,835][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-25 14:38:59,836][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-25 14:38:59,837][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-25 14:38:59,837][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-25 14:38:59,838][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-25 14:38:59,854][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-25 14:38:59,854][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-25 14:38:59,858][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-25 14:38:59,863][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-25 14:38:59,863][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-25 14:38:59,864][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:38:59,865][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-25 14:38:59,865][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-25 14:38:59,866][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:38:59,867][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-25 14:38:59,867][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-25 14:38:59,870][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-25 14:38:59,871][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-25 14:38:59,872][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-25 14:38:59,873][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:38:59,873][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-25 14:38:59,874][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-25 14:38:59,875][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-25 14:38:59,876][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-25 14:38:59,876][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-25 14:38:59,877][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-25 14:38:59,878][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-25 14:38:59,878][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-25 14:38:59,879][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-25 14:38:59,880][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-25 14:38:59,880][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-25 14:38:59,881][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:38:59,885][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-25 14:38:59,885][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-25 14:38:59,886][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:38:59,887][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-25 14:38:59,887][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-25 14:38:59,889][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-25 14:38:59,890][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-25 14:38:59,891][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-25 14:38:59,892][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:38:59,893][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-25 14:38:59,894][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-25 14:38:59,895][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:38:59,896][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-25 14:38:59,896][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-25 14:38:59,898][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:38:59,899][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-25 14:38:59,899][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-25 14:38:59,900][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:38:59,901][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-25 14:38:59,902][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-25 14:38:59,903][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-25 14:38:59,904][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-25 14:38:59,905][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-25 14:38:59,906][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:38:59,907][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-25 14:38:59,907][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-25 14:38:59,908][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-25 14:38:59,909][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-25 14:38:59,909][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-25 14:38:59,910][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-25 14:38:59,911][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-25 14:38:59,911][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-25 14:38:59,912][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-25 14:38:59,913][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-25 14:38:59,914][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-25 14:38:59,915][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:38:59,916][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-25 14:38:59,916][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-25 14:38:59,918][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:38:59,919][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-25 14:38:59,919][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-25 14:38:59,920][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:38:59,921][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-25 14:38:59,922][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-25 14:38:59,923][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:38:59,924][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-25 14:38:59,924][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-25 14:38:59,926][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:38:59,927][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-25 14:38:59,927][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-25 14:38:59,928][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:38:59,930][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,931][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,931][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,932][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,935][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,935][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,935][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,937][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,938][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,940][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,941][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,943][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,945][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,947][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,949][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,949][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,950][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,952][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,954][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,956][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,958][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,960][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,961][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,965][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,965][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,966][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,967][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,969][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,970][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,971][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,973][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,974][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:38:59,976][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:39:00,012][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:39:01,181][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-25 14:39:01,256][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-25 14:39:01,339][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-25 14:39:01,391][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-25 14:39:01,506][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-25 14:39:01,572][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-25 14:39:01,713][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-25 14:39:01,787][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-25 14:39:01,843][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-25 14:39:02,056][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-25 14:39:02,108][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-25 14:39:02,154][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-25 14:39:02,215][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-25 14:39:02,277][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-25 14:39:02,316][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-25 14:39:02,425][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-25 14:39:02,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:39:02,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:39:02,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:39:02,464][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:39:02,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:39:02,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:39:02,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:39:02,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:39:02,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:39:02,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:39:02,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:39:02,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:39:02,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:39:02,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:39:02,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:39:02,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:39:02,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:39:02,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:39:02,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:39:02,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:39:02,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:39:02,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:39:02,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:39:02,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:39:02,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:39:02,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:39:02,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:39:02,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:39:02,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:39:02,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:39:02,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:39:02,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:39:02,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:39:02,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:39:02,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:39:02,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:39:02,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:39:02,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:39:02,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:39:02,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:39:02,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:39:02,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:39:02,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:39:02,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:39:02,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:39:02,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:39:02,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:39:02,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:39:02,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,506][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-25 14:39:02,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:39:02,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,536][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:39:02,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:39:02,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:39:02,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:39:02,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:39:02,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:39:02,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:39:02,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:39:02,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:39:02,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,587][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:39:02,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:39:02,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,602][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:39:02,602][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:39:02,602][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:39:02,602][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:39:02,602][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:39:02,602][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:39:02,603][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:39:02,603][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:39:02,603][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:39:02,603][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:39:02,603][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:39:02,603][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:39:02,603][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:39:02,603][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:39:02,604][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:39:02,604][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:39:02,604][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:39:02,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:39:02,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:39:02,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:39:02,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:39:02,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:39:02,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:39:02,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:39:02,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:39:02,641][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:39:02,644][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@1c99e99b] -[DEBUG][2015-08-25 14:39:02,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:39:02,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:39:02,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:39:02,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,671][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-25 14:39:02,672][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-25 14:39:02,672][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-25 14:39:02,672][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-25 14:39:02,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:39:02,672][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-25 14:39:02,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:39:02,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,694][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:39:02,694][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-25 14:39:02,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:39:02,696][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:39:02,697][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-25 14:39:02,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:39:02,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,716][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:39:02,717][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-25 14:39:02,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:39:02,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,750][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:39:02,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,752][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:39:02,752][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@5350266d] -[DEBUG][2015-08-25 14:39:02,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:39:02,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:39:02,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:39:02,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,772][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-25 14:39:02,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:39:02,773][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-25 14:39:02,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:39:02,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,784][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:39:02,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,786][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:39:02,786][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@215a4f65] -[DEBUG][2015-08-25 14:39:02,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:39:02,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:39:02,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:39:02,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,806][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-25 14:39:02,807][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-25 14:39:02,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:39:02,807][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-25 14:39:02,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:39:02,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,816][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:39:02,816][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-25 14:39:02,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:39:02,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,852][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:39:02,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,854][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:39:02,854][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@c4c1859] -[DEBUG][2015-08-25 14:39:02,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:39:02,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:39:02,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:39:02,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,874][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-25 14:39:02,874][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-25 14:39:02,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:39:02,874][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-25 14:39:02,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:39:02,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,883][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:39:02,884][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-25 14:39:02,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:39:02,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,894][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:39:02,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,896][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:39:02,897][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@619cb30] -[DEBUG][2015-08-25 14:39:02,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:39:02,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:39:02,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:39:02,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:39:02,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,915][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:39:02,915][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@5bd088c3] -[DEBUG][2015-08-25 14:39:02,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:39:02,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:39:02,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:39:02,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:39:02,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,937][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:39:02,937][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@6366982d] -[DEBUG][2015-08-25 14:39:02,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:39:02,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:39:02,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:39:02,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,952][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-25 14:39:02,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:39:02,953][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-25 14:39:02,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:39:02,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,965][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:39:02,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,967][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:39:02,967][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@4fc09f93] -[DEBUG][2015-08-25 14:39:02,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:39:02,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:39:02,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:39:02,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,980][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-25 14:39:02,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:39:02,981][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-25 14:39:02,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:39:02,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,988][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:39:02,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:02,990][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:39:02,991][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@7afc2a48] -[DEBUG][2015-08-25 14:39:02,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:39:02,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:39:02,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:39:02,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:02,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:03,009][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-25 14:39:03,009][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-25 14:39:03,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:39:03,009][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-25 14:39:03,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:39:03,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:03,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:03,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:03,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:03,018][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:39:03,018][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-25 14:39:03,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:39:03,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:03,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:03,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:03,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:03,038][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:39:03,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:03,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:03,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:03,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:03,040][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:39:03,040][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@238f5df3] -[DEBUG][2015-08-25 14:39:03,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:39:03,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:39:03,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:39:03,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:39:03,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:39:03,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:39:03,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:39:03,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:03,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:39:03,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:03,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:39:03,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:39:03,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:39:03,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:39:03,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:39:03,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:39:03,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:39:03,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:39:03,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:39:03,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:39:03,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:39:03,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:39:03,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:39:03,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:39:03,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:39:03,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:39:03,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:39:03,057][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6ff22658] -[DEBUG][2015-08-25 14:39:03,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:39:03,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:39:03,065][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:39:03,065][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:39:03,066][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:39:03,067][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:39:03,068][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@7413dd90 testClass = orderTest, testInstance = com.changyu.test.orderTest@44375479, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:39:03,069][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:39:03,080][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-25 14:39:03,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:39:03,083][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:39:03,083][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-25 14:39:03,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:39:03,085][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:39:03,086][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-25 14:39:03,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:39:03,088][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:39:03,088][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-25 14:39:03,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:39:03,090][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:39:03,090][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-25 14:39:03,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:39:03,092][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:39:03,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:03,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:03,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:39:03,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:39:03,102][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:39:03,142][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 14:39:03,151][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4faf895f] -[DEBUG][2015-08-25 14:39:03,176][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 14:39:03,177][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 14:39:03,181][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@6314061d] will be managed by Spring -[DEBUG][2015-08-25 14:39:03,193][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-25 14:39:03,413][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 14:39:03,486][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 14:39:03,488][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 14:39:03,488][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4faf895f] -[DEBUG][2015-08-25 14:39:03,724][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4faf895f] from current transaction -[DEBUG][2015-08-25 14:39:03,725][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-25 14:39:03,738][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 2429775447983(Long), 18896554880(String) -[DEBUG][2015-08-25 14:39:03,758][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 1 -[DEBUG][2015-08-25 14:39:03,758][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-25 14:39:03,759][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4faf895f] -[DEBUG][2015-08-25 14:39:03,790][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 14:39:03,791][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4faf895f] -[DEBUG][2015-08-25 14:39:03,792][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-25 14:39:03,793][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@7413dd90 testClass = orderTest, testInstance = com.changyu.test.orderTest@44375479, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@592c34b 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-25 14:39:03,794][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@7413dd90 testClass = orderTest, testInstance = com.changyu.test.orderTest@44375479, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:39:03,804][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@7413dd90 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@592c34b 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-25 14:39:03,807][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@7ad2093b: startup date [Tue Aug 25 14:38:57 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:39:03,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:39:03,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 14:39:03,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@361b9546: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:39:03,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:39:03,812][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:39:03,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 14:39:03,814][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-25 14:39:03,815][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-25 14:39:03,816][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-08-25 14:39:03,821][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 14:41:03,211][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:41:03,287][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@7d42f66f 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-25 14:41:03,292][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-25 14:41:03,296][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:41:03,357][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:41:03,357][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:41:03,361][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:41:03,361][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:41:03,363][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:41:03,363][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:41:03,369][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:41:03,369][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:41:03,375][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:41:03,376][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:41:03,597][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:41:03,600][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:03,605][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:03,605][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:41:03,618][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:41:03,618][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:03,619][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:03,619][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 14:41:03,636][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:41:03,682][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:41:03,759][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:41:03,772][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-25 14:41:03,776][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-25 14:41:03,880][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-25 14:41:03,896][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-25 14:41:03,920][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:41:03,951][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-25 14:41:04,036][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-25 14:41:04,037][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-25 14:41:04,047][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\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-25 14:41:04,111][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-25 14:41:04,112][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-25 14:41:04,117][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\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-25 14:41:04,145][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-25 14:41:04,150][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-25 14:41:04,152][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-25 14:41:04,158][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-25 14:41:04,160][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-25 14:41:04,163][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-25 14:41:04,165][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-25 14:41:04,167][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-25 14:41:04,168][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-25 14:41:04,177][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-25 14:41:04,187][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:41:04,187][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:41:04,191][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:41:04,195][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-25 14:41:04,248][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-25 14:41:04,268][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-25 14:41:04,283][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-25 14:41:04,301][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:41:04,303][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:41:04,316][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-25 14:41:04,391][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:41:04,398][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@7ad2093b: startup date [Tue Aug 25 14:41:04 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:41:04,399][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@7ad2093b: org.springframework.beans.factory.support.DefaultListableBeanFactory@5f6b6496: 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,/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-25 14:41:04,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:41:04,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:41:04,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:04,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:41:04,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:41:04,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:41:04,533][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-25 14:41:04,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:41:04,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:41:04,740][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:41:04,741][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:04,741][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:04,742][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:41:04,745][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-25 14:41:04,745][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-25 14:41:04,754][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\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-25 14:41:04,755][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-25 14:41:04,757][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-25 14:41:04,757][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-25 14:41:04,758][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-25 14:41:04,758][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-25 14:41:04,759][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-25 14:41:04,760][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-25 14:41:04,760][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-25 14:41:04,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-25 14:41:04,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-25 14:41:04,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-25 14:41:04,764][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-25 14:41:04,765][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-25 14:41:04,765][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-25 14:41:04,766][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-25 14:41:04,766][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-25 14:41:04,770][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:41:04,774][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:41:04,774][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:41:04,774][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:41:04,774][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:41:04,774][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:41:04,774][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:41:04,775][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:41:04,775][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:41:04,775][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:41:04,775][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:41:04,775][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:41:04,775][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:41:04,776][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:41:04,776][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:41:04,776][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:41:04,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:41:04,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:41:04,787][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-25 14:41:04,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:41:04,808][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:41:04,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:41:04,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:41:04,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:04,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:41:04,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:41:04,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:41:04,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:04,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:41:04,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:41:04,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:41:04,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:04,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:41:04,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:41:04,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:41:04,843][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-25 14:41:04,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:41:04,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:41:04,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:41:04,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:04,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:41:04,913][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@16a6a919] -[DEBUG][2015-08-25 14:41:04,921][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2c9d7c34] -[INFO][2015-08-25 14:41:04,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5f6b6496: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:41:04,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:41:04,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:41:04,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:41:04,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:41:04,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:41:04,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:41:04,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:41:04,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:04,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:04,952][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-25 14:41:04,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:41:04,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:41:04,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:04,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:04,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:04,984][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-25 14:41:04,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:41:04,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,011][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:41:05,012][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:05,012][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:05,012][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:41:05,013][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:41:05,013][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:05,014][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:05,014][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:41:05,015][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:41:05,015][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:05,015][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:05,016][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:41:05,020][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:41:05,020][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:05,021][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:05,021][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:41:05,023][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:41:05,024][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:05,024][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:05,024][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:41:05,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:41:05,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,445][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-25 14:41:05,459][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-25 14:41:05,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:05,460][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-25 14:41:05,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:41:05,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:41:05,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,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-25 14:41:05,493][org.springframework.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-25 14:41:05,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:05,506][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-25 14:41:05,506][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-25 14:41:05,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,548][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:41:05,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:41:05,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:41:05,567][org.springframework.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-25 14:41:05,567][org.springframework.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-25 14:41:05,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:05,567][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-25 14:41:05,567][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-25 14:41:05,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,584][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-25 14:41:05,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:41:05,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:41:05,587][org.springframework.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-25 14:41:05,587][org.springframework.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-25 14:41:05,587][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:05,587][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-25 14:41:05,588][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-25 14:41:05,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,591][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-25 14:41:05,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:41:05,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:41:05,592][org.springframework.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-25 14:41:05,592][org.springframework.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-25 14:41:05,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:05,593][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-25 14:41:05,593][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-25 14:41:05,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,596][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-25 14:41:05,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:41:05,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:41:05,597][org.springframework.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-25 14:41:05,597][org.springframework.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-25 14:41:05,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:05,598][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-25 14:41:05,598][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-25 14:41:05,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,601][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-25 14:41:05,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,604][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-25 14:41:05,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:41:05,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:41:05,605][org.springframework.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-25 14:41:05,605][org.springframework.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-25 14:41:05,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:05,605][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-25 14:41:05,605][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-25 14:41:05,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,609][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-25 14:41:05,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:41:05,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:41:05,610][org.springframework.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-25 14:41:05,610][org.springframework.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-25 14:41:05,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:05,610][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-25 14:41:05,610][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-25 14:41:05,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,613][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-25 14:41:05,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:41:05,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:41:05,615][org.springframework.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-25 14:41:05,615][org.springframework.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-25 14:41:05,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:05,615][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-25 14:41:05,616][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-25 14:41:05,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,619][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-25 14:41:05,620][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,620][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,620][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:41:05,620][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:41:05,621][org.springframework.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-25 14:41:05,621][org.springframework.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-25 14:41:05,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:05,621][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-25 14:41:05,622][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-25 14:41:05,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,625][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,625][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,626][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-25 14:41:05,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:41:05,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:41:05,627][org.springframework.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-25 14:41:05,627][org.springframework.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-25 14:41:05,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:05,628][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-25 14:41:05,628][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-25 14:41:05,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,631][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-25 14:41:05,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:41:05,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:41:05,633][org.springframework.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-25 14:41:05,633][org.springframework.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-25 14:41:05,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:05,633][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-25 14:41:05,633][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-25 14:41:05,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,636][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-25 14:41:05,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:41:05,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:41:05,637][org.springframework.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-25 14:41:05,637][org.springframework.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-25 14:41:05,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:05,638][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-25 14:41:05,638][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-25 14:41:05,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,641][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-25 14:41:05,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:41:05,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:41:05,642][org.springframework.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-25 14:41:05,642][org.springframework.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-25 14:41:05,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:05,642][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-25 14:41:05,642][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-25 14:41:05,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,645][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-25 14:41:05,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:41:05,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:41:05,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-25 14:41:05,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-25 14:41:05,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:05,647][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-25 14:41:05,647][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-25 14:41:05,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,650][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-25 14:41:05,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:41:05,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:41:05,652][org.springframework.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-25 14:41:05,652][org.springframework.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-25 14:41:05,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:05,652][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-25 14:41:05,653][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-25 14:41:05,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,656][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-25 14:41:05,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:41:05,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:41:05,658][org.springframework.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-25 14:41:05,659][org.springframework.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-25 14:41:05,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:05,659][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-25 14:41:05,659][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-25 14:41:05,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,663][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-25 14:41:05,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:05,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:05,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:05,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:41:05,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:41:05,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:05,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:05,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:05,852][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:41:05,853][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:05,853][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:05,854][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:41:05,855][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:41:05,855][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:05,855][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:05,855][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:41:05,856][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:41:05,857][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:05,857][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:05,857][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:41:05,858][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:41:05,859][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:05,859][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:05,859][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:41:05,860][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:41:05,861][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:05,861][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:05,861][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:41:05,872][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:41:05,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 14:41:06,129][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:41:06,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:06,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:06,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:06,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:06,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:41:06,361][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-25 14:41:06,361][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-25 14:41:06,367][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\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-25 14:41:06,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:06,585][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:41:06,585][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:41:06,587][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:41:06,589][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:41:06,590][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:41:06,591][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-25 14:41:06,592][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-25 14:41:06,760][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:41:06,761][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:41:06,762][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:41:06,763][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:41:06,763][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:41:06,764][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:41:06,764][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:41:06,765][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:41:06,766][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:41:06,766][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:41:06,767][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:41:06,767][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:41:06,768][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:41:06,768][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:41:06,770][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:41:06,770][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:41:06,771][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:41:06,772][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:41:06,772][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:41:06,773][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:41:06,773][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:41:06,774][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:41:06,775][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:41:06,775][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:41:06,776][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:41:06,776][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:41:06,777][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:41:06,778][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:41:06,778][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:41:06,779][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:41:06,779][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:41:06,780][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:41:06,781][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:41:06,781][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:41:06,781][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-25 14:41:06,782][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-25 14:41:06,783][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:41:06,784][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-25 14:41:06,784][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-25 14:41:06,785][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:41:06,786][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-25 14:41:06,786][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-25 14:41:06,788][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-25 14:41:06,789][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-25 14:41:06,789][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-25 14:41:06,790][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-25 14:41:06,791][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-25 14:41:06,791][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-25 14:41:06,792][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:41:06,793][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-25 14:41:06,793][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-25 14:41:06,794][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-25 14:41:06,795][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-25 14:41:06,795][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-25 14:41:06,796][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-25 14:41:06,797][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-25 14:41:06,813][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-25 14:41:06,815][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-25 14:41:06,816][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-25 14:41:06,817][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-25 14:41:06,820][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:41:06,824][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-25 14:41:06,824][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-25 14:41:06,825][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:41:06,826][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-25 14:41:06,826][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-25 14:41:06,829][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-25 14:41:06,830][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-25 14:41:06,830][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-25 14:41:06,831][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:41:06,832][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-25 14:41:06,833][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-25 14:41:06,834][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-25 14:41:06,835][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-25 14:41:06,835][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-25 14:41:06,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-08-25 14:41:06,837][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-25 14:41:06,837][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-25 14:41:06,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-08-25 14:41:06,839][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-25 14:41:06,839][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-25 14:41:06,840][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:41:06,841][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-25 14:41:06,842][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-25 14:41:06,843][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:41:06,844][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-25 14:41:06,844][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-25 14:41:06,845][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-25 14:41:06,846][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-25 14:41:06,847][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-25 14:41:06,848][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:41:06,849][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-25 14:41:06,850][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-25 14:41:06,852][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:41:06,857][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-25 14:41:06,858][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-25 14:41:06,859][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:41:06,860][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-25 14:41:06,860][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-25 14:41:06,862][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:41:06,863][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-25 14:41:06,863][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-25 14:41:06,864][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-25 14:41:06,865][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-25 14:41:06,865][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-25 14:41:06,867][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:41:06,868][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-25 14:41:06,868][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-25 14:41:06,869][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-25 14:41:06,870][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-25 14:41:06,871][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-25 14:41:06,872][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-25 14:41:06,873][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-25 14:41:06,873][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-25 14:41:06,874][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-25 14:41:06,875][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-25 14:41:06,875][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-25 14:41:06,876][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:41:06,877][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-25 14:41:06,877][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-25 14:41:06,879][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:41:06,879][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-25 14:41:06,880][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-25 14:41:06,881][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:41:06,883][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-25 14:41:06,883][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-25 14:41:06,889][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:41:06,890][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-25 14:41:06,890][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-25 14:41:06,891][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:41:06,892][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-25 14:41:06,893][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-25 14:41:06,894][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:41:06,895][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,897][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,897][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,898][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,899][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,900][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,900][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,901][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,903][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,906][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,909][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,910][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,913][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,915][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,917][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,917][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,920][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,921][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,923][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,924][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,925][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,926][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,928][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,930][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,930][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,931][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,933][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,934][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,937][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,938][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,940][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,941][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,943][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:41:06,978][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:41:09,298][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-25 14:41:09,363][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-25 14:41:09,444][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-25 14:41:09,496][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-25 14:41:09,586][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-25 14:41:09,659][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-25 14:41:09,792][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-25 14:41:09,881][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-25 14:41:09,943][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-25 14:41:10,144][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-25 14:41:10,198][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-25 14:41:10,247][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-25 14:41:10,314][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-25 14:41:10,378][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-25 14:41:10,419][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-25 14:41:10,531][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-25 14:41:10,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:10,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:41:10,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:41:10,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:10,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:41:10,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:41:10,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:10,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:41:10,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:41:10,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:10,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:41:10,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:41:10,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:10,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:41:10,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:41:10,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:10,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:41:10,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:41:10,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:10,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:41:10,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:41:10,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:10,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:41:10,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:41:10,580][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:10,580][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:41:10,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:41:10,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:10,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:41:10,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:41:10,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:10,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:41:10,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:41:10,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:10,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:41:10,587][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:41:10,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:10,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:41:10,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:41:10,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:10,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:41:10,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:41:10,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:10,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:41:10,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:41:10,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:10,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:41:10,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:41:10,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,621][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-25 14:41:10,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:41:10,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,647][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:41:10,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:41:10,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:41:10,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:10,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:41:10,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:41:10,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:10,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:41:10,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:41:10,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:41:10,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:41:10,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,714][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:41:10,714][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:41:10,714][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:41:10,714][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:41:10,714][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:41:10,715][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:41:10,715][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:41:10,715][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:41:10,715][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:41:10,715][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:41:10,715][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:41:10,715][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:41:10,715][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:41:10,716][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:41:10,716][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:41:10,716][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:41:10,716][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:41:10,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:41:10,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:41:10,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:41:10,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:41:10,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:41:10,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:10,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:41:10,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:41:10,752][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:41:10,755][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@7e484899] -[DEBUG][2015-08-25 14:41:10,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:41:10,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:41:10,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:41:10,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,783][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-25 14:41:10,783][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-25 14:41:10,783][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-25 14:41:10,783][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-25 14:41:10,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:10,784][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-25 14:41:10,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:41:10,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,802][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:41:10,803][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-25 14:41:10,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:41:10,804][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:41:10,805][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-25 14:41:10,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:41:10,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,832][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:41:10,832][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-25 14:41:10,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:41:10,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,847][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:41:10,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,849][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:41:10,850][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@60d98f23] -[DEBUG][2015-08-25 14:41:10,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:41:10,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:41:10,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:41:10,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,870][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-25 14:41:10,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:10,871][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-25 14:41:10,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:41:10,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,881][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:41:10,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,883][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:41:10,883][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@3842d9da] -[DEBUG][2015-08-25 14:41:10,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:41:10,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:41:10,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:41:10,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,904][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-25 14:41:10,904][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-25 14:41:10,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:10,905][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-25 14:41:10,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:41:10,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,914][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:41:10,914][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-25 14:41:10,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:41:10,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,953][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:41:10,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,955][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:41:10,955][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@5e61cbbb] -[DEBUG][2015-08-25 14:41:10,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:41:10,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:41:10,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:41:10,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,974][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-25 14:41:10,974][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-25 14:41:10,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:10,974][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-25 14:41:10,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:41:10,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,983][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:41:10,984][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-25 14:41:10,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:41:10,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,993][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:41:10,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:10,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:10,995][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:41:10,995][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@3b3833a7] -[DEBUG][2015-08-25 14:41:11,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:41:11,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:41:11,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:41:11,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:11,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,007][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,008][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:41:11,008][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@322ad892] -[DEBUG][2015-08-25 14:41:11,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:41:11,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:41:11,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:41:11,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:11,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,025][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:41:11,025][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@5ea0b717] -[DEBUG][2015-08-25 14:41:11,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:41:11,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:41:11,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:41:11,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,037][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-25 14:41:11,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:11,037][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-25 14:41:11,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:41:11,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,048][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:41:11,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,050][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:41:11,050][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@64c0a4ae] -[DEBUG][2015-08-25 14:41:11,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:41:11,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:41:11,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:41:11,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,062][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-25 14:41:11,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:11,063][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-25 14:41:11,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:41:11,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,070][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:41:11,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,072][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:41:11,072][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@6f2c94cc] -[DEBUG][2015-08-25 14:41:11,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:41:11,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:41:11,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:41:11,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,091][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-25 14:41:11,091][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-25 14:41:11,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:41:11,092][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-25 14:41:11,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:41:11,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,112][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:41:11,113][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-25 14:41:11,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:41:11,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,121][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:41:11,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,123][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:41:11,124][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@6f95de2f] -[DEBUG][2015-08-25 14:41:11,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:41:11,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:41:11,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:11,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:41:11,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:41:11,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:41:11,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:41:11,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:41:11,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:41:11,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:41:11,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:41:11,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:41:11,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:41:11,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:41:11,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:41:11,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:41:11,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:41:11,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:41:11,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:41:11,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:41:11,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:41:11,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:41:11,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:41:11,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:41:11,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:41:11,141][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5e7a92ad] -[DEBUG][2015-08-25 14:41:11,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:41:11,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:11,148][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:41:11,148][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:41:11,149][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:41:11,149][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:41:11,151][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@738bbae9 testClass = orderTest, testInstance = com.changyu.test.orderTest@5a9c5242, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:41:11,151][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:41:11,161][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-25 14:41:11,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:41:11,163][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:41:11,164][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-25 14:41:11,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:41:11,165][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:41:11,165][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-25 14:41:11,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:41:11,167][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:41:11,167][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-25 14:41:11,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:41:11,169][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:41:11,169][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-25 14:41:11,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:41:11,172][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:41:11,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:41:11,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:41:11,181][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:41:11,227][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 14:41:11,237][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@50bf08ae] -[DEBUG][2015-08-25 14:41:11,261][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 14:41:11,261][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 14:41:11,265][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@39226771] will be managed by Spring -[DEBUG][2015-08-25 14:41:11,276][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-25 14:41:11,494][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 14:41:11,563][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 14:41:11,564][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 14:41:11,565][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@50bf08ae] -[DEBUG][2015-08-25 14:41:11,788][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@50bf08ae] from current transaction -[DEBUG][2015-08-25 14:41:11,788][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-25 14:41:11,800][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 2429775447983(Long), 18896554880(String) -[DEBUG][2015-08-25 14:41:11,822][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 1 -[DEBUG][2015-08-25 14:41:11,823][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-25 14:41:11,823][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@50bf08ae] -[DEBUG][2015-08-25 14:41:11,854][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 14:41:11,854][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@50bf08ae] -[DEBUG][2015-08-25 14:41:11,855][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-25 14:41:11,857][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@738bbae9 testClass = orderTest, testInstance = com.changyu.test.orderTest@5a9c5242, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@592c34b 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-25 14:41:11,857][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@738bbae9 testClass = orderTest, testInstance = com.changyu.test.orderTest@5a9c5242, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:41:11,866][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@738bbae9 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@592c34b 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-25 14:41:11,870][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@7ad2093b: startup date [Tue Aug 25 14:41:04 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:41:11,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:41:11,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 14:41:11,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5f6b6496: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:41:11,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:41:11,874][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:41:11,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 14:41:11,876][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-25 14:41:11,876][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-25 14:41:11,877][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-08-25 14:41:11,881][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 14:41:59,551][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:41:59,628][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@374131a8 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-25 14:41:59,633][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-25 14:41:59,638][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:41:59,698][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:41:59,698][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:41:59,701][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:41:59,702][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:41:59,704][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:41:59,705][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:41:59,712][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:41:59,713][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:41:59,718][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:41:59,719][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:41:59,941][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:41:59,944][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:59,947][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:59,948][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:41:59,960][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:41:59,961][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:59,961][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:41:59,962][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 14:41:59,978][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:42:00,029][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:42:00,106][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:42:00,117][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-25 14:42:00,121][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-25 14:42:00,222][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-25 14:42:00,237][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-25 14:42:00,259][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:42:00,289][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-25 14:42:00,375][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-25 14:42:00,376][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-25 14:42:00,387][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\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-25 14:42:00,451][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-25 14:42:00,451][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-25 14:42:00,458][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\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-25 14:42:00,485][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-25 14:42:00,489][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-25 14:42:00,491][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-25 14:42:00,497][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-25 14:42:00,498][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-25 14:42:00,501][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-25 14:42:00,502][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-25 14:42:00,504][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-25 14:42:00,505][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-25 14:42:00,516][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-25 14:42:00,524][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:42:00,524][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:42:00,528][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:42:00,532][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-25 14:42:00,582][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-25 14:42:00,604][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-25 14:42:00,617][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-25 14:42:00,633][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:42:00,635][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:42:00,649][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-25 14:42:00,722][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:42:00,730][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@735c3f7b: startup date [Tue Aug 25 14:42:00 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:42:00,730][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@735c3f7b: org.springframework.beans.factory.support.DefaultListableBeanFactory@735404c6: 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,/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-25 14:42:00,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:42:00,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:42:00,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:00,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:42:00,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:42:00,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:42:00,858][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-25 14:42:00,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:42:00,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:42:01,068][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:42:01,069][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:01,069][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:01,070][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:42:01,073][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-25 14:42:01,073][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-25 14:42:01,082][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\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-25 14:42:01,083][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-25 14:42:01,083][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-25 14:42:01,084][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-25 14:42:01,085][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-25 14:42:01,085][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-25 14:42:01,086][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-25 14:42:01,086][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-25 14:42:01,087][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-25 14:42:01,087][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-25 14:42:01,088][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-25 14:42:01,089][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-25 14:42:01,089][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-25 14:42:01,090][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-25 14:42:01,091][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-25 14:42:01,091][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-25 14:42:01,092][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-25 14:42:01,096][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:42:01,099][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:42:01,099][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:42:01,099][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:42:01,099][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:42:01,099][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:42:01,100][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:42:01,100][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:42:01,100][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:42:01,100][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:42:01,100][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:42:01,100][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:42:01,100][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:42:01,101][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:42:01,101][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:42:01,101][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:42:01,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:42:01,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:42:01,114][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-25 14:42:01,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:42:01,137][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:42:01,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:42:01,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:42:01,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:01,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:42:01,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:42:01,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:42:01,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:01,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:42:01,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:42:01,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:42:01,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:01,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:42:01,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:42:01,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:42:01,172][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-25 14:42:01,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:42:01,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:42:01,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:42:01,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:01,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:42:01,238][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3eb6e46] -[DEBUG][2015-08-25 14:42:01,243][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@775a0fd2] -[INFO][2015-08-25 14:42:01,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@735404c6: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:42:01,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:42:01,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:42:01,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:42:01,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:42:01,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:42:01,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:42:01,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:42:01,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,271][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-25 14:42:01,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:42:01,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:42:01,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,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-08-25 14:42:01,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:42:01,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,331][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:42:01,332][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:01,332][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:01,332][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:42:01,333][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:42:01,334][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:01,334][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:01,334][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:42:01,335][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:42:01,336][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:01,336][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:01,336][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:42:01,341][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:42:01,341][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:01,342][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:01,342][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:42:01,344][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:42:01,345][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:01,345][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:01,345][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:42:01,358][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,358][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:42:01,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,765][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-25 14:42:01,779][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-25 14:42:01,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:01,779][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-25 14:42:01,780][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:42:01,780][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:42:01,780][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,780][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42: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.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-25 14:42:01,809][org.springframework.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-25 14:42:01,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:01,822][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-25 14:42:01,822][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-25 14:42:01,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,871][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:42:01,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:42:01,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:42:01,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.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-25 14:42:01,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-08-25 14:42:01,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:01,885][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-25 14:42:01,885][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-25 14:42:01,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,904][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-25 14:42:01,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:42:01,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:42:01,906][org.springframework.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-25 14:42:01,906][org.springframework.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-25 14:42:01,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:01,907][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-25 14:42:01,907][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-25 14:42:01,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,911][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-25 14:42:01,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:42:01,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:42:01,912][org.springframework.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-25 14:42:01,912][org.springframework.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-25 14:42:01,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:01,913][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-25 14:42:01,913][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-25 14:42:01,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,917][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-25 14:42:01,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:42:01,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:42:01,919][org.springframework.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-25 14:42:01,919][org.springframework.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-25 14:42:01,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:01,920][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-25 14:42:01,920][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-25 14:42:01,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,923][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-25 14:42:01,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,926][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-25 14:42:01,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:42:01,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:42:01,927][org.springframework.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-25 14:42:01,927][org.springframework.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-25 14:42:01,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:01,927][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-25 14:42:01,927][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-25 14:42:01,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,931][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-25 14:42:01,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:42:01,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:42:01,933][org.springframework.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-25 14:42:01,933][org.springframework.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-25 14:42:01,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:01,933][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-25 14:42:01,934][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-25 14:42:01,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,937][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,937][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,938][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-25 14:42:01,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:42:01,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:42:01,939][org.springframework.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-25 14:42:01,939][org.springframework.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-25 14:42:01,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:01,940][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-25 14:42:01,940][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-25 14:42:01,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,943][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-25 14:42:01,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:42:01,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:42:01,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-08-25 14:42:01,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-08-25 14:42:01,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:01,946][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-25 14:42:01,947][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-25 14:42:01,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,957][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-25 14:42:01,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:42:01,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:42:01,959][org.springframework.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-25 14:42:01,959][org.springframework.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-25 14:42:01,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:01,960][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-25 14:42:01,960][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-25 14:42:01,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,969][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-25 14:42:01,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:42:01,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:42:01,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.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-25 14:42:01,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-08-25 14:42:01,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:01,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-08-25 14:42:01,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-08-25 14:42:01,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,975][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-25 14:42:01,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:42:01,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:42:01,976][org.springframework.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-25 14:42:01,976][org.springframework.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-25 14:42:01,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:01,976][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-25 14:42:01,977][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-25 14:42:01,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,981][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-25 14:42:01,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:42:01,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:42:01,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-08-25 14:42:01,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-08-25 14:42:01,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:01,982][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-25 14:42:01,983][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-25 14:42:01,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,986][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-25 14:42:01,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:42:01,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:42:01,987][org.springframework.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-25 14:42:01,987][org.springframework.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-25 14:42:01,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:01,987][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-25 14:42:01,987][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-25 14:42:01,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,990][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-25 14:42:01,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:42:01,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:42:01,993][org.springframework.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-25 14:42:01,993][org.springframework.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-25 14:42:01,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:01,993][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-25 14:42:01,994][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-25 14:42:01,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,997][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-25 14:42:01,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:01,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:01,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:42:02,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:42:02,000][org.springframework.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-25 14:42:02,000][org.springframework.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-25 14:42:02,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:02,000][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-25 14:42:02,000][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-25 14:42:02,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:02,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:02,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:02,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:02,004][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-25 14:42:02,007][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:02,007][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:02,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:02,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:42:02,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:42:02,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:02,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:02,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:02,196][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:42:02,197][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:02,198][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:02,198][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:42:02,200][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:42:02,201][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:02,201][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:02,202][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:42:02,203][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:42:02,203][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:02,204][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:02,204][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:42:02,205][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:42:02,206][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:02,206][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:02,206][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:42:02,207][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:42:02,208][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:02,208][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:42:02,208][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:42:02,218][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:42:02,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 14:42:02,447][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:42:02,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:02,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:02,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:02,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:02,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:42:02,690][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-25 14:42:02,690][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-25 14:42:02,697][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\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-25 14:42:02,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:02,912][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:42:02,913][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:42:02,917][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:42:02,919][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:42:02,920][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:42:02,921][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-25 14:42:02,922][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-25 14:42:03,084][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:42:03,087][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:42:03,088][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:42:03,089][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:42:03,090][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:42:03,090][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:42:03,091][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:42:03,092][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:42:03,092][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:42:03,093][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:42:03,093][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:42:03,094][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:42:03,095][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:42:03,096][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:42:03,097][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:42:03,097][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:42:03,098][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:42:03,099][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:42:03,099][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:42:03,100][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:42:03,101][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:42:03,102][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:42:03,102][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:42:03,103][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:42:03,104][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:42:03,104][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:42:03,105][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:42:03,105][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:42:03,106][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:42:03,107][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:42:03,107][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:42:03,108][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:42:03,108][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:42:03,109][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:42:03,110][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-25 14:42:03,110][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-25 14:42:03,111][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:42:03,112][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-25 14:42:03,113][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-25 14:42:03,114][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:42:03,115][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-25 14:42:03,116][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-25 14:42:03,117][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-25 14:42:03,118][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-25 14:42:03,118][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-25 14:42:03,119][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-25 14:42:03,120][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-25 14:42:03,120][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-25 14:42:03,121][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:42:03,122][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-25 14:42:03,122][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-25 14:42:03,123][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-25 14:42:03,124][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-25 14:42:03,124][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-25 14:42:03,125][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-25 14:42:03,126][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-25 14:42:03,144][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-25 14:42:03,145][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-25 14:42:03,149][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-25 14:42:03,150][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-25 14:42:03,152][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:42:03,153][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-25 14:42:03,154][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-25 14:42:03,155][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:42:03,156][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-25 14:42:03,156][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-25 14:42:03,159][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-25 14:42:03,160][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-25 14:42:03,160][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-25 14:42:03,161][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:42:03,162][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-25 14:42:03,162][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-25 14:42:03,163][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-25 14:42:03,165][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-25 14:42:03,165][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-25 14:42:03,166][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-25 14:42:03,167][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-25 14:42:03,167][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-25 14:42:03,168][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-25 14:42:03,169][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-25 14:42:03,169][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-25 14:42:03,170][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:42:03,171][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-25 14:42:03,171][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-25 14:42:03,172][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:42:03,173][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-25 14:42:03,173][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-25 14:42:03,174][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-25 14:42:03,175][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-25 14:42:03,176][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-25 14:42:03,177][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:42:03,178][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-25 14:42:03,179][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-25 14:42:03,180][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:42:03,182][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-25 14:42:03,182][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-25 14:42:03,184][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:42:03,185][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-25 14:42:03,185][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-25 14:42:03,186][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:42:03,187][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-25 14:42:03,187][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-25 14:42:03,188][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-25 14:42:03,189][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-25 14:42:03,189][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-25 14:42:03,190][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:42:03,191][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-25 14:42:03,191][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-25 14:42:03,192][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-25 14:42:03,193][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-25 14:42:03,194][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-25 14:42:03,195][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-25 14:42:03,196][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-25 14:42:03,196][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-25 14:42:03,197][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-25 14:42:03,198][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-25 14:42:03,198][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-25 14:42:03,199][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:42:03,200][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-25 14:42:03,200][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-25 14:42:03,202][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:42:03,203][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-25 14:42:03,204][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-25 14:42:03,205][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:42:03,206][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-25 14:42:03,206][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-25 14:42:03,207][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:42:03,208][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-25 14:42:03,208][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-25 14:42:03,210][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:42:03,211][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-25 14:42:03,211][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-25 14:42:03,212][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:42:03,214][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,216][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,216][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,216][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,218][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,218][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,218][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,219][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,221][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,222][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,223][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,225][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,227][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,228][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,230][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,230][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,231][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,233][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,235][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,236][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,237][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,239][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,240][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,242][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,242][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,244][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,245][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,246][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,247][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,249][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,250][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,251][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,252][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:42:03,279][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:42:04,407][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-25 14:42:04,475][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-25 14:42:04,558][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-25 14:42:04,605][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-25 14:42:04,697][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-25 14:42:04,764][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-25 14:42:04,898][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-25 14:42:04,990][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-25 14:42:05,046][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-25 14:42:05,242][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-25 14:42:05,294][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-25 14:42:05,341][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-25 14:42:05,403][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-25 14:42:05,468][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-25 14:42:05,508][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-25 14:42:05,617][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-25 14:42:05,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,620][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,620][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:05,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:42:05,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:42:05,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:05,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:42:05,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:42:05,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:05,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:42:05,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:42:05,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:05,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:42:05,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:42:05,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:05,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:42:05,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:42:05,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:05,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:42:05,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:42:05,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:05,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:42:05,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:42:05,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:05,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:42:05,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:42:05,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:05,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:42:05,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:42:05,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:05,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:42:05,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:42:05,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:05,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:42:05,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:42:05,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:05,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:42:05,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:42:05,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:05,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:42:05,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:42:05,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:05,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:42:05,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:42:05,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:05,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:42:05,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:42:05,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:05,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:42:05,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:42:05,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,696][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-25 14:42:05,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:42:05,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,729][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:42:05,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:42:05,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:42:05,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:05,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:42:05,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:42:05,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,761][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:05,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:42:05,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:42:05,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,780][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:42:05,781][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:42:05,781][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,781][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,793][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:42:05,794][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:42:05,794][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:42:05,794][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:42:05,794][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:42:05,794][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:42:05,794][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:42:05,794][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:42:05,794][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:42:05,795][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:42:05,795][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:42:05,795][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:42:05,795][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:42:05,795][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:42:05,796][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:42:05,796][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:42:05,796][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:42:05,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:42:05,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:42:05,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:42:05,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:42:05,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:42:05,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:05,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:42:05,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:42:05,835][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:42:05,838][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@57c7809f] -[DEBUG][2015-08-25 14:42:05,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:42:05,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:42:05,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:42:05,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,863][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-25 14:42:05,863][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-25 14:42:05,863][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-25 14:42:05,863][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-25 14:42:05,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:05,864][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-25 14:42:05,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:42:05,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,876][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:42:05,877][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-25 14:42:05,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:42:05,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,893][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:42:05,894][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-25 14:42:05,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:42:05,896][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:42:05,897][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-25 14:42:05,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:42:05,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,917][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:42:05,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,920][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:42:05,921][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@5fecff21] -[DEBUG][2015-08-25 14:42:05,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:42:05,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:42:05,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:42:05,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,949][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-25 14:42:05,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:05,950][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-25 14:42:05,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:42:05,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,960][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:42:05,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,962][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:42:05,962][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@c4c1859] -[DEBUG][2015-08-25 14:42:05,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:42:05,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:42:05,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:42:05,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,983][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-25 14:42:05,983][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-25 14:42:05,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:05,983][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-25 14:42:05,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:42:05,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:05,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:05,992][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:42:05,992][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-25 14:42:05,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:42:06,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,026][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:42:06,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,027][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:42:06,028][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@3d62a997] -[DEBUG][2015-08-25 14:42:06,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:42:06,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:42:06,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:42:06,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,047][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-25 14:42:06,047][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-25 14:42:06,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:06,048][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-25 14:42:06,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:42:06,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,057][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:42:06,057][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-25 14:42:06,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:42:06,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,066][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:42:06,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,068][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:42:06,068][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@14981bc4] -[DEBUG][2015-08-25 14:42:06,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:42:06,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:42:06,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:42:06,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:06,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,082][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:42:06,082][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@4347cdd] -[DEBUG][2015-08-25 14:42:06,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:42:06,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:42:06,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:42:06,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:06,103][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,105][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:42:06,106][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@2f94abe0] -[DEBUG][2015-08-25 14:42:06,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:42:06,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:42:06,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:42:06,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,119][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-25 14:42:06,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:06,120][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-25 14:42:06,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:42:06,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,131][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:42:06,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,132][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:42:06,132][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@514d75bf] -[DEBUG][2015-08-25 14:42:06,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:42:06,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:42:06,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:42:06,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,144][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-25 14:42:06,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:06,145][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-25 14:42:06,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:42:06,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,152][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:42:06,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,153][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:42:06,154][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@170fb67e] -[DEBUG][2015-08-25 14:42:06,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:42:06,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:42:06,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:42:06,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,171][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-25 14:42:06,171][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-25 14:42:06,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:42:06,172][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-25 14:42:06,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:42:06,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,191][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:42:06,191][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-25 14:42:06,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:42:06,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,200][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:42:06,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,202][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:42:06,203][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@56ddcc4] -[DEBUG][2015-08-25 14:42:06,212][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:42:06,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:42:06,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:06,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:42:06,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:42:06,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:42:06,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:42:06,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:42:06,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:42:06,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:42:06,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:42:06,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:42:06,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:42:06,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:42:06,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:42:06,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:42:06,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:42:06,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:42:06,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:42:06,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:42:06,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:42:06,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:42:06,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:42:06,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:42:06,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:42:06,221][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5eb10c59] -[DEBUG][2015-08-25 14:42:06,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:42:06,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:06,229][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:42:06,230][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:42:06,230][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:42:06,231][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:42:06,232][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@6d456c6a testClass = orderTest, testInstance = com.changyu.test.orderTest@68d0db31, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:42:06,233][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:42:06,244][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-25 14:42:06,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:42:06,246][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:42:06,246][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-25 14:42:06,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:42:06,248][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:42:06,248][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-25 14:42:06,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:42:06,251][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:42:06,251][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-25 14:42:06,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:42:06,253][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:42:06,253][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-25 14:42:06,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:42:06,255][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:42:06,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:42:06,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:42:06,264][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:42:06,303][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 14:42:06,314][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@8a35529] -[DEBUG][2015-08-25 14:42:06,338][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 14:42:06,338][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 14:42:06,342][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@1cd52551] will be managed by Spring -[DEBUG][2015-08-25 14:42:06,352][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-25 14:42:06,566][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 14:42:06,632][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 14:42:06,633][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 14:42:06,634][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@8a35529] -[DEBUG][2015-08-25 14:42:06,866][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@8a35529] from current transaction -[DEBUG][2015-08-25 14:42:06,866][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-25 14:42:06,879][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 2429775447983(Long), 18896554880(String) -[DEBUG][2015-08-25 14:42:06,898][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 1 -[DEBUG][2015-08-25 14:42:06,898][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-25 14:42:06,899][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@8a35529] -[DEBUG][2015-08-25 14:42:06,931][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 14:42:06,931][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@8a35529] -[DEBUG][2015-08-25 14:42:06,932][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-25 14:42:06,933][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@6d456c6a testClass = orderTest, testInstance = com.changyu.test.orderTest@68d0db31, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@665373c8 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-25 14:42:06,934][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@6d456c6a testClass = orderTest, testInstance = com.changyu.test.orderTest@68d0db31, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:42:06,944][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@6d456c6a testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@665373c8 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-25 14:42:06,952][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@735c3f7b: startup date [Tue Aug 25 14:42:00 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:42:06,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:42:06,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 14:42:06,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@735404c6: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:42:06,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:42:06,957][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:42:06,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 14:42:06,958][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-25 14:42:06,959][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-25 14:42:06,959][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-08-25 14:42:06,963][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 14:44:01,318][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:44:01,405][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@4ec44deb 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-25 14:44:01,410][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-25 14:44:01,415][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:44:01,494][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:44:01,495][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:44:01,498][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:44:01,499][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:44:01,501][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:44:01,502][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:44:01,508][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:44:01,508][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:44:01,515][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@79929190 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:44:01,515][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@79929190 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:44:01,769][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:44:01,772][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:01,776][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:01,777][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:44:01,791][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:44:01,791][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:01,792][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:01,792][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 14:44:01,809][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:44:01,864][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:44:01,949][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:44:01,960][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-25 14:44:01,965][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-25 14:44:02,070][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-25 14:44:02,086][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-25 14:44:02,112][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:44:02,145][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-25 14:44:02,241][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-25 14:44:02,243][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-25 14:44:02,253][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\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-25 14:44:02,317][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-25 14:44:02,318][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-25 14:44:02,323][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\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-25 14:44:02,358][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-25 14:44:02,361][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-25 14:44:02,363][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-25 14:44:02,368][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-25 14:44:02,370][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-25 14:44:02,373][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-25 14:44:02,375][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-25 14:44:02,376][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-25 14:44:02,378][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-25 14:44:02,388][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-25 14:44:02,395][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:44:02,396][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:44:02,401][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:44:02,405][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-25 14:44:02,471][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-25 14:44:02,496][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-25 14:44:02,510][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-25 14:44:02,526][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:44:02,528][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:44:02,542][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-25 14:44:02,613][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:44:02,622][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@7ad2093b: startup date [Tue Aug 25 14:44:02 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:44:02,622][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@7ad2093b: org.springframework.beans.factory.support.DefaultListableBeanFactory@4cd5d2ca: 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,/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-25 14:44:02,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:44:02,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:44:02,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:02,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:44:02,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:44:02,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:44:02,761][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-25 14:44:02,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:44:02,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:44:02,975][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:44:02,976][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:02,976][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:02,977][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:44:02,981][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-25 14:44:02,981][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-25 14:44:02,989][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\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-25 14:44:02,990][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-25 14:44:02,991][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-25 14:44:02,992][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-25 14:44:02,992][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-25 14:44:02,993][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-25 14:44:02,993][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-25 14:44:02,995][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-25 14:44:02,995][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-25 14:44:02,996][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-25 14:44:02,997][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-25 14:44:02,997][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-25 14:44:02,998][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-25 14:44:02,998][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-25 14:44:02,999][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-25 14:44:02,999][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-25 14:44:03,001][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-25 14:44:03,004][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:44:03,008][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:44:03,008][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:44:03,009][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:44:03,009][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:44:03,009][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:44:03,009][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:44:03,009][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:44:03,009][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:44:03,009][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:44:03,009][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:44:03,010][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:44:03,010][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:44:03,010][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:44:03,010][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:44:03,010][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:44:03,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:44:03,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:44:03,022][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-25 14:44:03,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:44:03,042][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:44:03,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:44:03,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:44:03,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:44:03,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:44:03,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:44:03,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:44:03,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:44:03,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:44:03,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:44:03,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:44:03,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:44:03,078][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-25 14:44:03,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:44:03,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:44:03,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:44:03,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:44:03,130][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@92163f9] -[DEBUG][2015-08-25 14:44:03,137][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1c0cb2e] -[INFO][2015-08-25 14:44:03,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4cd5d2ca: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:44:03,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:44:03,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:44:03,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:44:03,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:44:03,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:44:03,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:44:03,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:44:03,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,174][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-25 14:44:03,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:44:03,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:44:03,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,211][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-25 14:44:03,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:44:03,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,240][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:44:03,240][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:03,240][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:03,241][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:44:03,242][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:44:03,242][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:03,242][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:03,243][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:44:03,244][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:44:03,245][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:03,246][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:03,246][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:44:03,254][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:44:03,254][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:03,255][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:03,255][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:44:03,257][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:44:03,258][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:03,258][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:03,259][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:44:03,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:44:03,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,693][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-25 14:44:03,707][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-25 14:44:03,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,708][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-25 14:44:03,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:44:03,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:44:03,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,740][org.springframework.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-25 14:44:03,740][org.springframework.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-25 14:44:03,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,754][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-25 14:44:03,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,801][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:44:03,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:44:03,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:44:03,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-08-25 14:44:03,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-08-25 14:44:03,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,815][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-25 14:44:03,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,831][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-25 14:44:03,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:44:03,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:44:03,838][org.springframework.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-25 14:44:03,838][org.springframework.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-25 14:44:03,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,839][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-25 14:44:03,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,844][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-25 14:44:03,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:44:03,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:44:03,846][org.springframework.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-25 14:44:03,846][org.springframework.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-25 14:44:03,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,846][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-25 14:44:03,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,849][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-25 14:44:03,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:44:03,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:44:03,850][org.springframework.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-25 14:44:03,851][org.springframework.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-25 14:44:03,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,852][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-25 14:44:03,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,854][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-25 14:44:03,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,856][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-25 14:44:03,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:44:03,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:44:03,857][org.springframework.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-25 14:44:03,857][org.springframework.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-25 14:44:03,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,858][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-25 14:44:03,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,868][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-25 14:44:03,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:44:03,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:44:03,869][org.springframework.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-25 14:44:03,870][org.springframework.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-25 14:44:03,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,870][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-25 14:44:03,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,873][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-25 14:44:03,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:44:03,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:44:03,875][org.springframework.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-25 14:44:03,875][org.springframework.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-25 14:44:03,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,875][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-25 14:44:03,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,878][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-25 14:44:03,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:44:03,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:44:03,879][org.springframework.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-25 14:44:03,880][org.springframework.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-25 14:44:03,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,880][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-25 14:44:03,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,887][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-25 14:44:03,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:44:03,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:44:03,889][org.springframework.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-25 14:44:03,889][org.springframework.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-25 14:44:03,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,889][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-25 14:44:03,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,892][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-25 14:44:03,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:44:03,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:44:03,894][org.springframework.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-25 14:44:03,894][org.springframework.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-25 14:44:03,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,894][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-25 14:44:03,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,897][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-25 14:44:03,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:44:03,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:44:03,899][org.springframework.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-25 14:44:03,899][org.springframework.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-25 14:44:03,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,900][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-25 14:44:03,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,906][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-25 14:44:03,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:44:03,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:44:03,908][org.springframework.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-25 14:44:03,909][org.springframework.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-25 14:44:03,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,909][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-25 14:44:03,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,913][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-25 14:44:03,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:44:03,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:44:03,914][org.springframework.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-25 14:44:03,915][org.springframework.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-25 14:44:03,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,916][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-25 14:44:03,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,920][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-25 14:44:03,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:44:03,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:44:03,922][org.springframework.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-25 14:44:03,922][org.springframework.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-25 14:44:03,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,922][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-25 14:44:03,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,927][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-25 14:44:03,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:44:03,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:44:03,930][org.springframework.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-25 14:44:03,930][org.springframework.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-25 14:44:03,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,931][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-25 14:44:03,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:03,934][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-25 14:44:03,935][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-25 14:44:03,937][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:03,937][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:03,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:03,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:44:03,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:44:03,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:03,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:04,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:04,118][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:44:04,118][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:04,119][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:04,119][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:44:04,121][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:44:04,121][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:04,121][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:04,122][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:44:04,123][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:44:04,124][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:04,124][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:04,125][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:44:04,126][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:44:04,126][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:04,126][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:04,127][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:44:04,128][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:44:04,128][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:04,128][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:44:04,129][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:44:04,138][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:44:04,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 14:44:04,361][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:44:04,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:04,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:04,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:04,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:04,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:44:04,593][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-25 14:44:04,593][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-25 14:44:04,599][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\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-25 14:44:04,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:04,820][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:44:04,820][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:44:04,822][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:44:04,824][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:44:04,825][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:44:04,826][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-25 14:44:04,826][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-25 14:44:05,012][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:44:05,014][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:44:05,014][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:44:05,015][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:44:05,015][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:44:05,016][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:44:05,017][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:44:05,017][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:44:05,018][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:44:05,019][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:44:05,020][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:44:05,021][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:44:05,022][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:44:05,022][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:44:05,023][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:44:05,024][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:44:05,024][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:44:05,025][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:44:05,025][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:44:05,026][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:44:05,026][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:44:05,027][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:44:05,028][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:44:05,029][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:44:05,030][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:44:05,031][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:44:05,031][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:44:05,032][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:44:05,032][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:44:05,033][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:44:05,034][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:44:05,034][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:44:05,035][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:44:05,035][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:44:05,036][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-25 14:44:05,036][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-25 14:44:05,037][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:44:05,038][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-25 14:44:05,038][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-25 14:44:05,040][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:44:05,041][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-25 14:44:05,041][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-25 14:44:05,042][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-25 14:44:05,043][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-25 14:44:05,043][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-25 14:44:05,045][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-25 14:44:05,046][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-25 14:44:05,046][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-25 14:44:05,047][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:44:05,048][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-25 14:44:05,048][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-25 14:44:05,049][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-25 14:44:05,050][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-25 14:44:05,050][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-25 14:44:05,051][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-25 14:44:05,052][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-25 14:44:05,052][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-25 14:44:05,053][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-25 14:44:05,070][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-25 14:44:05,071][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-25 14:44:05,072][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:44:05,073][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-25 14:44:05,073][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-25 14:44:05,075][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:44:05,079][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-25 14:44:05,081][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-25 14:44:05,084][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-25 14:44:05,086][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-25 14:44:05,086][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-25 14:44:05,087][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:44:05,089][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-25 14:44:05,089][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-25 14:44:05,091][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-25 14:44:05,092][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-25 14:44:05,093][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-25 14:44:05,094][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-25 14:44:05,095][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-25 14:44:05,095][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-25 14:44:05,096][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-25 14:44:05,097][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-25 14:44:05,097][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-25 14:44:05,098][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:44:05,099][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-25 14:44:05,100][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-25 14:44:05,101][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:44:05,102][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-25 14:44:05,102][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-25 14:44:05,104][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-25 14:44:05,105][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-25 14:44:05,106][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-25 14:44:05,108][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:44:05,109][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-25 14:44:05,109][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-25 14:44:05,110][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:44:05,111][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-25 14:44:05,111][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-25 14:44:05,112][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:44:05,114][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-25 14:44:05,114][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-25 14:44:05,115][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:44:05,116][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-25 14:44:05,116][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-25 14:44:05,117][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-25 14:44:05,119][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-25 14:44:05,119][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-25 14:44:05,120][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:44:05,121][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-25 14:44:05,121][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-25 14:44:05,122][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-25 14:44:05,123][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-25 14:44:05,124][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-25 14:44:05,124][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-25 14:44:05,125][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-25 14:44:05,126][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-25 14:44:05,126][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-25 14:44:05,127][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-25 14:44:05,127][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-25 14:44:05,128][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:44:05,129][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-25 14:44:05,129][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-25 14:44:05,131][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:44:05,132][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-25 14:44:05,133][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-25 14:44:05,135][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:44:05,136][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-25 14:44:05,137][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-25 14:44:05,138][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:44:05,139][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-25 14:44:05,140][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-25 14:44:05,141][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:44:05,142][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-25 14:44:05,142][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-25 14:44:05,143][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:44:05,145][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,146][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,147][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,148][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,150][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,150][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,150][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,152][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,153][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,154][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,156][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,157][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,159][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,160][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,164][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,164][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,165][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,167][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,168][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,170][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,171][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,172][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,174][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,176][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,177][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,178][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,180][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,182][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,183][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,185][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,187][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,188][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,189][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:44:05,216][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:44:06,405][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-25 14:44:06,484][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-25 14:44:06,572][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-25 14:44:06,627][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-25 14:44:06,737][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-25 14:44:06,802][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-25 14:44:06,946][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-25 14:44:07,024][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-25 14:44:07,085][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-25 14:44:07,305][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-25 14:44:07,360][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-25 14:44:07,407][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-25 14:44:07,472][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-25 14:44:07,536][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-25 14:44:07,578][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-25 14:44:07,684][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-25 14:44:07,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:07,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:07,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:07,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:07,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:07,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:07,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:07,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:07,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:07,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:44:07,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:44:07,733][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-25 14:44:07,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:07,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:44:07,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:44:07,737][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-25 14:44:07,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:07,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:44:07,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:44:07,739][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-25 14:44:07,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:07,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:44:07,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:44:07,740][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-25 14:44:07,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:07,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:44:07,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:44:07,741][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-25 14:44:07,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:07,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:44:07,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:44:07,743][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-25 14:44:07,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:07,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:44:07,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:44:07,744][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-25 14:44:07,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:07,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:44:07,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:44:07,745][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-25 14:44:07,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:07,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:44:07,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:44:07,747][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-25 14:44:07,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:07,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:44:07,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:44:07,750][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-25 14:44:07,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:07,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:44:07,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:44:07,753][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-25 14:44:07,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:07,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:44:07,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:44:07,755][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-25 14:44:07,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:07,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:44:07,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:44:07,757][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-25 14:44:07,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:07,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:44:07,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:44:07,758][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-25 14:44:07,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:07,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:44:07,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:44:07,760][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-25 14:44:07,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:07,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:44:07,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:44:07,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:07,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:07,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:07,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:07,790][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-25 14:44:07,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:44:07,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:07,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:07,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:07,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:07,816][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:44:07,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:07,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:07,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:07,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:07,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:44:07,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:44:07,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:07,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:44:07,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:44:07,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:07,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:07,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:07,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:44:07,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:44:07,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:07,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:07,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:07,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:07,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:44:07,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:44:07,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:07,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:07,880][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:44:07,881][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:44:07,881][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:44:07,881][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:44:07,881][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:44:07,882][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:44:07,882][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:44:07,882][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:44:07,882][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:44:07,882][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:44:07,882][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:44:07,884][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:44:07,884][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:44:07,885][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:44:07,885][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:44:07,885][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:44:07,885][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:44:07,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:07,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:07,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:07,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:07,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:44:07,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:44:07,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:44:07,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:44:07,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:44:07,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:07,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:44:07,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:44:07,944][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:44:07,947][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@4a1eecf4] -[DEBUG][2015-08-25 14:44:07,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:44:07,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:44:07,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:44:07,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:07,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:07,981][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-25 14:44:07,981][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-25 14:44:07,981][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-25 14:44:07,981][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-25 14:44:07,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:07,982][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-25 14:44:07,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:44:07,990][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:44:07,990][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-25 14:44:07,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:44:07,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:07,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:07,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:07,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,003][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:44:08,004][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-25 14:44:08,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:44:08,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,020][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:44:08,020][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-25 14:44:08,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:44:08,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,042][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:44:08,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,045][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:44:08,045][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@1c99e99b] -[DEBUG][2015-08-25 14:44:08,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:44:08,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:44:08,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:44:08,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,068][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-25 14:44:08,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:08,069][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-25 14:44:08,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:44:08,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,079][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:44:08,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,081][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:44:08,081][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@5661aa2f] -[DEBUG][2015-08-25 14:44:08,087][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:44:08,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:44:08,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:44:08,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,102][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-25 14:44:08,102][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-25 14:44:08,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:08,103][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-25 14:44:08,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:44:08,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,112][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:44:08,112][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-25 14:44:08,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:44:08,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,145][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:44:08,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,147][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:44:08,147][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@78dc5f15] -[DEBUG][2015-08-25 14:44:08,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:44:08,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:44:08,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:44:08,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,167][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-25 14:44:08,168][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-25 14:44:08,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:08,169][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-25 14:44:08,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:44:08,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,178][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:44:08,179][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-25 14:44:08,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:44:08,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,191][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:44:08,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,193][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:44:08,193][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@6d264f8b] -[DEBUG][2015-08-25 14:44:08,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:44:08,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:44:08,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:44:08,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:08,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,207][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:44:08,207][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@483edb6b] -[DEBUG][2015-08-25 14:44:08,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:44:08,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:44:08,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:44:08,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:08,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,226][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:44:08,226][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@622723b6] -[DEBUG][2015-08-25 14:44:08,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:44:08,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:44:08,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:44:08,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,238][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-25 14:44:08,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:08,239][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-25 14:44:08,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:44:08,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,251][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:44:08,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,252][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:44:08,252][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@e46eb6c] -[DEBUG][2015-08-25 14:44:08,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:44:08,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:44:08,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:44:08,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,265][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-25 14:44:08,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:08,266][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-25 14:44:08,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:44:08,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,274][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:44:08,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,276][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:44:08,276][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@4473e7ae] -[DEBUG][2015-08-25 14:44:08,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:44:08,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:44:08,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:44:08,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,298][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-25 14:44:08,298][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-25 14:44:08,299][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:44:08,299][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-25 14:44:08,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:44:08,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,321][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:44:08,321][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-25 14:44:08,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:44:08,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,329][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:44:08,330][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,330][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,330][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,330][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,331][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:44:08,332][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@639cc8fd] -[DEBUG][2015-08-25 14:44:08,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:44:08,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:44:08,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:08,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:44:08,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:44:08,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:44:08,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:44:08,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:44:08,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:44:08,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:44:08,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:44:08,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:44:08,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:44:08,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:44:08,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:44:08,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:44:08,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:44:08,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:44:08,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:44:08,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:44:08,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:44:08,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:44:08,347][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:44:08,347][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:44:08,347][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:44:08,352][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@115f518a] -[DEBUG][2015-08-25 14:44:08,354][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:44:08,358][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:08,362][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:44:08,362][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:44:08,363][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:44:08,367][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@79929190 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:44:08,368][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@55717a22 testClass = orderTest, testInstance = com.changyu.test.orderTest@d097a01, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@79929190 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:44:08,369][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@79929190 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:44:08,378][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-25 14:44:08,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:44:08,382][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:44:08,382][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-25 14:44:08,385][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:44:08,385][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:44:08,385][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-25 14:44:08,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:44:08,387][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:44:08,388][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-25 14:44:08,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:44:08,390][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:44:08,390][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-25 14:44:08,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:44:08,393][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:44:08,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:44:08,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:44:08,403][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@79929190 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:44:08,442][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 14:44:08,453][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5cc91eb1] -[DEBUG][2015-08-25 14:44:08,481][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 14:44:08,482][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 14:44:08,486][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@5bbee265] will be managed by Spring -[DEBUG][2015-08-25 14:44:08,496][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-25 14:44:08,714][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 14:44:08,783][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 14:44:08,784][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 14:44:08,785][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5cc91eb1] -[DEBUG][2015-08-25 14:44:09,023][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5cc91eb1] from current transaction -[DEBUG][2015-08-25 14:44:09,024][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-25 14:44:09,036][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 2429775447983(Long), 18896554880(String) -[DEBUG][2015-08-25 14:44:09,101][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 1 -[DEBUG][2015-08-25 14:44:09,102][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-25 14:44:09,102][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5cc91eb1] -[DEBUG][2015-08-25 14:44:09,137][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 14:44:09,137][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5cc91eb1] -[DEBUG][2015-08-25 14:44:09,138][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-25 14:44:09,140][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@55717a22 testClass = orderTest, testInstance = com.changyu.test.orderTest@d097a01, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@79929190 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-25 14:44:09,140][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@55717a22 testClass = orderTest, testInstance = com.changyu.test.orderTest@d097a01, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@79929190 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:44:09,151][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@55717a22 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@79929190 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-25 14:44:09,155][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@7ad2093b: startup date [Tue Aug 25 14:44:02 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:44:09,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:44:09,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 14:44:09,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4cd5d2ca: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:44:09,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:44:09,161][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:44:09,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 14:44:09,164][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-25 14:44:09,165][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-25 14:44:09,165][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-08-25 14:44:09,170][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 14:46:02,426][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:46:02,506][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@7d42f66f 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-25 14:46:02,512][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-25 14:46:02,516][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:46:02,601][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:46:02,602][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:46:02,606][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:46:02,606][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:46:02,608][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:46:02,609][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:46:02,616][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:46:02,617][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:46:02,622][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:46:02,623][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:46:02,867][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:02,870][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:02,875][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:02,875][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:02,891][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:02,892][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:02,892][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:02,892][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 14:46:02,912][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:46:02,959][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:46:03,033][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:46:03,045][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-25 14:46:03,048][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-25 14:46:03,153][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-25 14:46:03,169][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-25 14:46:03,192][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:46:03,225][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-25 14:46:03,313][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-25 14:46:03,314][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-25 14:46:03,324][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\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-25 14:46:03,390][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-25 14:46:03,391][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-25 14:46:03,396][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\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-25 14:46:03,422][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-25 14:46:03,426][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-25 14:46:03,428][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-25 14:46:03,433][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-25 14:46:03,436][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-25 14:46:03,438][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-25 14:46:03,440][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-25 14:46:03,442][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-25 14:46:03,443][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-25 14:46:03,454][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-25 14:46:03,462][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:46:03,463][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:46:03,466][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:46:03,471][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-25 14:46:03,521][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-25 14:46:03,556][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-25 14:46:03,569][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-25 14:46:03,585][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:46:03,586][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:46:03,599][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-25 14:46:03,671][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:46:03,677][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@7ad2093b: startup date [Tue Aug 25 14:46:03 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:46:03,678][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@7ad2093b: org.springframework.beans.factory.support.DefaultListableBeanFactory@4cd5d2ca: 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,/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-25 14:46:03,761][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:46:03,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:46:03,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:03,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:46:03,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:46:03,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:46:03,808][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-25 14:46:03,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:46:03,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:46:04,017][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:04,017][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:04,017][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:04,018][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:04,021][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-25 14:46:04,021][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-25 14:46:04,032][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\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-25 14:46:04,034][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-25 14:46:04,035][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-25 14:46:04,036][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-25 14:46:04,038][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-25 14:46:04,039][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-25 14:46:04,040][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-25 14:46:04,041][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-25 14:46:04,041][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-25 14:46:04,042][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-25 14:46:04,043][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-25 14:46:04,043][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-25 14:46:04,044][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-25 14:46:04,045][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-25 14:46:04,046][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-25 14:46:04,047][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-25 14:46:04,048][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-25 14:46:04,053][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:46:04,059][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:46:04,059][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:46:04,059][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:46:04,059][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:46:04,060][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:46:04,060][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:46:04,060][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:46:04,060][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:46:04,060][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:46:04,060][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:46:04,061][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:46:04,061][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:46:04,061][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:46:04,061][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:46:04,061][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:46:04,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:46:04,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:46:04,073][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-25 14:46:04,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:46:04,091][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:46:04,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:46:04,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:46:04,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:04,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:46:04,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:46:04,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:46:04,115][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:04,115][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:46:04,115][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:46:04,115][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:46:04,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:04,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:46:04,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:46:04,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:46:04,132][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-25 14:46:04,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:46:04,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:46:04,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:46:04,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:04,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:46:04,194][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6f2a751d] -[DEBUG][2015-08-25 14:46:04,201][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@185b39e8] -[INFO][2015-08-25 14:46:04,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4cd5d2ca: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:46:04,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:46:04,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:46:04,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:46:04,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:46:04,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:46:04,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:46:04,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:46:04,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,236][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-25 14:46:04,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:46:04,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:46:04,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,271][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-25 14:46:04,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:46:04,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,305][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:04,306][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:04,306][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:04,306][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:04,308][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:04,309][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:04,310][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:04,312][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:04,313][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:04,314][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:04,314][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:04,315][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:04,322][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:04,323][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:04,324][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:04,324][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:04,326][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:04,327][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:04,327][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:04,327][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:04,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:46:04,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,772][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-25 14:46:04,786][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-25 14:46:04,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:04,787][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-25 14:46:04,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:46:04,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:46:04,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,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-08-25 14:46:04,818][org.springframework.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-25 14:46:04,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:04,831][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-25 14:46:04,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,876][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:46:04,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:46:04,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:46:04,890][org.springframework.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-25 14:46:04,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-08-25 14:46:04,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:04,891][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-25 14:46:04,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,908][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-25 14:46:04,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:46:04,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:46:04,910][org.springframework.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-25 14:46:04,910][org.springframework.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-25 14:46:04,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:04,911][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-25 14:46:04,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,915][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-25 14:46:04,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:46:04,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:46:04,918][org.springframework.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-25 14:46:04,918][org.springframework.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-25 14:46:04,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:04,918][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-25 14:46:04,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,921][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-25 14:46:04,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:46:04,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:46:04,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-08-25 14:46:04,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-08-25 14:46:04,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:04,923][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-25 14:46:04,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,926][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-25 14:46:04,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,928][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-25 14:46:04,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:46:04,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:46:04,929][org.springframework.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-25 14:46:04,930][org.springframework.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-25 14:46:04,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:04,930][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-25 14:46:04,937][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,941][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-25 14:46:04,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:46:04,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:46:04,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-08-25 14:46:04,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-08-25 14:46:04,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:04,944][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-25 14:46:04,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,948][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-25 14:46:04,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:46:04,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:46:04,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-08-25 14:46:04,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-08-25 14:46:04,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:04,950][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-25 14:46:04,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,954][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-25 14:46:04,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:46:04,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:46:04,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-08-25 14:46:04,958][org.springframework.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-25 14:46:04,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:04,958][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-25 14:46:04,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,968][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-25 14:46:04,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:46:04,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:46:04,969][org.springframework.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-25 14:46:04,969][org.springframework.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-25 14:46:04,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:04,970][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-25 14:46:04,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,974][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-25 14:46:04,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:46:04,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:46:04,975][org.springframework.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-25 14:46:04,976][org.springframework.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-25 14:46:04,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:04,977][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-25 14:46:04,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,981][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-25 14:46:04,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:46:04,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:46:04,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-08-25 14:46:04,983][org.springframework.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-25 14:46:04,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:04,983][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-25 14:46:04,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,986][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-25 14:46:04,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:46:04,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:46:04,987][org.springframework.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-25 14:46:04,987][org.springframework.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-25 14:46:04,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:04,988][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-25 14:46:04,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,991][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-25 14:46:04,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:46:04,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:46:04,992][org.springframework.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-25 14:46:04,992][org.springframework.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-25 14:46:04,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:04,993][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-25 14:46:04,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,996][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-25 14:46:04,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:04,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:04,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:46:04,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:46:04,997][org.springframework.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-25 14:46:04,998][org.springframework.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-25 14:46:04,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:04,998][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-25 14:46:04,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:05,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:05,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:05,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:05,002][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-25 14:46:05,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:05,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:05,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:46:05,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:46:05,005][org.springframework.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-25 14:46:05,006][org.springframework.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-25 14:46:05,007][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:05,007][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-25 14:46:05,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:05,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:05,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:05,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:05,011][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-25 14:46:05,012][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-25 14:46:05,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:05,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:05,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:05,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:46:05,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:46:05,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:05,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:05,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:05,216][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:05,217][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:05,217][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:05,217][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:05,218][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:05,219][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:05,219][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:05,219][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:05,220][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:05,221][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:05,221][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:05,221][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:05,223][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:05,223][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:05,223][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:05,224][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:05,224][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:05,225][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:05,225][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:05,226][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:46:05,236][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:46:05,287][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 14:46:05,459][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:46:05,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:05,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:05,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:05,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:05,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:46:05,658][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-25 14:46:05,659][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-25 14:46:05,665][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\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-25 14:46:05,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:05,880][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:46:05,981][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:46:05,984][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:46:05,986][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:46:05,987][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:46:05,988][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-25 14:46:05,990][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-25 14:46:06,147][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:46:06,148][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:46:06,149][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:46:06,149][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:46:06,150][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:46:06,151][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:46:06,151][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:46:06,152][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:46:06,152][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:46:06,153][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:46:06,153][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:46:06,154][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:46:06,155][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:46:06,155][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:46:06,156][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:46:06,156][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:46:06,157][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:46:06,158][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:46:06,158][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:46:06,159][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:46:06,159][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:46:06,160][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:46:06,161][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:46:06,161][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:46:06,162][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:46:06,162][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:46:06,163][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:46:06,163][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:46:06,164][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:46:06,165][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:46:06,166][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:46:06,166][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:46:06,167][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:46:06,168][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:46:06,168][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-25 14:46:06,168][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-25 14:46:06,169][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:46:06,170][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-25 14:46:06,170][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-25 14:46:06,171][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:46:06,172][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-25 14:46:06,172][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-25 14:46:06,173][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-25 14:46:06,174][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-25 14:46:06,174][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-25 14:46:06,176][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-25 14:46:06,177][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-25 14:46:06,177][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-25 14:46:06,178][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:46:06,178][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-25 14:46:06,179][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-25 14:46:06,179][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-25 14:46:06,180][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-25 14:46:06,181][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-25 14:46:06,182][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-25 14:46:06,182][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-25 14:46:06,183][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-25 14:46:06,184][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-25 14:46:06,201][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-25 14:46:06,202][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-25 14:46:06,203][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:46:06,210][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-25 14:46:06,212][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-25 14:46:06,212][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:46:06,214][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-25 14:46:06,214][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-25 14:46:06,217][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-25 14:46:06,218][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-25 14:46:06,218][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-25 14:46:06,219][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:46:06,220][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-25 14:46:06,220][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-25 14:46:06,221][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-25 14:46:06,223][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-25 14:46:06,223][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-25 14:46:06,224][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-25 14:46:06,226][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-25 14:46:06,226][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-25 14:46:06,227][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-25 14:46:06,229][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-25 14:46:06,230][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-25 14:46:06,230][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:46:06,231][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-25 14:46:06,231][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-25 14:46:06,233][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:46:06,234][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-25 14:46:06,234][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-25 14:46:06,236][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-25 14:46:06,237][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-25 14:46:06,238][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-25 14:46:06,240][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:46:06,241][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-25 14:46:06,242][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-25 14:46:06,243][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:46:06,243][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-25 14:46:06,244][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-25 14:46:06,245][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:46:06,246][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-25 14:46:06,247][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-25 14:46:06,248][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:46:06,249][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-25 14:46:06,249][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-25 14:46:06,250][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-25 14:46:06,251][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-25 14:46:06,251][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-25 14:46:06,252][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:46:06,253][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-25 14:46:06,253][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-25 14:46:06,254][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-25 14:46:06,255][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-25 14:46:06,255][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-25 14:46:06,256][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-25 14:46:06,257][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-25 14:46:06,258][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-25 14:46:06,258][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-25 14:46:06,259][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-25 14:46:06,260][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-25 14:46:06,260][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:46:06,261][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-25 14:46:06,261][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-25 14:46:06,263][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:46:06,264][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-25 14:46:06,265][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-25 14:46:06,265][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:46:06,266][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-25 14:46:06,267][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-25 14:46:06,267][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:46:06,268][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-25 14:46:06,269][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-25 14:46:06,270][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:46:06,271][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-25 14:46:06,271][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-25 14:46:06,272][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:46:06,273][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,275][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,276][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,276][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,277][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,277][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,277][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,278][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,280][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,281][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,282][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,283][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,285][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,286][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,288][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,288][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,289][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,290][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,292][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,293][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,294][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,295][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,296][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,298][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,298][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,299][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,300][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,302][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,303][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,305][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,306][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,308][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,309][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:06,336][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:46:07,538][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-25 14:46:07,611][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-25 14:46:07,702][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-25 14:46:07,760][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-25 14:46:07,879][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-25 14:46:07,955][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-25 14:46:08,098][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-25 14:46:08,181][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-25 14:46:08,248][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-25 14:46:08,467][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-25 14:46:08,519][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-25 14:46:08,568][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-25 14:46:08,620][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-25 14:46:08,684][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-25 14:46:08,727][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-25 14:46:08,848][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-25 14:46:08,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:08,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:08,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:08,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:08,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:08,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:08,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:08,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:08,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:08,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:46:08,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:46:08,916][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-25 14:46:08,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:08,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:46:08,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:46:08,918][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-25 14:46:08,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:08,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:46:08,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:46:08,920][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-25 14:46:08,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:08,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:46:08,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:46:08,922][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-25 14:46:08,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:08,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:46:08,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:46:08,924][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-25 14:46:08,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:08,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:46:08,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:46:08,925][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-25 14:46:08,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:08,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:46:08,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:46:08,927][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-25 14:46:08,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:08,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:46:08,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:46:08,929][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-25 14:46:08,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:08,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:46:08,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:46:08,930][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-25 14:46:08,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:08,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:46:08,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:46:08,932][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-25 14:46:08,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:08,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:46:08,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:46:08,934][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-25 14:46:08,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:08,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:46:08,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:46:08,937][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-25 14:46:08,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:08,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:46:08,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:46:08,939][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-25 14:46:08,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:08,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:46:08,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:46:08,940][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-25 14:46:08,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:08,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:46:08,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:46:08,942][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-25 14:46:08,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:08,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:46:08,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:46:08,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:08,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:08,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:08,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:08,975][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-25 14:46:08,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:46:08,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:08,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:08,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:08,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,001][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:46:09,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:46:09,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:46:09,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:09,021][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:46:09,021][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:46:09,021][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,021][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:09,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:46:09,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:46:09,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:46:09,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:46:09,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,070][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:46:09,070][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:46:09,070][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:46:09,070][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:46:09,070][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:46:09,070][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:46:09,070][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:46:09,071][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:46:09,071][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:46:09,071][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:46:09,071][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:46:09,071][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:46:09,071][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:46:09,071][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:46:09,072][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:46:09,072][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:46:09,072][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:46:09,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:46:09,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:46:09,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:46:09,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:46:09,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:46:09,087][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:09,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:46:09,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:46:09,114][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:46:09,119][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@67283554] -[DEBUG][2015-08-25 14:46:09,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:46:09,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:46:09,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:46:09,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,145][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-25 14:46:09,146][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-25 14:46:09,146][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-25 14:46:09,146][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-25 14:46:09,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:09,146][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-25 14:46:09,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:46:09,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,160][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:46:09,161][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-25 14:46:09,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:46:09,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,180][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:46:09,180][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-25 14:46:09,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:46:09,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,200][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:46:09,201][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-25 14:46:09,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:46:09,203][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:46:09,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,206][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:46:09,207][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@cb7446f] -[DEBUG][2015-08-25 14:46:09,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:46:09,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:46:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:46:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,234][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-25 14:46:09,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:09,235][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-25 14:46:09,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:46:09,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,246][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:46:09,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,247][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,248][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:46:09,248][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@779122a0] -[DEBUG][2015-08-25 14:46:09,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:46:09,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:46:09,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:46:09,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,269][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-25 14:46:09,270][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-25 14:46:09,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:09,270][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-25 14:46:09,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:46:09,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,280][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:46:09,281][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-25 14:46:09,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:46:09,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,316][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:46:09,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,318][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:46:09,318][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@330ae8d6] -[DEBUG][2015-08-25 14:46:09,330][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:46:09,330][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:46:09,330][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:46:09,331][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,331][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,338][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-25 14:46:09,338][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-25 14:46:09,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:09,338][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-25 14:46:09,339][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:46:09,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,348][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:46:09,348][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-25 14:46:09,350][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:46:09,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,358][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:46:09,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,360][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:46:09,360][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@3616d81d] -[DEBUG][2015-08-25 14:46:09,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:46:09,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:46:09,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:46:09,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:09,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,374][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:46:09,375][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@2cec9411] -[DEBUG][2015-08-25 14:46:09,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:46:09,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:46:09,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:46:09,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,381][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,385][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:09,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,391][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:46:09,392][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@444d9531] -[DEBUG][2015-08-25 14:46:09,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:46:09,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:46:09,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:46:09,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,408][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-25 14:46:09,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:09,409][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-25 14:46:09,410][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:46:09,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,422][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:46:09,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,425][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:46:09,425][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@622723b6] -[DEBUG][2015-08-25 14:46:09,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:46:09,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:46:09,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:46:09,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,438][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-25 14:46:09,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:09,439][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-25 14:46:09,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:46:09,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,448][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:46:09,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,449][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,449][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,449][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,450][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:46:09,450][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@2e80f606] -[DEBUG][2015-08-25 14:46:09,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:46:09,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:46:09,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:46:09,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,472][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-25 14:46:09,473][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-25 14:46:09,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:09,474][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-25 14:46:09,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:46:09,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,482][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,482][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,496][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:46:09,496][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-25 14:46:09,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:46:09,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,504][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:46:09,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,506][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:46:09,507][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@29ec6697] -[DEBUG][2015-08-25 14:46:09,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:46:09,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:46:09,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:09,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:46:09,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:46:09,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:46:09,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:46:09,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:46:09,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:46:09,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:46:09,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:46:09,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:46:09,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:46:09,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:46:09,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:46:09,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:46:09,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:46:09,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:46:09,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:46:09,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:46:09,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:46:09,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:46:09,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:46:09,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:46:09,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:46:09,525][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@330fef92] -[DEBUG][2015-08-25 14:46:09,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:46:09,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:09,532][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:46:09,533][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:46:09,534][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:46:09,535][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:46:09,539][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@1faa05dd testClass = orderTest, testInstance = com.changyu.test.orderTest@53670068, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:46:09,540][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:46:09,550][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-25 14:46:09,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:46:09,552][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:46:09,553][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-25 14:46:09,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:46:09,555][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:46:09,556][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-25 14:46:09,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:46:09,559][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:46:09,559][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-25 14:46:09,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:46:09,561][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:46:09,561][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-25 14:46:09,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:46:09,563][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:46:09,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:09,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:09,574][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:46:09,618][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 14:46:09,628][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b49ca9] -[DEBUG][2015-08-25 14:46:09,652][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 14:46:09,653][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 14:46:09,657][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@523c4f13] will be managed by Spring -[DEBUG][2015-08-25 14:46:09,667][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-25 14:46:09,893][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 14:46:10,019][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 14:46:10,020][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 14:46:10,021][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b49ca9] -[DEBUG][2015-08-25 14:46:10,242][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b49ca9] from current transaction -[DEBUG][2015-08-25 14:46:10,242][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-25 14:46:10,253][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 2429775447983(Long), 18896554880(String) -[DEBUG][2015-08-25 14:46:10,370][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 1 -[DEBUG][2015-08-25 14:46:10,371][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-25 14:46:10,371][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b49ca9] -[DEBUG][2015-08-25 14:46:10,372][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 14:46:10,372][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b49ca9] -[DEBUG][2015-08-25 14:46:10,374][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-25 14:46:10,376][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@1faa05dd testClass = orderTest, testInstance = com.changyu.test.orderTest@53670068, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@592c34b 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-25 14:46:10,377][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@1faa05dd testClass = orderTest, testInstance = com.changyu.test.orderTest@53670068, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:46:10,387][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@1faa05dd testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@592c34b 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-25 14:46:10,392][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@7ad2093b: startup date [Tue Aug 25 14:46:03 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:46:10,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:10,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 14:46:10,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4cd5d2ca: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:46:10,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:46:10,398][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:46:10,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 14:46:10,400][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-25 14:46:10,400][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-25 14:46:10,401][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-08-25 14:46:10,405][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 14:46:56,074][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:46:56,158][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@4ec44deb 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-25 14:46:56,163][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-25 14:46:56,167][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:46:56,246][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:46:56,246][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:46:56,250][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:46:56,251][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:46:56,253][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:46:56,253][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:46:56,259][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:46:56,260][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:46:56,265][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@4eabedf1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:46:56,265][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@4eabedf1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:46:56,515][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:56,518][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:56,521][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:56,521][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:56,534][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:56,535][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:56,535][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:56,535][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 14:46:56,554][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:46:56,600][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:46:56,677][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:46:56,690][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-25 14:46:56,696][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-25 14:46:56,802][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-25 14:46:56,818][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-25 14:46:56,839][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:46:56,870][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-25 14:46:56,980][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-25 14:46:56,981][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-25 14:46:56,994][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\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-25 14:46:57,056][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-25 14:46:57,057][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-25 14:46:57,062][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\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-25 14:46:57,086][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-25 14:46:57,091][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-25 14:46:57,093][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-25 14:46:57,098][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-25 14:46:57,100][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-25 14:46:57,103][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-25 14:46:57,104][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-25 14:46:57,106][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-25 14:46:57,107][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-25 14:46:57,116][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-25 14:46:57,124][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:46:57,124][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:46:57,127][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:46:57,133][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-25 14:46:57,185][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-25 14:46:57,209][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-25 14:46:57,226][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-25 14:46:57,243][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:46:57,244][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:46:57,258][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-25 14:46:57,328][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:46:57,335][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@19bf37e3: startup date [Tue Aug 25 14:46:57 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:46:57,336][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@19bf37e3: org.springframework.beans.factory.support.DefaultListableBeanFactory@38a4d1fb: 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,/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-25 14:46:57,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:46:57,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:46:57,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:57,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:46:57,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:46:57,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:46:57,469][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-25 14:46:57,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:46:57,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:46:57,687][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:57,688][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:57,688][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:57,689][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:57,693][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-25 14:46:57,694][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-25 14:46:57,701][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\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-25 14:46:57,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\CampusMapper.class] -[DEBUG][2015-08-25 14:46:57,703][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-25 14:46:57,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\DeliverComMapper.class] -[DEBUG][2015-08-25 14:46:57,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\FeedbackMapper.class] -[DEBUG][2015-08-25 14:46:57,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\FoodCategoryMapper.class] -[DEBUG][2015-08-25 14:46:57,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\FoodCommentMapper.class] -[DEBUG][2015-08-25 14:46:57,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\FoodMapper.class] -[DEBUG][2015-08-25 14:46:57,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\FoodSpecialMapper.class] -[DEBUG][2015-08-25 14:46:57,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\NewsMapper.class] -[DEBUG][2015-08-25 14:46:57,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\OrderMapper.class] -[DEBUG][2015-08-25 14:46:57,709][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-25 14:46:57,710][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-25 14:46:57,710][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-25 14:46:57,711][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-25 14:46:57,711][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-25 14:46:57,712][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-25 14:46:57,716][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:46:57,719][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:46:57,719][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:46:57,719][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:46:57,719][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:46:57,720][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:46:57,720][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:46:57,720][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:46:57,720][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:46:57,720][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:46:57,720][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:46:57,720][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:46:57,720][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:46:57,721][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:46:57,721][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:46:57,721][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:46:57,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:46:57,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:46:57,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-25 14:46:57,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:46:57,755][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:46:57,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:46:57,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:46:57,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:57,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:46:57,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:46:57,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:46:57,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:57,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:46:57,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:46:57,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:46:57,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:57,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:46:57,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:46:57,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:46:57,789][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-25 14:46:57,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:46:57,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:46:57,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:46:57,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:57,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:46:57,843][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@92163f9] -[DEBUG][2015-08-25 14:46:57,847][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1c0cb2e] -[INFO][2015-08-25 14:46:57,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@38a4d1fb: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:46:57,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:46:57,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:46:57,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:46:57,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:46:57,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:46:57,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:46:57,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:46:57,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:57,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:57,878][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-25 14:46:57,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:46:57,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:46:57,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:57,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:57,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:57,909][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-25 14:46:57,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:46:57,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:57,944][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:57,945][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:57,945][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:57,945][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:57,947][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:57,947][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:57,948][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:57,948][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:57,949][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:57,950][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:57,950][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:57,950][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:57,955][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:57,955][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:57,956][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:57,956][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:57,958][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:57,959][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:57,959][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:57,960][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:57,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:57,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:46:58,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,379][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-25 14:46:58,394][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-25 14:46:58,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:58,394][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-25 14:46:58,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:46:58,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:46:58,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,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-25 14:46:58,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-25 14:46:58,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:58,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-08-25 14:46:58,449][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,449][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,488][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:46:58,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:46:58,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:46:58,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-08-25 14:46:58,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-08-25 14:46:58,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:58,503][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-25 14:46:58,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,522][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-25 14:46:58,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:46:58,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:46:58,524][org.springframework.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-25 14:46:58,524][org.springframework.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-25 14:46:58,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:58,524][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-25 14:46:58,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,527][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-25 14:46:58,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:46:58,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:46:58,529][org.springframework.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-25 14:46:58,529][org.springframework.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-25 14:46:58,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:58,529][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-25 14:46:58,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,533][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-25 14:46:58,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:46:58,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:46:58,534][org.springframework.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-25 14:46:58,534][org.springframework.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-25 14:46:58,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:58,534][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-25 14:46:58,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,537][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-25 14:46:58,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,539][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-25 14:46:58,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:46:58,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:46:58,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-08-25 14:46:58,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-08-25 14:46:58,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:58,541][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-25 14:46:58,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,545][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-25 14:46:58,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:46:58,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:46:58,546][org.springframework.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-25 14:46:58,546][org.springframework.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-25 14:46:58,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:58,546][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-25 14:46:58,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,549][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-25 14:46:58,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:46:58,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:46:58,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-25 14:46:58,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.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-25 14:46:58,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:58,550][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-25 14:46:58,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,553][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-25 14:46:58,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:46:58,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:46:58,555][org.springframework.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-25 14:46:58,555][org.springframework.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-25 14:46:58,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:58,556][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-25 14:46:58,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,559][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-25 14:46:58,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:46:58,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:46:58,560][org.springframework.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-25 14:46:58,560][org.springframework.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-25 14:46:58,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:58,560][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-25 14:46:58,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,563][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-25 14:46:58,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:46:58,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:46:58,564][org.springframework.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-25 14:46:58,564][org.springframework.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-25 14:46:58,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:58,564][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-25 14:46:58,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,567][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-25 14:46:58,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:46:58,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:46:58,568][org.springframework.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-25 14:46:58,568][org.springframework.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-25 14:46:58,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:58,569][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-25 14:46:58,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,571][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-25 14:46:58,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:46:58,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:46:58,572][org.springframework.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-25 14:46:58,572][org.springframework.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-25 14:46:58,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:58,573][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-25 14:46:58,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,575][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-25 14:46:58,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:46:58,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:46:58,576][org.springframework.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-25 14:46:58,576][org.springframework.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-25 14:46:58,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:58,577][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-25 14:46:58,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,580][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-25 14:46:58,580][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,580][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,580][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:46:58,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:46:58,581][org.springframework.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-25 14:46:58,581][org.springframework.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-25 14:46:58,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:58,581][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-25 14:46:58,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,584][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-25 14:46:58,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,587][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:46:58,587][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:46:58,587][org.springframework.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-25 14:46:58,587][org.springframework.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-25 14:46:58,587][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:58,588][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-25 14:46:58,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,601][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-25 14:46:58,603][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-25 14:46:58,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:58,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:58,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:58,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:46:58,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:46:58,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:58,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:58,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:46:58,785][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:58,785][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:58,786][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:58,786][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:58,787][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:58,787][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:58,787][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:58,788][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:58,789][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:58,789][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:58,789][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:58,790][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:58,791][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:58,791][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:58,792][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:58,792][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:46:58,793][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:46:58,793][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:58,793][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:46:58,794][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:46:58,803][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:46:58,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 14:46:59,030][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:46:59,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:59,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:59,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:46:59,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:46:59,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:46:59,233][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-25 14:46:59,234][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-25 14:46:59,240][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\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-25 14:46:59,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:46:59,445][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:46:59,446][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:46:59,448][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:46:59,449][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:46:59,450][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:46:59,451][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-25 14:46:59,451][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-25 14:46:59,629][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:46:59,630][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:46:59,631][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:46:59,631][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:46:59,633][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:46:59,633][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:46:59,634][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:46:59,635][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:46:59,636][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:46:59,637][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:46:59,637][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:46:59,638][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:46:59,638][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:46:59,639][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:46:59,640][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:46:59,641][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:46:59,641][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:46:59,642][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:46:59,642][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:46:59,643][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:46:59,644][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:46:59,644][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:46:59,645][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:46:59,645][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:46:59,646][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:46:59,647][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:46:59,647][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:46:59,648][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:46:59,648][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:46:59,649][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:46:59,649][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:46:59,650][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:46:59,651][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:46:59,652][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:46:59,652][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-25 14:46:59,652][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-25 14:46:59,653][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:46:59,654][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-25 14:46:59,654][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-25 14:46:59,655][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:46:59,656][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-25 14:46:59,656][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-25 14:46:59,657][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-25 14:46:59,658][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-25 14:46:59,658][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-25 14:46:59,659][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-25 14:46:59,660][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-25 14:46:59,660][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-25 14:46:59,661][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:46:59,662][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-25 14:46:59,662][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-25 14:46:59,663][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-25 14:46:59,664][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-25 14:46:59,664][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-25 14:46:59,665][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-25 14:46:59,666][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-25 14:46:59,666][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-25 14:46:59,667][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-25 14:46:59,682][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-25 14:46:59,682][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-25 14:46:59,686][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:46:59,690][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-25 14:46:59,690][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-25 14:46:59,691][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:46:59,692][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-25 14:46:59,692][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-25 14:46:59,695][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-25 14:46:59,696][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-25 14:46:59,696][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-25 14:46:59,697][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:46:59,698][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-25 14:46:59,698][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-25 14:46:59,699][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-25 14:46:59,700][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-25 14:46:59,701][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-25 14:46:59,701][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-25 14:46:59,702][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-25 14:46:59,703][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-25 14:46:59,703][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-25 14:46:59,704][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-25 14:46:59,704][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-25 14:46:59,705][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:46:59,706][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-25 14:46:59,706][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-25 14:46:59,707][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:46:59,708][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-25 14:46:59,709][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-25 14:46:59,710][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-25 14:46:59,711][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-25 14:46:59,712][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-25 14:46:59,713][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:46:59,714][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-25 14:46:59,714][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-25 14:46:59,716][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:46:59,717][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-25 14:46:59,717][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-25 14:46:59,718][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:46:59,719][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-25 14:46:59,719][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-25 14:46:59,720][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:46:59,721][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-25 14:46:59,721][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-25 14:46:59,722][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-25 14:46:59,723][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-25 14:46:59,724][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-25 14:46:59,724][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:46:59,725][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-25 14:46:59,726][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-25 14:46:59,727][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-25 14:46:59,728][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-25 14:46:59,729][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-25 14:46:59,730][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-25 14:46:59,731][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-25 14:46:59,731][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-25 14:46:59,732][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-25 14:46:59,733][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-25 14:46:59,733][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-25 14:46:59,734][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:46:59,735][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-25 14:46:59,736][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-25 14:46:59,738][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:46:59,739][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-25 14:46:59,739][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-25 14:46:59,740][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:46:59,741][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-25 14:46:59,742][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-25 14:46:59,743][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:46:59,743][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-25 14:46:59,744][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-25 14:46:59,745][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:46:59,746][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-25 14:46:59,747][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-25 14:46:59,747][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:46:59,748][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,750][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,750][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,750][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,752][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,752][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,752][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,753][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,754][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,755][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,756][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,758][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,760][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,761][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,763][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,763][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,764][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,765][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,767][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,768][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,769][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,770][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,772][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,773][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,774][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,775][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,776][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,778][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,778][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,780][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,781][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,782][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,784][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:46:59,808][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:47:01,184][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-25 14:47:01,261][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-25 14:47:01,342][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-25 14:47:01,393][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-25 14:47:01,514][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-25 14:47:01,578][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-25 14:47:01,699][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-25 14:47:01,767][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-25 14:47:01,823][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-25 14:47:02,049][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-25 14:47:02,101][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-25 14:47:02,151][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-25 14:47:02,207][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-25 14:47:02,277][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-25 14:47:02,318][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-25 14:47:02,432][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-25 14:47:02,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:47:02,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:47:02,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:47:02,473][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-25 14:47:02,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:47:02,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:47:02,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:47:02,476][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-25 14:47:02,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:47:02,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:47:02,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:47:02,478][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-25 14:47:02,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:47:02,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:47:02,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:47:02,479][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-25 14:47:02,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:47:02,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:47:02,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:47:02,481][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-25 14:47:02,482][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:47:02,482][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:47:02,482][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:47:02,483][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-25 14:47:02,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:47:02,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:47:02,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:47:02,484][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-25 14:47:02,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:47:02,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:47:02,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:47:02,486][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-25 14:47:02,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:47:02,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:47:02,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:47:02,487][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-25 14:47:02,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:47:02,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:47:02,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:47:02,489][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-25 14:47:02,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:47:02,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:47:02,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:47:02,491][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-25 14:47:02,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:47:02,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:47:02,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:47:02,492][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-25 14:47:02,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:47:02,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:47:02,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:47:02,494][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-25 14:47:02,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:47:02,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:47:02,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:47:02,495][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-25 14:47:02,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:47:02,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:47:02,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:47:02,497][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-25 14:47:02,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:47:02,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:47:02,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:47:02,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,526][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-25 14:47:02,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:47:02,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,542][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,542][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,556][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:47:02,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:47:02,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:47:02,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:47:02,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:47:02,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:47:02,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:47:02,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:47:02,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:47:02,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:47:02,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:47:02,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,625][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:47:02,625][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:47:02,625][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:47:02,625][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:47:02,625][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:47:02,625][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:47:02,626][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:47:02,626][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:47:02,626][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:47:02,626][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:47:02,626][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:47:02,626][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:47:02,626][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:47:02,626][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:47:02,627][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:47:02,627][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:47:02,627][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:47:02,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:47:02,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:47:02,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:47:02,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:47:02,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:47:02,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:47:02,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:47:02,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:47:02,668][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:47:02,672][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@1301661c] -[DEBUG][2015-08-25 14:47:02,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:47:02,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:47:02,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:47:02,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,699][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-25 14:47:02,699][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-25 14:47:02,700][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-25 14:47:02,700][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-25 14:47:02,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:47:02,700][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-25 14:47:02,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:47:02,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,721][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:47:02,722][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-25 14:47:02,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:47:02,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,740][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:47:02,740][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-25 14:47:02,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:47:02,742][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:47:02,742][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-25 14:47:02,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:47:02,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,757][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:47:02,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,760][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:47:02,760][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@5b3cf82b] -[DEBUG][2015-08-25 14:47:02,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:47:02,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:47:02,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:47:02,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,781][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-25 14:47:02,781][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:47:02,781][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-25 14:47:02,783][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:47:02,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,792][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:47:02,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,793][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:47:02,794][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@5fecff21] -[DEBUG][2015-08-25 14:47:02,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:47:02,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:47:02,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:47:02,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,813][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-25 14:47:02,814][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-25 14:47:02,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:47:02,814][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-25 14:47:02,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:47:02,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,824][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:47:02,824][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-25 14:47:02,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:47:02,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,860][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:47:02,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,862][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:47:02,862][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@cf55979] -[DEBUG][2015-08-25 14:47:02,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:47:02,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:47:02,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:47:02,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,883][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-25 14:47:02,883][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-25 14:47:02,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:47:02,885][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-25 14:47:02,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:47:02,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,894][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:47:02,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-08-25 14:47:02,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:47:02,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,907][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:47:02,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,909][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:47:02,910][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@210099e7] -[DEBUG][2015-08-25 14:47:02,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:47:02,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:47:02,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:47:02,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:47:02,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,926][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:47:02,926][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@200c4740] -[DEBUG][2015-08-25 14:47:02,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:47:02,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:47:02,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:47:02,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:47:02,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,945][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:47:02,945][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@87409cf] -[DEBUG][2015-08-25 14:47:02,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:47:02,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:47:02,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:47:02,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,960][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-25 14:47:02,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:47:02,960][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-25 14:47:02,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:47:02,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,972][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:47:02,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,974][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:47:02,974][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@155f28dc] -[DEBUG][2015-08-25 14:47:02,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:47:02,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:47:02,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:47:02,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,993][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-25 14:47:02,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:47:02,994][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-25 14:47:02,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:47:02,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:02,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:02,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:03,001][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:47:03,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:03,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:03,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:03,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:03,003][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:47:03,003][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@62982862] -[DEBUG][2015-08-25 14:47:03,008][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:47:03,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:47:03,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:47:03,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:03,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:03,022][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-25 14:47:03,022][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-25 14:47:03,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:47:03,023][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-25 14:47:03,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:47:03,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:03,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:03,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:03,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:03,031][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:47:03,031][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-25 14:47:03,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:47:03,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:03,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:03,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:03,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:03,053][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:47:03,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:03,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:03,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:03,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:03,055][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:47:03,055][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@f3a6f6d] -[DEBUG][2015-08-25 14:47:03,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:47:03,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:47:03,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:47:03,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:47:03,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:47:03,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:47:03,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:47:03,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:03,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:47:03,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:03,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:47:03,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:47:03,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:47:03,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:47:03,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:47:03,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:47:03,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:47:03,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:47:03,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:47:03,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:47:03,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:47:03,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:47:03,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:47:03,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:47:03,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:47:03,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:47:03,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:47:03,071][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@71811179] -[DEBUG][2015-08-25 14:47:03,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:47:03,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:47:03,079][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:47:03,080][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:47:03,081][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:47:03,081][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@4eabedf1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:47:03,083][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@26e3957d testClass = orderTest, testInstance = com.changyu.test.orderTest@276b557d, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4eabedf1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:47:03,083][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@4eabedf1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:47:03,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-25 14:47:03,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:47:03,096][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:47:03,096][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-25 14:47:03,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:47:03,098][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:47:03,099][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-25 14:47:03,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:47:03,100][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:47:03,101][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-25 14:47:03,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:47:03,104][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:47:03,104][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-25 14:47:03,106][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:47:03,106][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:47:03,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:03,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:03,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:47:03,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:47:03,115][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@4eabedf1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:47:03,160][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 14:47:03,170][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7d286828] -[DEBUG][2015-08-25 14:47:03,195][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 14:47:03,196][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 14:47:03,200][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@89c64b5] will be managed by Spring -[DEBUG][2015-08-25 14:47:03,212][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-25 14:47:03,436][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 14:47:03,518][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 14:47:03,519][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 14:47:03,519][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7d286828] -[DEBUG][2015-08-25 14:47:03,754][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7d286828] from current transaction -[DEBUG][2015-08-25 14:47:03,755][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-25 14:47:03,767][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 2429775447983(Long), 18896554880(String) -[DEBUG][2015-08-25 14:47:03,797][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 1 -[DEBUG][2015-08-25 14:47:03,798][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-25 14:47:03,798][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7d286828] -[DEBUG][2015-08-25 14:47:03,830][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 14:47:03,830][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7d286828] -[DEBUG][2015-08-25 14:47:03,831][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-25 14:47:03,833][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@26e3957d testClass = orderTest, testInstance = com.changyu.test.orderTest@276b557d, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@4eabedf1 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-25 14:47:03,833][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@26e3957d testClass = orderTest, testInstance = com.changyu.test.orderTest@276b557d, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@4eabedf1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:47:03,843][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@26e3957d testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4eabedf1 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-25 14:47:03,846][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@19bf37e3: startup date [Tue Aug 25 14:46:57 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:47:03,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:47:03,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 14:47:03,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@38a4d1fb: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:47:03,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:47:03,851][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:47:03,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 14:47:03,853][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-25 14:47:03,853][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-25 14:47:03,854][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-08-25 14:47:03,858][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 14:48:11,163][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:48:11,253][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@4ec44deb 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-25 14:48:11,259][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-25 14:48:11,263][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:48:11,340][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:48:11,341][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:48:11,344][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:48:11,345][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:48:11,346][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:48:11,347][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:48:11,354][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:48:11,354][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:48:11,359][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@4eabedf1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:48:11,360][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@4eabedf1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:48:11,612][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:11,614][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:11,618][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:11,619][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:11,632][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:11,633][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:11,633][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:11,633][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 14:48:11,650][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:48:11,697][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:48:11,773][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:48:11,786][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-25 14:48:11,792][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-25 14:48:11,894][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-25 14:48:11,913][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-25 14:48:11,938][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:48:11,968][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-25 14:48:12,069][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-25 14:48:12,070][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-25 14:48:12,080][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\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-25 14:48:12,150][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-25 14:48:12,152][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-25 14:48:12,159][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\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-25 14:48:12,201][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-25 14:48:12,205][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-25 14:48:12,207][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-25 14:48:12,212][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-25 14:48:12,214][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-25 14:48:12,217][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-25 14:48:12,219][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-25 14:48:12,221][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-25 14:48:12,223][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-25 14:48:12,234][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-25 14:48:12,242][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:48:12,243][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:48:12,247][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:48:12,252][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-25 14:48:12,310][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-25 14:48:12,336][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-25 14:48:12,351][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-25 14:48:12,367][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:48:12,369][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:48:12,383][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-25 14:48:12,463][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:48:12,471][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@19bf37e3: startup date [Tue Aug 25 14:48:12 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:48:12,471][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@19bf37e3: org.springframework.beans.factory.support.DefaultListableBeanFactory@26048761: 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,/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-25 14:48:12,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:48:12,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:48:12,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:12,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:48:12,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:48:12,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:48:12,608][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-25 14:48:12,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:48:12,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:48:12,838][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:12,838][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:12,839][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:12,839][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:12,843][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-25 14:48:12,843][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-25 14:48:12,851][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\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-25 14:48:12,852][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-25 14:48:12,853][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-25 14:48:12,854][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-25 14:48:12,854][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-25 14:48:12,855][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-25 14:48:12,856][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-25 14:48:12,856][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-25 14:48:12,857][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-25 14:48:12,857][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-25 14:48:12,858][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-25 14:48:12,859][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-25 14:48:12,860][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-25 14:48:12,861][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-25 14:48:12,863][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-25 14:48:12,864][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-25 14:48:12,866][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-25 14:48:12,870][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:48:12,874][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:48:12,874][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:48:12,874][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:48:12,874][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:48:12,875][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:48:12,875][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:48:12,875][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:48:12,875][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:48:12,876][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:48:12,876][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:48:12,877][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:48:12,878][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:48:12,878][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:48:12,878][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:48:12,878][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:48:12,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:48:12,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:48:12,912][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-25 14:48:12,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:48:12,939][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:48:12,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:48:12,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:48:12,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:12,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:48:12,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:48:12,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:48:12,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:12,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:48:12,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:48:12,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:48:12,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:12,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:48:12,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:48:12,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:48:12,978][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-25 14:48:12,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:48:12,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:48:12,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:48:13,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:13,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:48:13,039][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@a5e2f1d] -[DEBUG][2015-08-25 14:48:13,047][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4243e61] -[INFO][2015-08-25 14:48:13,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@26048761: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:48:13,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:48:13,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:48:13,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:48:13,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:48:13,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:48:13,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:48:13,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:48:13,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,081][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-25 14:48:13,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:48:13,118][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:48:13,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,120][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-25 14:48:13,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:48:13,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,158][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:13,158][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:13,158][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:13,158][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:13,160][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:13,160][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:13,161][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:13,163][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:13,165][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:13,165][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:13,166][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:13,166][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:13,171][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:13,172][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:13,172][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:13,173][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:13,176][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:13,176][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:13,177][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:13,177][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:13,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:48:13,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,630][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-25 14:48:13,645][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-25 14:48:13,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:13,645][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-25 14:48:13,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:48:13,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:48:13,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,682][org.springframework.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-25 14:48:13,682][org.springframework.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-25 14:48:13,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:13,698][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-25 14:48:13,698][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-25 14:48:13,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,745][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:48:13,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:48:13,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:48:13,767][org.springframework.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-25 14:48:13,767][org.springframework.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-25 14:48:13,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:13,768][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-25 14:48:13,768][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-25 14:48:13,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,784][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-25 14:48:13,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:48:13,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:48:13,786][org.springframework.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-25 14:48:13,786][org.springframework.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-25 14:48:13,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:13,786][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-25 14:48:13,786][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-25 14:48:13,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,789][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-25 14:48:13,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:48:13,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:48:13,790][org.springframework.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-25 14:48:13,790][org.springframework.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-25 14:48:13,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:13,791][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-25 14:48:13,791][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-25 14:48:13,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,794][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-25 14:48:13,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:48:13,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:48:13,796][org.springframework.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-25 14:48:13,796][org.springframework.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-25 14:48:13,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:13,796][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-25 14:48:13,796][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-25 14:48:13,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,799][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-25 14:48:13,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,801][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-25 14:48:13,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:48:13,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:48:13,803][org.springframework.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-25 14:48:13,803][org.springframework.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-25 14:48:13,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:13,803][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-25 14:48:13,803][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-25 14:48:13,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,806][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-25 14:48:13,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:48:13,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:48:13,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.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-25 14:48:13,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-08-25 14:48:13,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:13,808][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-25 14:48:13,808][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-25 14:48:13,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,812][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-25 14:48:13,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:48:13,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:48:13,813][org.springframework.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-25 14:48:13,813][org.springframework.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-25 14:48:13,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:13,813][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-25 14:48:13,813][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-25 14:48:13,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,817][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-25 14:48:13,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:48:13,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:48:13,818][org.springframework.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-25 14:48:13,818][org.springframework.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-25 14:48:13,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:13,818][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-25 14:48:13,818][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-25 14:48:13,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,821][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-25 14:48:13,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:48:13,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:48:13,822][org.springframework.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-25 14:48:13,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.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-25 14:48:13,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:13,823][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-25 14:48:13,823][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-25 14:48:13,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,826][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-25 14:48:13,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:48:13,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:48:13,827][org.springframework.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-25 14:48:13,828][org.springframework.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-25 14:48:13,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:13,828][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-25 14:48:13,828][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-25 14:48:13,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,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-08-25 14:48:13,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:48:13,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:48:13,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-08-25 14:48:13,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-08-25 14:48:13,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:13,832][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-25 14:48:13,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-08-25 14:48:13,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,836][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-25 14:48:13,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:48:13,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:48:13,837][org.springframework.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-25 14:48:13,837][org.springframework.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-25 14:48:13,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:13,838][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-25 14:48:13,838][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-25 14:48:13,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,841][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-25 14:48:13,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:48:13,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:48:13,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.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-25 14:48:13,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-08-25 14:48:13,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:13,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-08-25 14:48:13,843][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-25 14:48:13,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,846][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-25 14:48:13,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:48:13,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:48:13,848][org.springframework.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-25 14:48:13,848][org.springframework.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-25 14:48:13,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:13,849][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-25 14:48:13,849][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-25 14:48:13,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,853][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-25 14:48:13,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:48:13,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:48:13,856][org.springframework.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-25 14:48:13,857][org.springframework.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-25 14:48:13,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:13,857][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-25 14:48:13,857][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-25 14:48:13,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,860][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-25 14:48:13,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:13,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:13,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:13,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:48:13,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:48:13,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:13,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:13,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:14,057][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:14,057][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:14,057][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:14,059][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:14,059][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:14,059][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:14,059][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:14,059][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:14,062][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:14,062][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:14,063][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:14,063][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:14,063][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:14,063][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:14,063][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:14,064][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:14,066][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:14,066][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:14,066][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:14,066][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:48:14,076][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:48:14,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 14:48:14,305][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:48:14,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:14,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:14,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:14,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:14,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:48:14,532][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-25 14:48:14,533][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-25 14:48:14,539][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\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-25 14:48:14,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:14,768][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:48:14,768][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:48:14,770][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:48:14,771][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:48:14,773][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:48:14,773][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-25 14:48:14,774][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-25 14:48:14,914][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:48:14,916][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:48:14,917][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:48:14,918][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:48:14,919][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:48:14,919][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:48:14,920][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:48:14,921][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:48:14,922][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:48:14,923][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:48:14,924][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:48:14,924][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:48:14,925][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:48:14,926][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:48:14,927][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:48:14,928][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:48:14,929][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:48:14,929][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:48:14,930][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:48:14,930][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:48:14,931][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:48:14,932][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:48:14,932][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:48:14,933][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:48:14,934][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:48:14,935][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:48:14,935][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:48:14,937][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:48:14,937][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:48:14,938][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:48:14,938][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:48:14,939][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:48:14,940][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:48:14,940][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:48:14,941][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-25 14:48:14,941][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-25 14:48:14,942][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:48:14,943][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-25 14:48:14,943][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-25 14:48:14,944][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:48:14,945][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-25 14:48:14,945][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-25 14:48:14,947][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-25 14:48:14,948][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-25 14:48:14,948][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-25 14:48:14,949][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-25 14:48:14,951][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-25 14:48:14,951][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-25 14:48:14,952][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:48:14,953][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-25 14:48:14,953][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-25 14:48:14,954][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-25 14:48:14,955][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-25 14:48:14,955][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-25 14:48:14,956][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-25 14:48:14,957][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-25 14:48:14,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-25 14:48:14,982][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-25 14:48:14,988][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-25 14:48:14,988][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-25 14:48:14,989][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:48:14,990][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-25 14:48:14,990][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-25 14:48:14,991][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:48:14,992][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-25 14:48:14,992][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-25 14:48:14,995][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-25 14:48:14,997][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-25 14:48:14,997][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-25 14:48:14,998][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:48:14,999][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-25 14:48:14,999][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-25 14:48:15,001][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-25 14:48:15,002][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-25 14:48:15,002][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-25 14:48:15,003][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-25 14:48:15,004][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-25 14:48:15,004][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-25 14:48:15,005][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-25 14:48:15,006][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-25 14:48:15,006][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-25 14:48:15,007][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:48:15,008][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-25 14:48:15,008][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-25 14:48:15,009][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:48:15,010][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-25 14:48:15,010][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-25 14:48:15,013][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-25 14:48:15,014][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-25 14:48:15,014][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-25 14:48:15,016][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:48:15,017][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-25 14:48:15,017][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-25 14:48:15,018][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:48:15,019][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-25 14:48:15,020][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-25 14:48:15,020][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:48:15,022][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-25 14:48:15,022][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-25 14:48:15,023][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:48:15,024][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-25 14:48:15,024][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-25 14:48:15,026][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-25 14:48:15,027][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-25 14:48:15,027][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-25 14:48:15,028][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:48:15,030][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-25 14:48:15,030][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-25 14:48:15,031][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-25 14:48:15,032][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-25 14:48:15,033][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-25 14:48:15,034][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-25 14:48:15,035][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-25 14:48:15,035][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-25 14:48:15,036][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-25 14:48:15,037][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-25 14:48:15,038][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-25 14:48:15,038][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:48:15,039][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-25 14:48:15,039][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-25 14:48:15,041][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:48:15,042][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-25 14:48:15,042][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-25 14:48:15,043][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:48:15,044][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-25 14:48:15,045][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-25 14:48:15,046][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:48:15,047][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-25 14:48:15,048][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-25 14:48:15,049][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:48:15,050][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-25 14:48:15,051][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-25 14:48:15,052][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:48:15,053][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,054][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,055][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,055][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,057][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,057][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,057][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,058][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,060][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,061][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,063][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,065][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,066][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,067][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,069][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,070][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,071][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,072][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,073][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,076][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,078][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,079][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,081][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,083][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,083][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,085][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,086][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,088][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,089][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,090][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,091][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,092][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,093][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:15,121][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:48:16,273][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-25 14:48:16,349][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-25 14:48:16,437][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-25 14:48:16,487][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-25 14:48:16,605][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-25 14:48:16,669][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-25 14:48:16,794][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-25 14:48:16,865][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-25 14:48:16,932][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-25 14:48:17,153][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-25 14:48:17,206][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-25 14:48:17,252][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-25 14:48:17,307][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-25 14:48:17,378][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-25 14:48:17,418][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-25 14:48:17,533][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-25 14:48:17,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:17,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:48:17,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:48:17,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:17,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:48:17,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:48:17,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:17,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:48:17,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:48:17,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:17,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:48:17,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:48:17,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:17,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:48:17,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:48:17,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:17,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:48:17,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:48:17,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:17,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:48:17,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:48:17,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:17,580][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:48:17,580][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:48:17,580][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:17,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:48:17,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:48:17,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:17,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:48:17,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:48:17,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:17,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:48:17,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:48:17,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:17,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:48:17,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:48:17,587][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:17,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:48:17,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:48:17,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:17,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:48:17,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:48:17,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:17,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:48:17,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:48:17,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:17,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:48:17,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:48:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,631][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-25 14:48:17,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:48:17,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,663][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:48:17,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:48:17,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:48:17,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:17,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:48:17,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:48:17,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:17,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:48:17,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:48:17,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:48:17,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:48:17,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,730][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:17,730][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:17,730][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:17,731][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:17,731][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:17,731][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:17,731][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:17,731][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:17,732][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:17,732][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:17,732][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:17,732][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:17,732][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:17,732][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:17,732][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:17,732][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:17,732][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:17,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:48:17,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:48:17,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:48:17,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:48:17,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:48:17,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:17,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:48:17,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:48:17,772][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:48:17,775][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@5ad4a242] -[DEBUG][2015-08-25 14:48:17,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:48:17,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:48:17,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:48:17,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,800][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-25 14:48:17,800][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-25 14:48:17,800][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-25 14:48:17,800][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-25 14:48:17,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:17,801][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-25 14:48:17,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:48:17,802][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:48:17,802][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-25 14:48:17,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:48:17,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,816][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:48:17,816][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-25 14:48:17,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:48:17,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,832][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:48:17,833][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-25 14:48:17,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:48:17,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,858][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:48:17,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,860][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:48:17,860][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@fa0784f] -[DEBUG][2015-08-25 14:48:17,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:48:17,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:48:17,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:48:17,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,887][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-25 14:48:17,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:17,888][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-25 14:48:17,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:48:17,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,901][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:48:17,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,902][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:48:17,902][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@2d4bc050] -[DEBUG][2015-08-25 14:48:17,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:48:17,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:48:17,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:48:17,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,924][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-25 14:48:17,924][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-25 14:48:17,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:17,925][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-25 14:48:17,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:48:17,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,934][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:48:17,935][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-25 14:48:17,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:48:17,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,978][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:48:17,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:17,981][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:48:17,981][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@5dc62719] -[DEBUG][2015-08-25 14:48:17,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:48:17,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:48:17,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:48:17,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:17,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,000][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-25 14:48:18,001][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-25 14:48:18,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:18,001][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-25 14:48:18,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:48:18,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,010][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:48:18,010][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-25 14:48:18,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:48:18,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,020][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:48:18,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,021][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,021][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,022][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:48:18,022][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@444d9531] -[DEBUG][2015-08-25 14:48:18,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:48:18,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:48:18,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:48:18,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:18,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,034][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:48:18,034][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@186c17fd] -[DEBUG][2015-08-25 14:48:18,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:48:18,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:48:18,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:48:18,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:18,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,052][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:48:18,052][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@237bcf2f] -[DEBUG][2015-08-25 14:48:18,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:48:18,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:48:18,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:48:18,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,066][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-25 14:48:18,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:18,066][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-25 14:48:18,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:48:18,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,079][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:48:18,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,080][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:48:18,080][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@73d5f05f] -[DEBUG][2015-08-25 14:48:18,087][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:48:18,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:48:18,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:48:18,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,094][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-25 14:48:18,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:18,095][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-25 14:48:18,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:48:18,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,102][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:48:18,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,103][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,103][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,104][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:48:18,104][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@6caa873c] -[DEBUG][2015-08-25 14:48:18,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:48:18,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:48:18,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:48:18,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,121][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-25 14:48:18,122][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-25 14:48:18,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:18,122][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-25 14:48:18,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:48:18,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,130][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:48:18,131][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-25 14:48:18,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:48:18,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,151][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:48:18,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,153][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:48:18,153][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@5b39746e] -[DEBUG][2015-08-25 14:48:18,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:48:18,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:48:18,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:18,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:48:18,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:48:18,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:48:18,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:48:18,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:48:18,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:48:18,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:48:18,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:48:18,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:48:18,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:48:18,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:48:18,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:48:18,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:48:18,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:48:18,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:48:18,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:48:18,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:48:18,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:48:18,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:48:18,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:48:18,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:48:18,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:48:18,171][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5383e0b8] -[DEBUG][2015-08-25 14:48:18,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:48:18,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:18,178][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:48:18,178][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:48:18,179][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:48:18,179][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@4eabedf1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:48:18,181][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@77590662 testClass = orderTest, testInstance = com.changyu.test.orderTest@75b24924, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4eabedf1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:48:18,183][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@4eabedf1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:48:18,196][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-25 14:48:18,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:48:18,198][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:48:18,198][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-25 14:48:18,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:48:18,201][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:48:18,201][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-25 14:48:18,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:48:18,204][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:48:18,204][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-25 14:48:18,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:48:18,207][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:48:18,207][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-25 14:48:18,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:48:18,209][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:48:18,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:18,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:18,219][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@4eabedf1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:48:18,262][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 14:48:18,272][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b364520] -[DEBUG][2015-08-25 14:48:18,299][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 14:48:18,300][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 14:48:18,305][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@79acdb96] will be managed by Spring -[DEBUG][2015-08-25 14:48:18,317][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-25 14:48:18,538][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 14:48:18,614][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 14:48:18,615][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 14:48:18,616][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b364520] -[DEBUG][2015-08-25 14:48:18,833][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b364520] from current transaction -[DEBUG][2015-08-25 14:48:18,833][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-25 14:48:18,845][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 2429775447983(Long), 18896554880(String) -[DEBUG][2015-08-25 14:48:18,872][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 1 -[DEBUG][2015-08-25 14:48:18,873][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-25 14:48:18,873][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b364520] -[DEBUG][2015-08-25 14:48:18,905][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-25 14:48:18,905][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b364520] -[DEBUG][2015-08-25 14:48:18,906][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-25 14:48:18,908][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@77590662 testClass = orderTest, testInstance = com.changyu.test.orderTest@75b24924, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@4eabedf1 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-25 14:48:18,908][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@77590662 testClass = orderTest, testInstance = com.changyu.test.orderTest@75b24924, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@4eabedf1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:48:18,926][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@77590662 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4eabedf1 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-25 14:48:18,930][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@19bf37e3: startup date [Tue Aug 25 14:48:12 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:48:18,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:18,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 14:48:18,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@26048761: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:48:18,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:48:18,935][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:48:18,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 14:48:18,937][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-25 14:48:18,938][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-25 14:48:18,939][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-08-25 14:48:18,943][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 14:48:47,452][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:48:47,532][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@39d7a7b3 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-25 14:48:47,538][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-25 14:48:47,543][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:48:47,608][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:48:47,609][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:48:47,612][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:48:47,613][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:48:47,614][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:48:47,615][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:48:47,627][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:48:47,628][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:48:47,637][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@79929190 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:48:47,638][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@79929190 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:48:47,896][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:47,899][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:47,903][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:47,904][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:47,918][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:47,918][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:47,919][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:47,919][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 14:48:47,937][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:48:47,982][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:48:48,059][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:48:48,071][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-25 14:48:48,075][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-25 14:48:48,181][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-25 14:48:48,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-25 14:48:48,223][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:48:48,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-25 14:48:48,345][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-25 14:48:48,345][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-25 14:48:48,356][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\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-25 14:48:48,424][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-25 14:48:48,425][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-25 14:48:48,430][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\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-25 14:48:48,459][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-25 14:48:48,464][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-25 14:48:48,466][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-25 14:48:48,472][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-25 14:48:48,474][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-25 14:48:48,477][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-25 14:48:48,479][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-25 14:48:48,481][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-25 14:48:48,482][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-25 14:48:48,492][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-25 14:48:48,499][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:48:48,499][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:48:48,504][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:48:48,509][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-25 14:48:48,557][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-25 14:48:48,582][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-25 14:48:48,597][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-25 14:48:48,613][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:48:48,615][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:48:48,630][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-25 14:48:48,712][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:48:48,721][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@7ad2093b: startup date [Tue Aug 25 14:48:48 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:48:48,722][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@7ad2093b: org.springframework.beans.factory.support.DefaultListableBeanFactory@6a01f32e: 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,/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-25 14:48:48,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:48:48,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:48:48,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:48,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:48:48,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:48:48,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:48:48,858][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-25 14:48:48,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:48:48,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:48:49,075][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:49,075][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:49,076][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:49,076][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:49,079][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-25 14:48:49,080][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-25 14:48:49,090][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\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-25 14:48:49,091][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-25 14:48:49,092][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-25 14:48:49,092][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-25 14:48:49,093][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-25 14:48:49,093][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-25 14:48:49,094][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-25 14:48:49,095][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-25 14:48:49,095][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-25 14:48:49,096][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-25 14:48:49,097][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-25 14:48:49,097][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-25 14:48:49,098][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-25 14:48:49,098][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-25 14:48:49,099][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-25 14:48:49,099][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-25 14:48:49,100][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-25 14:48:49,104][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:48:49,107][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:48:49,107][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:48:49,107][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:48:49,108][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:48:49,108][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:48:49,108][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:48:49,108][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:48:49,108][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:48:49,108][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:48:49,109][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:48:49,109][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:48:49,109][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:48:49,109][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:48:49,109][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:48:49,109][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:48:49,118][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:48:49,118][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:48:49,121][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-25 14:48:49,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:48:49,150][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:48:49,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:48:49,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:48:49,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:49,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:48:49,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:48:49,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:48:49,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:49,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:48:49,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:48:49,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:48:49,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:49,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:48:49,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:48:49,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:48:49,194][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-25 14:48:49,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:48:49,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:48:49,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:48:49,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:49,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:48:49,278][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@a5e2f1d] -[DEBUG][2015-08-25 14:48:49,284][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4243e61] -[INFO][2015-08-25 14:48:49,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6a01f32e: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:48:49,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:48:49,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:48:49,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:48:49,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:48:49,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:48:49,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:48:49,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:48:49,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:49,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:49,320][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-25 14:48:49,339][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:48:49,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:48:49,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:49,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:49,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:49,362][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-25 14:48:49,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:48:49,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:49,400][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:49,401][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:49,402][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:49,403][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:49,404][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:49,404][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:49,405][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:49,405][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:49,406][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:49,407][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:49,407][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:49,408][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:49,413][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:49,414][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:49,414][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:49,414][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:49,418][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:49,418][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:49,419][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:49,419][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:49,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:49,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:49,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:48:49,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:49,841][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-25 14:48:49,858][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-25 14:48:49,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:49,859][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-25 14:48:49,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:48:49,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:48:49,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:49,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:49,894][org.springframework.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-25 14:48:49,894][org.springframework.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-25 14:48:49,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:49,909][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-25 14:48:49,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:49,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:49,964][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:48:49,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:49,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:49,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:48:49,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:48:49,987][org.springframework.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-25 14:48:49,987][org.springframework.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-25 14:48:49,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:49,988][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-25 14:48:49,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:49,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:49,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:49,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,005][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-25 14:48:50,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:48:50,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:48:50,006][org.springframework.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-25 14:48:50,006][org.springframework.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-25 14:48:50,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:50,006][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-25 14:48:50,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,011][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-25 14:48:50,011][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,011][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:48:50,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:48:50,012][org.springframework.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-25 14:48:50,012][org.springframework.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-25 14:48:50,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:50,012][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-25 14:48:50,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,015][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-25 14:48:50,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:48:50,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:48:50,016][org.springframework.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-25 14:48:50,017][org.springframework.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-25 14:48:50,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:50,017][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-25 14:48:50,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,020][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-25 14:48:50,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,021][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-25 14:48:50,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:48:50,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:48:50,022][org.springframework.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-25 14:48:50,023][org.springframework.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-25 14:48:50,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:50,023][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-25 14:48:50,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,026][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-25 14:48:50,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:48:50,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:48:50,028][org.springframework.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-25 14:48:50,028][org.springframework.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-25 14:48:50,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:50,029][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-25 14:48:50,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,031][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-25 14:48:50,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:48:50,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:48:50,032][org.springframework.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-25 14:48:50,032][org.springframework.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-25 14:48:50,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:50,033][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-25 14:48:50,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,036][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-25 14:48:50,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:48:50,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:48:50,037][org.springframework.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-25 14:48:50,037][org.springframework.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-25 14:48:50,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:50,038][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-25 14:48:50,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,042][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-25 14:48:50,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:48:50,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:48:50,043][org.springframework.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-25 14:48:50,043][org.springframework.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-25 14:48:50,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:50,043][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-25 14:48:50,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,046][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-25 14:48:50,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:48:50,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:48:50,048][org.springframework.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-25 14:48:50,048][org.springframework.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-25 14:48:50,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:50,048][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-25 14:48:50,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,051][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-25 14:48:50,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:48:50,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:48:50,052][org.springframework.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-25 14:48:50,052][org.springframework.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-25 14:48:50,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:50,053][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-25 14:48:50,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,056][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-25 14:48:50,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:48:50,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:48:50,057][org.springframework.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-25 14:48:50,057][org.springframework.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-25 14:48:50,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:50,057][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-25 14:48:50,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,061][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-25 14:48:50,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:48:50,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:48:50,061][org.springframework.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-25 14:48:50,062][org.springframework.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-25 14:48:50,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:50,062][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-25 14:48:50,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,065][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-25 14:48:50,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:48:50,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:48:50,066][org.springframework.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-25 14:48:50,066][org.springframework.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-25 14:48:50,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:50,067][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-25 14:48:50,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,070][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-25 14:48:50,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:48:50,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:48:50,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-08-25 14:48:50,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.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-25 14:48:50,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:50,075][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-25 14:48:50,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,079][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-25 14:48:50,080][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-25 14:48:50,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:50,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:50,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:50,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:48:50,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:48:50,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:50,271][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:50,272][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:50,272][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:50,273][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:50,274][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:50,274][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:50,274][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:50,275][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:50,276][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:50,276][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:50,276][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:50,277][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:50,278][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:50,278][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:50,278][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:50,278][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:48:50,280][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:48:50,280][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:50,280][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:48:50,280][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:48:50,290][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:48:50,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 14:48:50,513][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:48:50,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:50,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:50,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:48:50,952][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-25 14:48:50,953][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-25 14:48:50,959][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\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-25 14:48:50,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:51,183][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:48:51,183][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:48:51,185][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:48:51,186][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:48:51,187][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:48:51,188][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-25 14:48:51,189][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-25 14:48:51,328][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:48:51,329][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:48:51,330][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:48:51,331][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:48:51,331][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:48:51,332][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:48:51,332][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:48:51,333][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:48:51,334][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:48:51,335][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:48:51,336][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:48:51,336][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:48:51,337][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:48:51,338][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:48:51,339][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:48:51,339][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:48:51,340][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:48:51,340][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:48:51,341][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:48:51,342][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:48:51,342][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:48:51,343][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:48:51,343][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:48:51,344][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:48:51,345][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:48:51,345][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:48:51,346][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:48:51,346][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:48:51,347][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:48:51,348][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:48:51,348][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:48:51,350][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:48:51,350][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:48:51,351][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:48:51,351][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-25 14:48:51,351][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-25 14:48:51,352][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:48:51,353][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-25 14:48:51,353][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-25 14:48:51,354][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:48:51,355][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-25 14:48:51,355][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-25 14:48:51,356][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-25 14:48:51,358][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-25 14:48:51,358][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-25 14:48:51,359][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-25 14:48:51,360][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-25 14:48:51,360][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-25 14:48:51,361][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:48:51,362][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-25 14:48:51,362][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-25 14:48:51,363][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-25 14:48:51,364][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-25 14:48:51,364][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-25 14:48:51,365][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-25 14:48:51,366][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-25 14:48:51,366][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-25 14:48:51,367][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-25 14:48:51,387][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-25 14:48:51,390][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-25 14:48:51,395][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:48:51,397][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-25 14:48:51,397][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-25 14:48:51,398][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:48:51,399][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-25 14:48:51,399][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-25 14:48:51,402][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-25 14:48:51,404][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-25 14:48:51,404][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-25 14:48:51,405][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:48:51,406][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-25 14:48:51,406][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-25 14:48:51,407][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-25 14:48:51,408][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-25 14:48:51,408][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-25 14:48:51,409][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-25 14:48:51,410][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-25 14:48:51,410][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-25 14:48:51,411][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-25 14:48:51,412][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-25 14:48:51,412][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-25 14:48:51,413][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:48:51,414][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-25 14:48:51,415][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-25 14:48:51,416][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:48:51,417][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-25 14:48:51,417][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-25 14:48:51,418][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-25 14:48:51,420][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-25 14:48:51,420][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-25 14:48:51,421][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:48:51,422][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-25 14:48:51,422][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-25 14:48:51,424][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:48:51,424][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-25 14:48:51,425][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-25 14:48:51,425][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:48:51,427][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-25 14:48:51,427][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-25 14:48:51,428][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:48:51,430][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-25 14:48:51,430][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-25 14:48:51,431][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-25 14:48:51,432][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-25 14:48:51,432][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-25 14:48:51,433][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:48:51,434][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-25 14:48:51,434][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-25 14:48:51,435][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-25 14:48:51,436][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-25 14:48:51,436][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-25 14:48:51,437][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-25 14:48:51,438][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-25 14:48:51,438][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-25 14:48:51,439][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-25 14:48:51,440][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-25 14:48:51,440][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-25 14:48:51,441][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:48:51,442][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-25 14:48:51,442][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-25 14:48:51,444][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:48:51,445][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-25 14:48:51,445][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-25 14:48:51,446][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:48:51,446][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-25 14:48:51,447][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-25 14:48:51,448][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:48:51,449][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-25 14:48:51,449][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-25 14:48:51,450][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:48:51,452][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-25 14:48:51,452][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-25 14:48:51,453][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:48:51,454][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,455][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,456][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,456][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,457][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,457][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,457][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,459][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,460][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,461][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,462][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,464][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,465][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,466][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,469][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,469][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,470][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,471][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,472][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,473][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,475][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,476][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,477][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,479][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,479][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,480][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,481][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,482][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,483][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,485][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,486][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,487][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,488][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:48:51,515][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:48:52,816][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-25 14:48:52,887][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-25 14:48:52,972][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-25 14:48:53,020][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-25 14:48:53,118][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-25 14:48:53,192][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-25 14:48:53,331][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-25 14:48:53,423][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-25 14:48:53,483][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-25 14:48:53,682][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-25 14:48:53,853][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-25 14:48:53,903][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-25 14:48:53,972][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-25 14:48:54,041][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-25 14:48:54,085][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-25 14:48:54,202][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-25 14:48:54,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:54,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,216][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:48:54,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:48:54,242][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-25 14:48:54,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:54,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:48:54,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:48:54,243][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-25 14:48:54,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:54,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:48:54,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:48:54,245][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-25 14:48:54,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:54,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:48:54,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:48:54,246][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-25 14:48:54,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:54,247][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:48:54,247][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:48:54,247][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-25 14:48:54,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:54,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:48:54,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:48:54,249][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-25 14:48:54,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:54,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:48:54,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:48:54,250][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-25 14:48:54,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:54,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:48:54,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:48:54,251][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-25 14:48:54,252][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:54,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:48:54,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:48:54,254][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-25 14:48:54,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:54,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:48:54,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:48:54,256][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-25 14:48:54,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:54,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:48:54,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:48:54,261][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-25 14:48:54,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:54,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:48:54,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:48:54,263][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-25 14:48:54,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:54,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:48:54,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:48:54,265][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-25 14:48:54,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:54,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:48:54,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:48:54,269][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-25 14:48:54,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:54,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:48:54,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:48:54,273][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-25 14:48:54,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:54,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:48:54,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:48:54,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,287][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,304][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-25 14:48:54,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:48:54,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,329][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:48:54,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,330][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,330][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,330][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:48:54,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:48:54,340][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:54,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:48:54,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:48:54,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,364][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:54,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:48:54,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:48:54,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:48:54,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:48:54,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,395][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:54,395][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:54,396][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:54,396][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:54,396][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:54,396][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:54,396][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:54,396][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:54,396][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:54,396][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:54,397][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:54,397][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:54,397][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:54,397][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:54,397][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:54,397][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:54,397][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:48:54,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,400][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:48:54,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:48:54,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:48:54,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:48:54,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:48:54,410][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:54,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:48:54,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:48:54,435][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:48:54,439][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@55173444] -[DEBUG][2015-08-25 14:48:54,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:48:54,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:48:54,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:48:54,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,465][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-25 14:48:54,465][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-25 14:48:54,465][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-25 14:48:54,465][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-25 14:48:54,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:54,466][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-25 14:48:54,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:48:54,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,478][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:48:54,478][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-25 14:48:54,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:48:54,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,493][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:48:54,494][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-25 14:48:54,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:48:54,495][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:48:54,495][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-25 14:48:54,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:48:54,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,514][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:48:54,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,516][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:48:54,517][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@335fbef1] -[DEBUG][2015-08-25 14:48:54,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:48:54,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:48:54,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:48:54,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,538][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-25 14:48:54,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:54,539][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-25 14:48:54,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:48:54,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,548][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:48:54,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,550][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:48:54,550][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@5be64a23] -[DEBUG][2015-08-25 14:48:54,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:48:54,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:48:54,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:48:54,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,572][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-25 14:48:54,573][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-25 14:48:54,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:54,573][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-25 14:48:54,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:48:54,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,606][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:48:54,606][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-25 14:48:54,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:48:54,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,615][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:48:54,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,617][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:48:54,617][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@4473e7ae] -[DEBUG][2015-08-25 14:48:54,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:48:54,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:48:54,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:48:54,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,636][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-25 14:48:54,636][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-25 14:48:54,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:54,637][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-25 14:48:54,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:48:54,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,645][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:48:54,646][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-25 14:48:54,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:48:54,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,654][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:48:54,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,656][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:48:54,657][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@7a2ff95e] -[DEBUG][2015-08-25 14:48:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:48:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:48:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:48:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:54,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,670][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:48:54,670][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@6366982d] -[DEBUG][2015-08-25 14:48:54,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:48:54,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:48:54,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:48:54,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:54,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,687][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:48:54,687][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@115f518a] -[DEBUG][2015-08-25 14:48:54,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:48:54,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:48:54,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:48:54,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,701][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-25 14:48:54,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:54,702][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-25 14:48:54,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:48:54,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,714][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:48:54,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,716][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:48:54,716][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@56ddcc4] -[DEBUG][2015-08-25 14:48:54,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:48:54,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:48:54,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:48:54,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,728][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-25 14:48:54,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:54,728][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-25 14:48:54,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:48:54,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,735][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:48:54,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,737][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:48:54,737][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@6fa27e6] -[DEBUG][2015-08-25 14:48:54,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:48:54,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:48:54,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:48:54,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,754][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-25 14:48:54,754][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-25 14:48:54,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:48:54,755][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-25 14:48:54,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:48:54,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,761][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,764][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:48:54,765][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-25 14:48:54,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:48:54,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,786][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:48:54,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,788][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:48:54,789][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@50a25926] -[DEBUG][2015-08-25 14:48:54,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:48:54,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:48:54,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:54,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:48:54,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:48:54,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:48:54,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:48:54,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:48:54,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:48:54,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:48:54,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:48:54,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:48:54,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:48:54,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:48:54,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:48:54,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:48:54,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:48:54,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:48:54,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:48:54,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:48:54,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:48:54,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:48:54,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:48:54,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:48:54,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:48:54,805][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6836d2c3] -[DEBUG][2015-08-25 14:48:54,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:48:54,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:54,814][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:48:54,815][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:48:54,816][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:48:54,817][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@79929190 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:48:54,819][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@727e693f testClass = orderTest, testInstance = com.changyu.test.orderTest@492fe1d2, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@79929190 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:48:54,820][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@79929190 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:48:54,830][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-25 14:48:54,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:48:54,832][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:48:54,832][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-25 14:48:54,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:48:54,834][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:48:54,834][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-25 14:48:54,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:48:54,837][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:48:54,837][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-25 14:48:54,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:48:54,839][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:48:54,839][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-25 14:48:54,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:48:54,841][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:48:54,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:48:54,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:48:54,849][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@79929190 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:48:54,889][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 14:48:54,898][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5b89b979] -[DEBUG][2015-08-25 14:48:54,922][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 14:48:54,923][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 14:48:54,928][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@39cb71f4] will be managed by Spring -[DEBUG][2015-08-25 14:48:54,939][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-25 14:48:55,161][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 14:48:55,339][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 14:48:55,340][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 14:48:55,341][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5b89b979] -[DEBUG][2015-08-25 14:48:55,561][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5b89b979] from current transaction -[DEBUG][2015-08-25 14:48:55,561][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-25 14:48:55,573][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 2429775447983(Long), 18896554880(String) -[DEBUG][2015-08-25 14:48:55,596][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 1 -[DEBUG][2015-08-25 14:48:55,596][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-25 14:48:55,596][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5b89b979] -[DEBUG][2015-08-25 14:48:55,628][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5b89b979] -[DEBUG][2015-08-25 14:48:55,629][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-25 14:48:55,631][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@727e693f testClass = orderTest, testInstance = com.changyu.test.orderTest@492fe1d2, testMethod = testCalcularPrice@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@79929190 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-25 14:48:55,631][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@727e693f testClass = orderTest, testInstance = com.changyu.test.orderTest@492fe1d2, testMethod = testCalcularPrice@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@79929190 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:48:55,635][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@727e693f testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@79929190 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-25 14:48:55,639][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@7ad2093b: startup date [Tue Aug 25 14:48:48 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:48:55,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:48:55,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 14:48:55,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6a01f32e: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:48:55,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:48:55,643][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:48:55,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 14:48:55,645][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-25 14:48:55,645][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-25 14:48:55,646][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-08-25 14:48:55,650][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 14:49:15,266][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:49:15,354][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@39d7a7b3 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-25 14:49:15,360][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-25 14:49:15,364][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:49:15,433][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:49:15,434][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:49:15,437][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:49:15,438][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:49:15,440][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:49:15,441][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:49:15,449][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:49:15,450][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:49:15,457][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:49:15,458][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:49:15,718][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:49:15,720][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:15,724][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:15,725][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:49:15,737][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:49:15,738][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:15,738][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:15,738][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 14:49:15,757][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:49:15,801][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:49:15,879][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:49:15,907][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-25 14:49:15,918][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-25 14:49:16,019][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-25 14:49:16,039][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-25 14:49:16,060][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:49:16,092][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-25 14:49:16,179][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-25 14:49:16,180][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-25 14:49:16,191][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\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-25 14:49:16,259][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-25 14:49:16,259][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-25 14:49:16,265][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\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-25 14:49:16,293][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-25 14:49:16,297][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-25 14:49:16,299][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-25 14:49:16,305][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-25 14:49:16,307][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-25 14:49:16,309][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-25 14:49:16,311][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-25 14:49:16,313][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-25 14:49:16,315][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-25 14:49:16,324][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-25 14:49:16,331][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:49:16,332][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:49:16,335][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:49:16,339][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-25 14:49:16,390][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-25 14:49:16,416][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-25 14:49:16,432][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-25 14:49:16,448][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:49:16,450][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:49:16,464][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-25 14:49:16,537][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:49:16,545][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@2d4bdf68: startup date [Tue Aug 25 14:49:16 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:49:16,546][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@2d4bdf68: org.springframework.beans.factory.support.DefaultListableBeanFactory@6a01f32e: 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,/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-25 14:49:16,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:49:16,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:49:16,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:16,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:49:16,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:49:16,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:49:16,676][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-25 14:49:16,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:49:16,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:49:16,895][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:49:16,896][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:16,897][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:16,897][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:49:16,901][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-25 14:49:16,902][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-25 14:49:16,910][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\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-25 14:49:16,911][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-25 14:49:16,912][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-25 14:49:16,912][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-25 14:49:16,913][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-25 14:49:16,914][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-25 14:49:16,915][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-25 14:49:16,916][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-25 14:49:16,916][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-25 14:49:16,917][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-25 14:49:16,919][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-25 14:49:16,919][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-25 14:49:16,920][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-25 14:49:16,921][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-25 14:49:16,922][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-25 14:49:16,923][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-25 14:49:16,924][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-25 14:49:16,928][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:49:16,931][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:49:16,931][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:49:16,931][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:49:16,931][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:49:16,932][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:49:16,932][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:49:16,932][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:49:16,932][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:49:16,933][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:49:16,933][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:49:16,933][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:49:16,933][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:49:16,933][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:49:16,933][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:49:16,934][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:49:16,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:49:16,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:49:16,945][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-25 14:49:16,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:49:16,966][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:49:16,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:49:16,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:49:16,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:16,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:49:16,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:49:16,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:49:16,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:16,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:49:16,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:49:16,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:49:17,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:17,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:49:17,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:49:17,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:49:17,004][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-25 14:49:17,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:49:17,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:49:17,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:49:17,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:17,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:49:17,073][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@a5e2f1d] -[DEBUG][2015-08-25 14:49:17,079][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4243e61] -[INFO][2015-08-25 14:49:17,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6a01f32e: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:49:17,105][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:49:17,105][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:49:17,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:49:17,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:49:17,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:49:17,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:49:17,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:49:17,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,123][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-25 14:49:17,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:49:17,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:49:17,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,162][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-25 14:49:17,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:49:17,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,198][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:49:17,199][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:17,199][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:17,199][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:49:17,202][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:49:17,203][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:17,203][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:17,204][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:49:17,207][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:49:17,208][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:17,208][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:17,208][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:49:17,214][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:49:17,216][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:17,216][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:17,217][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:49:17,219][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:49:17,219][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:17,220][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:17,220][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:49:17,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:49:17,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,649][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-25 14:49:17,664][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-25 14:49:17,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:17,664][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-25 14:49:17,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:49:17,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:49:17,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,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-25 14:49:17,693][org.springframework.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-25 14:49:17,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:17,710][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-25 14:49:17,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,803][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:49:17,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:49:17,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:49:17,818][org.springframework.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-25 14:49:17,818][org.springframework.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-25 14:49:17,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:17,818][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-25 14:49:17,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,837][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-25 14:49:17,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:49:17,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:49:17,838][org.springframework.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-25 14:49:17,838][org.springframework.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-25 14:49:17,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:17,840][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-25 14:49:17,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,844][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-25 14:49:17,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:49:17,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:49:17,846][org.springframework.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-25 14:49:17,846][org.springframework.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-25 14:49:17,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:17,846][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-25 14:49:17,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,850][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-25 14:49:17,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:49:17,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:49:17,855][org.springframework.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-25 14:49:17,855][org.springframework.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-25 14:49:17,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:17,856][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-25 14:49:17,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,860][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-25 14:49:17,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,864][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-25 14:49:17,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:49:17,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:49:17,866][org.springframework.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-25 14:49:17,866][org.springframework.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-25 14:49:17,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:17,866][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-25 14:49:17,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,871][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-25 14:49:17,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:49:17,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:49:17,872][org.springframework.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-25 14:49:17,872][org.springframework.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-25 14:49:17,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:17,873][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-25 14:49:17,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,876][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-25 14:49:17,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:49:17,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:49:17,878][org.springframework.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-25 14:49:17,878][org.springframework.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-25 14:49:17,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:17,879][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-25 14:49:17,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,883][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-25 14:49:17,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:49:17,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:49:17,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-08-25 14:49:17,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.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-25 14:49:17,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:17,885][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-25 14:49:17,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,894][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-25 14:49:17,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:49:17,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:49:17,897][org.springframework.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-25 14:49:17,897][org.springframework.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-25 14:49:17,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:17,898][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-25 14:49:17,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,906][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-25 14:49:17,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:49:17,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:49:17,909][org.springframework.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-25 14:49:17,909][org.springframework.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-25 14:49:17,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:17,910][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-25 14:49:17,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,915][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-25 14:49:17,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:49:17,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:49:17,918][org.springframework.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-25 14:49:17,918][org.springframework.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-25 14:49:17,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:17,918][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-25 14:49:17,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,926][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-25 14:49:17,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:49:17,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:49:17,929][org.springframework.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-25 14:49:17,930][org.springframework.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-25 14:49:17,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:17,930][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-25 14:49:17,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,935][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-25 14:49:17,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:49:17,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:49:17,936][org.springframework.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-25 14:49:17,937][org.springframework.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-25 14:49:17,937][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:17,937][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-25 14:49:17,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,943][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-25 14:49:17,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:49:17,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:49:17,944][org.springframework.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-25 14:49:17,944][org.springframework.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-25 14:49:17,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:17,945][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-25 14:49:17,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,949][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-25 14:49:17,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:49:17,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:49:17,958][org.springframework.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-25 14:49:17,958][org.springframework.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-25 14:49:17,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:17,959][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-25 14:49:17,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:17,965][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-25 14:49:17,966][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-25 14:49:17,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:17,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:17,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:17,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:49:17,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:49:17,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:17,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:18,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:18,177][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:49:18,177][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:18,178][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:18,178][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:49:18,179][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:49:18,179][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:18,180][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:18,180][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:49:18,182][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:49:18,183][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:18,183][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:18,184][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:49:18,185][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:49:18,186][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:18,186][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:18,186][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:49:18,187][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:49:18,187][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:18,188][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:49:18,188][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:49:18,199][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:49:18,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 14:49:18,420][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:49:18,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:18,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:18,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:18,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:18,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:49:18,651][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-25 14:49:18,652][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-25 14:49:18,658][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\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-25 14:49:18,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:18,880][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:49:18,881][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:49:18,883][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:49:18,885][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:49:18,886][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:49:18,887][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-25 14:49:18,888][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-25 14:49:19,047][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:49:19,048][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:49:19,049][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:49:19,049][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:49:19,050][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:49:19,051][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:49:19,052][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:49:19,053][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:49:19,055][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:49:19,056][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:49:19,057][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:49:19,058][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:49:19,058][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:49:19,059][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:49:19,059][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:49:19,060][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:49:19,061][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:49:19,062][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:49:19,062][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:49:19,063][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:49:19,064][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:49:19,064][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:49:19,065][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:49:19,065][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:49:19,066][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:49:19,067][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:49:19,067][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:49:19,068][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:49:19,068][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:49:19,069][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:49:19,070][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:49:19,070][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:49:19,071][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:49:19,072][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:49:19,072][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-25 14:49:19,072][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-25 14:49:19,074][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:49:19,075][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-25 14:49:19,075][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-25 14:49:19,076][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:49:19,077][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-25 14:49:19,078][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-25 14:49:19,079][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-25 14:49:19,080][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-25 14:49:19,080][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-25 14:49:19,081][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-25 14:49:19,082][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-25 14:49:19,082][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-25 14:49:19,083][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:49:19,084][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-25 14:49:19,085][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-25 14:49:19,085][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-25 14:49:19,086][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-25 14:49:19,087][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-25 14:49:19,087][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-25 14:49:19,089][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-25 14:49:19,089][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-25 14:49:19,090][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-25 14:49:19,106][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-25 14:49:19,106][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-25 14:49:19,107][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:49:19,109][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-25 14:49:19,109][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-25 14:49:19,113][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:49:19,117][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-25 14:49:19,117][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-25 14:49:19,120][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-25 14:49:19,121][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-25 14:49:19,121][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-25 14:49:19,122][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:49:19,123][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-25 14:49:19,123][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-25 14:49:19,124][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-25 14:49:19,125][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-25 14:49:19,125][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-25 14:49:19,126][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-25 14:49:19,127][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-25 14:49:19,127][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-25 14:49:19,128][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-25 14:49:19,129][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-25 14:49:19,129][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-25 14:49:19,130][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:49:19,131][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-25 14:49:19,131][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-25 14:49:19,132][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:49:19,133][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-25 14:49:19,133][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-25 14:49:19,135][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-25 14:49:19,135][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-25 14:49:19,136][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-25 14:49:19,137][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:49:19,138][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-25 14:49:19,138][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-25 14:49:19,139][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:49:19,141][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-25 14:49:19,141][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-25 14:49:19,142][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:49:19,142][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-25 14:49:19,143][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-25 14:49:19,144][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:49:19,145][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-25 14:49:19,145][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-25 14:49:19,146][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-25 14:49:19,147][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-25 14:49:19,148][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-25 14:49:19,149][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:49:19,150][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-25 14:49:19,151][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-25 14:49:19,152][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-25 14:49:19,154][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-25 14:49:19,154][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-25 14:49:19,156][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-25 14:49:19,158][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-25 14:49:19,158][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-25 14:49:19,159][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-25 14:49:19,160][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-25 14:49:19,160][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-25 14:49:19,161][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:49:19,162][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-25 14:49:19,163][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-25 14:49:19,167][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:49:19,168][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-25 14:49:19,169][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-25 14:49:19,170][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:49:19,171][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-25 14:49:19,171][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-25 14:49:19,172][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:49:19,174][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-25 14:49:19,174][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-25 14:49:19,175][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:49:19,176][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-25 14:49:19,177][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-25 14:49:19,178][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:49:19,180][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,183][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,184][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,184][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,185][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,186][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,186][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,187][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,188][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,190][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,191][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,193][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,194][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,195][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,197][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,197][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,198][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,200][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,201][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,202][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,204][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,205][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,206][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,209][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,209][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,210][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,211][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,213][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,214][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,215][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,216][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,218][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,219][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:49:19,247][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:49:20,407][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-25 14:49:20,477][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-25 14:49:20,559][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-25 14:49:20,606][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-25 14:49:20,700][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-25 14:49:20,770][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-25 14:49:20,906][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-25 14:49:20,997][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-25 14:49:21,053][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-25 14:49:21,256][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-25 14:49:21,309][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-25 14:49:21,357][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-25 14:49:21,427][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-25 14:49:21,493][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-25 14:49:21,534][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-25 14:49:21,646][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-25 14:49:21,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:21,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:49:21,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:49:21,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-08-25 14:49:21,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:21,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:49:21,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:49:21,688][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-25 14:49:21,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:21,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:49:21,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:49:21,690][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-25 14:49:21,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:21,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:49:21,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:49:21,691][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-25 14:49:21,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:21,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:49:21,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:49:21,693][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-25 14:49:21,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:21,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:49:21,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:49:21,694][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-25 14:49:21,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:21,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:49:21,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:49:21,696][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-25 14:49:21,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:21,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:49:21,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:49:21,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-25 14:49:21,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:21,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:49:21,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:49:21,699][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-25 14:49:21,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:21,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:49:21,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:49:21,700][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-25 14:49:21,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:21,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:49:21,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:49:21,702][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-25 14:49:21,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:21,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:49:21,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:49:21,704][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-25 14:49:21,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:21,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:49:21,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:49:21,706][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-25 14:49:21,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:21,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:49:21,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:49:21,707][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-25 14:49:21,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:21,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:49:21,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:49:21,709][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-25 14:49:21,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:21,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:49:21,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:49:21,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,739][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-25 14:49:21,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:49:21,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,777][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:49:21,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:49:21,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:49:21,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:21,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:49:21,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:49:21,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:21,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:49:21,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:49:21,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:49:21,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:49:21,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,857][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:49:21,857][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:49:21,857][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:49:21,857][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:49:21,857][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:49:21,857][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:49:21,858][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:49:21,858][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:49:21,858][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:49:21,858][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:49:21,858][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:49:21,858][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:49:21,858][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:49:21,858][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:49:21,859][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:49:21,859][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:49:21,859][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:49:21,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:49:21,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:49:21,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:49:21,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:49:21,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:49:21,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:21,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:49:21,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:49:21,898][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:49:21,901][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@5d11b24b] -[DEBUG][2015-08-25 14:49:21,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:49:21,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:49:21,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:49:21,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,929][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-25 14:49:21,930][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-25 14:49:21,930][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-25 14:49:21,930][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-25 14:49:21,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:21,930][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-25 14:49:21,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:49:21,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,944][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:49:21,944][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-25 14:49:21,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:49:21,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,962][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:49:21,963][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-25 14:49:21,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:49:21,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,982][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:49:21,982][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-25 14:49:21,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:49:21,985][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:49:21,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:21,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:21,987][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:49:21,987][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@3c22d5b8] -[DEBUG][2015-08-25 14:49:22,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:49:22,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:49:22,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:49:22,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,008][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-25 14:49:22,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:22,009][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-25 14:49:22,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:49:22,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,019][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:49:22,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,021][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:49:22,021][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@65d59383] -[DEBUG][2015-08-25 14:49:22,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:49:22,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:49:22,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:49:22,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,043][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-25 14:49:22,044][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-25 14:49:22,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:22,044][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-25 14:49:22,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:49:22,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,054][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:49:22,054][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-25 14:49:22,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:49:22,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,089][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:49:22,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,090][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:49:22,091][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@38f61d71] -[DEBUG][2015-08-25 14:49:22,103][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:49:22,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:49:22,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:49:22,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,111][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-25 14:49:22,112][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-25 14:49:22,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:22,114][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-25 14:49:22,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:49:22,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,127][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:49:22,127][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-25 14:49:22,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:49:22,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,147][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:49:22,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,150][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:49:22,150][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@3fa39595] -[DEBUG][2015-08-25 14:49:22,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:49:22,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:49:22,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:49:22,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:22,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,164][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:49:22,164][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@6c0d6ef7] -[DEBUG][2015-08-25 14:49:22,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:49:22,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:49:22,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:49:22,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:22,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,181][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:49:22,181][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@188ef927] -[DEBUG][2015-08-25 14:49:22,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:49:22,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:49:22,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:49:22,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,193][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-25 14:49:22,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:22,193][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-25 14:49:22,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:49:22,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,204][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:49:22,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,206][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:49:22,207][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@39484118] -[DEBUG][2015-08-25 14:49:22,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:49:22,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:49:22,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:49:22,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,221][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-25 14:49:22,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:22,222][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-25 14:49:22,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:49:22,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,230][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:49:22,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,231][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:49:22,232][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@49a01787] -[DEBUG][2015-08-25 14:49:22,238][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:49:22,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:49:22,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:49:22,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,255][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-25 14:49:22,256][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-25 14:49:22,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:49:22,257][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-25 14:49:22,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:49:22,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,289][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:49:22,290][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-25 14:49:22,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:49:22,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,297][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:49:22,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,300][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:49:22,300][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@256b642c] -[DEBUG][2015-08-25 14:49:22,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:49:22,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:49:22,350][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:22,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:49:22,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:49:22,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:49:22,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:49:22,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:49:22,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:49:22,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:49:22,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:49:22,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:49:22,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:49:22,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:49:22,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:49:22,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:49:22,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:49:22,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:49:22,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:49:22,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:49:22,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:49:22,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:49:22,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:49:22,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:49:22,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:49:22,357][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@64dc803f] -[DEBUG][2015-08-25 14:49:22,358][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:49:22,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:22,363][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:49:22,364][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:49:22,364][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:49:22,365][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:49:22,367][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@be016da testClass = orderTest, testInstance = com.changyu.test.orderTest@24fc484d, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:49:22,367][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:49:22,375][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-25 14:49:22,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:49:22,378][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:49:22,378][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-25 14:49:22,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:49:22,380][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:49:22,380][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-25 14:49:22,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:49:22,383][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:49:22,383][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-25 14:49:22,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:49:22,387][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:49:22,388][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-25 14:49:22,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:49:22,391][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:49:22,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:49:22,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:49:22,401][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:49:22,444][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 14:49:22,454][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@69cae2b2] -[DEBUG][2015-08-25 14:49:22,480][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 14:49:22,481][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 14:49:22,486][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@5b392847] will be managed by Spring -[DEBUG][2015-08-25 14:49:22,498][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-25 14:49:22,712][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 14:49:22,781][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 14:49:22,782][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 14:49:22,783][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@69cae2b2] -[DEBUG][2015-08-25 14:49:23,005][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@69cae2b2] from current transaction -[DEBUG][2015-08-25 14:49:23,006][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-25 14:49:23,016][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 2429775447983(Long), 18896554880(String) -[DEBUG][2015-08-25 14:49:23,048][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 1 -[DEBUG][2015-08-25 14:49:23,049][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-25 14:49:23,049][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@69cae2b2] -[DEBUG][2015-08-25 14:49:23,079][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@69cae2b2] from current transaction -[DEBUG][2015-08-25 14:49:23,080][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-25 14:49:23,081][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 1488888888888(Long), 18896554880(String) -[DEBUG][2015-08-25 14:49:23,100][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 1 -[DEBUG][2015-08-25 14:49:23,101][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@69cae2b2] -[DEBUG][2015-08-25 14:49:23,101][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@69cae2b2] from current transaction -[DEBUG][2015-08-25 14:49:23,102][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-25 14:49:23,102][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 1477777777777(Long), 18896554880(String) -[DEBUG][2015-08-25 14:49:23,126][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 1 -[DEBUG][2015-08-25 14:49:23,127][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@69cae2b2] -[DEBUG][2015-08-25 14:49:23,127][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@69cae2b2] -[DEBUG][2015-08-25 14:49:23,128][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-25 14:49:23,130][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@be016da testClass = orderTest, testInstance = com.changyu.test.orderTest@24fc484d, testMethod = testCalcularPrice@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@665373c8 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-25 14:49:23,130][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@be016da testClass = orderTest, testInstance = com.changyu.test.orderTest@24fc484d, testMethod = testCalcularPrice@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@665373c8 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:49:23,134][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@be016da testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@665373c8 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-25 14:49:23,137][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@2d4bdf68: startup date [Tue Aug 25 14:49:16 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:49:23,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:49:23,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 14:49:23,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6a01f32e: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:49:23,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:49:23,141][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:49:23,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 14:49:23,143][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-25 14:49:23,143][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-25 14:49:23,144][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-08-25 14:49:23,148][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-25 14:51:35,016][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-25 14:51:35,105][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@53546fcd 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-25 14:51:35,111][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-25 14:51:35,115][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-25 14:51:35,192][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:51:35,193][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:51:35,196][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:51:35,197][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:51:35,199][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:51:35,200][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:51:35,206][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:51:35,207][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:51:35,213][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-25 14:51:35,215][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:51:35,467][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:51:35,470][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:35,474][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:35,474][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:51:35,486][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:51:35,486][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:35,487][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:35,487][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-25 14:51:35,505][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-25 14:51:35,548][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:51:35,623][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-25 14:51:35,637][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-25 14:51:35,642][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-25 14:51:35,754][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-25 14:51:35,774][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-25 14:51:35,799][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:51:35,836][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-25 14:51:35,939][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-25 14:51:35,939][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-25 14:51:35,951][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\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-25 14:51:36,022][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-25 14:51:36,023][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-25 14:51:36,029][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\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-25 14:51:36,058][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-25 14:51:36,062][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-25 14:51:36,064][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-25 14:51:36,070][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-25 14:51:36,072][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-25 14:51:36,075][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-25 14:51:36,077][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-25 14:51:36,078][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-25 14:51:36,081][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-25 14:51:36,092][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-25 14:51:36,102][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-25 14:51:36,103][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-25 14:51:36,107][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-25 14:51:36,111][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-25 14:51:36,172][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-25 14:51:36,195][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-25 14:51:36,213][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-25 14:51:36,232][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-25 14:51:36,234][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-25 14:51:36,250][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-25 14:51:36,350][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-25 14:51:36,359][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@1bf02c8a: startup date [Tue Aug 25 14:51:36 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:51:36,360][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@1bf02c8a: org.springframework.beans.factory.support.DefaultListableBeanFactory@735404c6: 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,/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-25 14:51:36,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:51:36,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:51:36,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:36,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:51:36,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:51:36,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:51:36,523][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-25 14:51:36,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:51:36,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:51:36,738][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:51:36,739][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:36,739][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:36,740][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:51:36,744][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-25 14:51:36,744][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-25 14:51:36,753][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\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-25 14:51:36,754][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-25 14:51:36,754][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-25 14:51:36,755][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-25 14:51:36,756][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-25 14:51:36,756][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-25 14:51:36,757][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-25 14:51:36,758][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-25 14:51:36,758][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-25 14:51:36,759][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-25 14:51:36,760][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-25 14:51:36,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\PackageOrderMapper.class] -[DEBUG][2015-08-25 14:51:36,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\PreferentialMapper.class] -[DEBUG][2015-08-25 14:51:36,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\PushMessageMapper.class] -[DEBUG][2015-08-25 14:51:36,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\ReceiverMapper.class] -[DEBUG][2015-08-25 14:51:36,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\SellerMapper.class] -[DEBUG][2015-08-25 14:51:36,764][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-25 14:51:36,768][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-25 14:51:36,771][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-25 14:51:36,771][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-25 14:51:36,772][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-25 14:51:36,772][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-25 14:51:36,772][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-25 14:51:36,772][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-25 14:51:36,773][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-25 14:51:36,773][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-25 14:51:36,773][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-25 14:51:36,773][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-25 14:51:36,773][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-25 14:51:36,773][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-25 14:51:36,773][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-25 14:51:36,773][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-25 14:51:36,774][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-25 14:51:36,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:51:36,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:51:36,785][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-25 14:51:36,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-25 14:51:36,806][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-25 14:51:36,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:51:36,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:51:36,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:36,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:51:36,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:51:36,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:51:36,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:36,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:51:36,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:51:36,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:51:36,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:36,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:51:36,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:51:36,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:51:36,842][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-25 14:51:36,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:51:36,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:51:36,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:51:36,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:36,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:51:36,899][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2d671e3c] -[DEBUG][2015-08-25 14:51:36,904][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@677b5466] -[INFO][2015-08-25 14:51:36,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@735404c6: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:51:36,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-25 14:51:36,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-25 14:51:36,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-25 14:51:36,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-25 14:51:36,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-25 14:51:36,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:51:36,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:51:36,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:36,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:36,939][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-25 14:51:36,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:51:36,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-25 14:51:36,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:36,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:36,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:36,968][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-25 14:51:36,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:51:36,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:36,999][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:51:37,000][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:37,000][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:37,000][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:51:37,001][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:51:37,002][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:37,002][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:37,003][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:51:37,004][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:51:37,004][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:37,004][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:37,005][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:51:37,009][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:51:37,010][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:37,010][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:37,010][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:51:37,013][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:51:37,013][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:37,014][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:37,014][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:51:37,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-25 14:51:37,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,534][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-25 14:51:37,556][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-25 14:51:37,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:37,557][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-25 14:51:37,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:51:37,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:51:37,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,594][org.springframework.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-25 14:51:37,595][org.springframework.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-25 14:51:37,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:37,609][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-25 14:51:37,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,667][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-25 14:51:37,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:51:37,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:51:37,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-25 14:51:37,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-25 14:51:37,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:37,687][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-25 14:51:37,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,705][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-25 14:51:37,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:51:37,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:51:37,707][org.springframework.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-25 14:51:37,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-25 14:51:37,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:37,709][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-25 14:51:37,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,714][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-25 14:51:37,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:51:37,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:51:37,715][org.springframework.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-25 14:51:37,715][org.springframework.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-25 14:51:37,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:37,716][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-25 14:51:37,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,719][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-25 14:51:37,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:51:37,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:51:37,720][org.springframework.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-25 14:51:37,720][org.springframework.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-25 14:51:37,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:37,720][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-25 14:51:37,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,723][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-25 14:51:37,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,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-08-25 14:51:37,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:51:37,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:51:37,727][org.springframework.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-25 14:51:37,727][org.springframework.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-25 14:51:37,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:37,728][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-25 14:51:37,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,732][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-25 14:51:37,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:51:37,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:51:37,733][org.springframework.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-25 14:51:37,733][org.springframework.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-25 14:51:37,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:37,734][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-25 14:51:37,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,737][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-25 14:51:37,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:51:37,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:51:37,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-25 14:51:37,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-25 14:51:37,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:37,739][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-25 14:51:37,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,747][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-25 14:51:37,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:51:37,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:51:37,749][org.springframework.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-25 14:51:37,749][org.springframework.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-25 14:51:37,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:37,749][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-25 14:51:37,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,753][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-25 14:51:37,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:51:37,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:51:37,754][org.springframework.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-25 14:51:37,754][org.springframework.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-25 14:51:37,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:37,754][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-25 14:51:37,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,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-08-25 14:51:37,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:51:37,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:51:37,758][org.springframework.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-25 14:51:37,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-25 14:51:37,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:37,759][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-25 14:51:37,761][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,761][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,764][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-25 14:51:37,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:51:37,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:51:37,765][org.springframework.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-25 14:51:37,766][org.springframework.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-25 14:51:37,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:37,766][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-25 14:51:37,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,770][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-25 14:51:37,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:51:37,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:51:37,771][org.springframework.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-25 14:51:37,771][org.springframework.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-25 14:51:37,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:37,771][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-25 14:51:37,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,774][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-25 14:51:37,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:51:37,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:51:37,775][org.springframework.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-25 14:51:37,775][org.springframework.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-25 14:51:37,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:37,776][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-25 14:51:37,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,779][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-25 14:51:37,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,780][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,780][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:51:37,780][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:51:37,780][org.springframework.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-25 14:51:37,780][org.springframework.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-25 14:51:37,781][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:37,781][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-25 14:51:37,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,783][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,783][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,783][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,784][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-25 14:51:37,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:51:37,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:51:37,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-08-25 14:51:37,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-08-25 14:51:37,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:37,787][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-25 14:51:37,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,790][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-25 14:51:37,791][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-25 14:51:37,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:37,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:37,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:37,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:51:37,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:51:37,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:37,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:37,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:38,007][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:51:38,007][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:38,008][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:38,008][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:51:38,009][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:51:38,010][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:38,010][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:38,010][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:51:38,012][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:51:38,012][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:38,012][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:38,013][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:51:38,015][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:51:38,015][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:38,015][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:38,016][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-25 14:51:38,017][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-25 14:51:38,018][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:38,018][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-25 14:51:38,019][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-25 14:51:38,029][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-25 14:51:38,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-25 14:51:38,259][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-25 14:51:38,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:38,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:38,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:38,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:38,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-25 14:51:38,491][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-25 14:51:38,492][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-25 14:51:38,498][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\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-25 14:51:38,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:38,719][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-25 14:51:38,719][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-25 14:51:38,721][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-25 14:51:38,722][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-25 14:51:38,723][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-25 14:51:38,724][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-25 14:51:38,725][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-25 14:51:38,864][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-25 14:51:38,865][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-25 14:51:38,865][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-25 14:51:38,866][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-25 14:51:38,866][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-25 14:51:38,868][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-25 14:51:38,869][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-25 14:51:38,870][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-25 14:51:38,870][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-25 14:51:38,871][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-25 14:51:38,872][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-25 14:51:38,872][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-25 14:51:38,873][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-25 14:51:38,874][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-25 14:51:38,874][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-25 14:51:38,875][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-25 14:51:38,876][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-25 14:51:38,876][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-25 14:51:38,877][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-25 14:51:38,878][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-25 14:51:38,879][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-25 14:51:38,879][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-25 14:51:38,880][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-25 14:51:38,881][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-25 14:51:38,882][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-25 14:51:38,883][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-25 14:51:38,884][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-25 14:51:38,884][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-25 14:51:38,885][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-25 14:51:38,886][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-25 14:51:38,886][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-25 14:51:38,887][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-25 14:51:38,888][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-25 14:51:38,889][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-25 14:51:38,889][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-25 14:51:38,889][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-25 14:51:38,890][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-25 14:51:38,891][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-25 14:51:38,892][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-25 14:51:38,893][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:51:38,893][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-25 14:51:38,894][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-25 14:51:38,894][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-25 14:51:38,896][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-25 14:51:38,896][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-25 14:51:38,897][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-25 14:51:38,898][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-25 14:51:38,899][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-25 14:51:38,900][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:51:38,901][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-25 14:51:38,901][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-25 14:51:38,902][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-25 14:51:38,903][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-25 14:51:38,903][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-25 14:51:38,904][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-25 14:51:38,905][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-25 14:51:38,905][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-25 14:51:38,906][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-25 14:51:38,928][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-25 14:51:38,932][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-25 14:51:38,936][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-25 14:51:38,938][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-25 14:51:38,938][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-25 14:51:38,939][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-25 14:51:38,940][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-25 14:51:38,940][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-25 14:51:38,943][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-25 14:51:38,944][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-25 14:51:38,946][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-25 14:51:38,948][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-25 14:51:38,950][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-25 14:51:38,950][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-25 14:51:38,951][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-25 14:51:38,954][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-25 14:51:38,954][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-25 14:51:38,955][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-25 14:51:38,956][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-25 14:51:38,957][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-25 14:51:38,958][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-25 14:51:38,959][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-25 14:51:38,959][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-25 14:51:38,960][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-25 14:51:38,961][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-25 14:51:38,961][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-25 14:51:38,963][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:51:38,964][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-25 14:51:38,964][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-25 14:51:38,966][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-25 14:51:38,967][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-25 14:51:38,967][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-25 14:51:38,968][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-25 14:51:38,969][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-25 14:51:38,970][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-25 14:51:38,971][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-25 14:51:38,972][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-25 14:51:38,972][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-25 14:51:38,973][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-25 14:51:38,974][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-25 14:51:38,975][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-25 14:51:38,977][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-25 14:51:38,979][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-25 14:51:38,979][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-25 14:51:38,982][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-25 14:51:38,983][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-25 14:51:38,984][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-25 14:51:38,985][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-25 14:51:38,986][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-25 14:51:38,987][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-25 14:51:38,989][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-25 14:51:38,990][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-25 14:51:38,991][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-25 14:51:38,992][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-25 14:51:38,994][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-25 14:51:38,994][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-25 14:51:38,995][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-25 14:51:38,996][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-25 14:51:38,996][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-25 14:51:38,998][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-25 14:51:38,999][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-25 14:51:38,999][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-25 14:51:39,001][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-25 14:51:39,002][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-25 14:51:39,003][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-25 14:51:39,004][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-25 14:51:39,005][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-25 14:51:39,005][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-25 14:51:39,006][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-25 14:51:39,007][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-25 14:51:39,008][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-25 14:51:39,009][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-25 14:51:39,010][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-25 14:51:39,011][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-25 14:51:39,011][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-25 14:51:39,012][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,014][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,014][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,014][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,016][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,016][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,016][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,017][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,019][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,020][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,021][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,023][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,025][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,026][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,028][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,028][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,030][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,031][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,035][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,036][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,037][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,038][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,041][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,041][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,042][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,043][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,044][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,045][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,046][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,051][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-25 14:51:39,079][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-25 14:51:40,282][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-25 14:51:40,359][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-25 14:51:40,449][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-25 14:51:40,501][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-25 14:51:40,613][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-25 14:51:40,679][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-25 14:51:40,810][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-25 14:51:40,879][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-25 14:51:40,943][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-25 14:51:41,161][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-25 14:51:41,215][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-25 14:51:41,262][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-25 14:51:41,314][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-25 14:51:41,381][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-25 14:51:41,422][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-25 14:51:41,579][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-25 14:51:41,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:41,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-25 14:51:41,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-25 14:51:41,622][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-25 14:51:41,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:41,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-25 14:51:41,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-25 14:51:41,624][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-25 14:51:41,625][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:41,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-25 14:51:41,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-25 14:51:41,627][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-25 14:51:41,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:41,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-25 14:51:41,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:51:41,629][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-25 14:51:41,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:41,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-25 14:51:41,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-25 14:51:41,631][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-25 14:51:41,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:41,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-25 14:51:41,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:51:41,632][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-25 14:51:41,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:41,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-25 14:51:41,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-25 14:51:41,634][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-25 14:51:41,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:41,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-25 14:51:41,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-25 14:51:41,635][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-25 14:51:41,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:41,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-25 14:51:41,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:51:41,636][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-25 14:51:41,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:41,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-25 14:51:41,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-25 14:51:41,637][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-25 14:51:41,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:41,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-25 14:51:41,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:51:41,639][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-25 14:51:41,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:41,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-25 14:51:41,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-25 14:51:41,640][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-25 14:51:41,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:41,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-25 14:51:41,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-25 14:51:41,641][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-25 14:51:41,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:41,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-25 14:51:41,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-25 14:51:41,643][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-25 14:51:41,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:41,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-25 14:51:41,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-25 14:51:41,644][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-25 14:51:41,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:41,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-25 14:51:41,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:51:41,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,667][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-25 14:51:41,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:51:41,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,693][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-25 14:51:41,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:51:41,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:51:41,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:41,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:51:41,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:51:41,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:41,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:51:41,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-25 14:51:41,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-25 14:51:41,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:51:41,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,757][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:51:41,758][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:51:41,758][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:51:41,758][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:51:41,758][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:51:41,758][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:51:41,758][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:51:41,759][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:51:41,759][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:51:41,759][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:51:41,759][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:51:41,759][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:51:41,759][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:51:41,759][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:51:41,759][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:51:41,760][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:51:41,760][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-25 14:51:41,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-25 14:51:41,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-25 14:51:41,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-25 14:51:41,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:51:41,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:51:41,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:41,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:51:41,780][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:51:41,801][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:51:41,805][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@41991669] -[DEBUG][2015-08-25 14:51:41,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-25 14:51:41,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:51:41,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:51:41,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,832][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-25 14:51:41,832][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-25 14:51:41,833][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-25 14:51:41,833][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-25 14:51:41,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:41,833][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-25 14:51:41,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:51:41,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,850][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-25 14:51:41,850][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-25 14:51:41,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:51:41,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,870][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-25 14:51:41,870][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-25 14:51:41,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:51:41,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,887][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-25 14:51:41,888][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-25 14:51:41,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:51:41,889][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-25 14:51:41,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,892][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:51:41,892][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@66fdd155] -[DEBUG][2015-08-25 14:51:41,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-25 14:51:41,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-25 14:51:41,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:51:41,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,912][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-25 14:51:41,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:41,913][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-25 14:51:41,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:51:41,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,930][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-25 14:51:41,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,932][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:51:41,932][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@6491b172] -[DEBUG][2015-08-25 14:51:41,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-25 14:51:41,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:51:41,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:51:41,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,953][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-25 14:51:41,954][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-25 14:51:41,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:41,954][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-25 14:51:41,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:51:41,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,989][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-25 14:51:41,989][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-25 14:51:41,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:51:41,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,998][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-25 14:51:41,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:41,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:41,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,000][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:51:42,001][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@17d3676a] -[DEBUG][2015-08-25 14:51:42,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-25 14:51:42,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-25 14:51:42,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:51:42,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,020][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-25 14:51:42,020][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-25 14:51:42,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:42,021][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-25 14:51:42,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:51:42,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,030][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-25 14:51:42,030][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-25 14:51:42,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:51:42,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,040][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-25 14:51:42,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,042][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:51:42,042][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@483edb6b] -[DEBUG][2015-08-25 14:51:42,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-25 14:51:42,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-25 14:51:42,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-25 14:51:42,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:42,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,057][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-25 14:51:42,057][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@4dd6f8ae] -[DEBUG][2015-08-25 14:51:42,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-25 14:51:42,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:51:42,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:51:42,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:42,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,076][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:51:42,077][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@1b86c242] -[DEBUG][2015-08-25 14:51:42,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-25 14:51:42,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-25 14:51:42,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:51:42,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,090][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-25 14:51:42,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:42,090][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-25 14:51:42,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:51:42,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,101][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-25 14:51:42,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,103][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:51:42,103][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@11f19353] -[DEBUG][2015-08-25 14:51:42,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-25 14:51:42,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-25 14:51:42,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:51:42,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,116][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-25 14:51:42,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:42,116][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-25 14:51:42,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:51:42,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,126][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-25 14:51:42,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,128][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:51:42,129][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@5f435901] -[DEBUG][2015-08-25 14:51:42,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-25 14:51:42,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:51:42,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-25 14:51:42,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,150][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-25 14:51:42,150][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-25 14:51:42,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-25 14:51:42,150][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-25 14:51:42,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:51:42,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,173][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-25 14:51:42,174][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-25 14:51:42,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:51:42,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,184][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-25 14:51:42,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,187][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-25 14:51:42,187][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@6490e556] -[DEBUG][2015-08-25 14:51:42,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-25 14:51:42,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-25 14:51:42,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:42,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-25 14:51:42,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-25 14:51:42,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-25 14:51:42,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-25 14:51:42,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:51:42,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-25 14:51:42,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-25 14:51:42,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-25 14:51:42,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-25 14:51:42,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-25 14:51:42,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-25 14:51:42,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-25 14:51:42,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-25 14:51:42,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-25 14:51:42,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-25 14:51:42,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-25 14:51:42,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-25 14:51:42,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-25 14:51:42,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-25 14:51:42,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-25 14:51:42,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-25 14:51:42,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-25 14:51:42,204][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6eade197] -[DEBUG][2015-08-25 14:51:42,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-25 14:51:42,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:42,212][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-25 14:51:42,212][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-25 14:51:42,213][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-25 14:51:42,213][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:51:42,215][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@2a4d817b testClass = orderTest, testInstance = com.changyu.test.orderTest@466fc7ef, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-25 14:51:42,215][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:51:42,224][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-25 14:51:42,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-25 14:51:42,227][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-25 14:51:42,227][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-25 14:51:42,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-25 14:51:42,229][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-25 14:51:42,229][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-25 14:51:42,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-25 14:51:42,233][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-25 14:51:42,234][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-25 14:51:42,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-25 14:51:42,236][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-25 14:51:42,237][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-25 14:51:42,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-25 14:51:42,239][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-25 14:51:42,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-25 14:51:42,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-25 14:51:42,253][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:51:42,299][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-25 14:51:42,309][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4af2d44c] -[DEBUG][2015-08-25 14:51:42,333][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-25 14:51:42,333][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-25 14:51:42,337][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@6dfb97fc] will be managed by Spring -[DEBUG][2015-08-25 14:51:42,349][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-25 14:51:42,575][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-25 14:51:42,646][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-25 14:51:42,648][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-25 14:51:42,648][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4af2d44c] -[DEBUG][2015-08-25 14:51:42,874][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4af2d44c] from current transaction -[DEBUG][2015-08-25 14:51:42,875][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-25 14:51:42,889][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 2429775447983(Long), 18896554880(String) -[DEBUG][2015-08-25 14:51:42,916][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 1 -[DEBUG][2015-08-25 14:51:42,917][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-25 14:51:42,917][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4af2d44c] -[DEBUG][2015-08-25 14:51:42,950][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4af2d44c] from current transaction -[DEBUG][2015-08-25 14:51:42,951][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-25 14:51:42,951][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 1488888888888(Long), 18896554880(String) -[DEBUG][2015-08-25 14:51:42,975][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 1 -[DEBUG][2015-08-25 14:51:42,976][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4af2d44c] -[DEBUG][2015-08-25 14:51:42,976][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4af2d44c] from current transaction -[DEBUG][2015-08-25 14:51:42,977][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-25 14:51:42,977][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 1477777777777(Long), 18896554880(String) -[DEBUG][2015-08-25 14:51:42,997][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 1 -[DEBUG][2015-08-25 14:51:42,997][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4af2d44c] -[DEBUG][2015-08-25 14:51:42,998][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4af2d44c] -[DEBUG][2015-08-25 14:51:43,000][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-25 14:51:43,002][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@2a4d817b testClass = orderTest, testInstance = com.changyu.test.orderTest@466fc7ef, testMethod = testCalcularPrice@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13710065 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-25 14:51:43,002][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@2a4d817b testClass = orderTest, testInstance = com.changyu.test.orderTest@466fc7ef, testMethod = testCalcularPrice@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13710065 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-25 14:51:43,006][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@2a4d817b testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13710065 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-25 14:51:43,010][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@1bf02c8a: startup date [Tue Aug 25 14:51:36 CST 2015]; root of context hierarchy -[DEBUG][2015-08-25 14:51:43,011][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-25 14:51:43,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-25 14:51:43,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@735404c6: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-25 14:51:43,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-25 14:51:43,014][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-25 14:51:43,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-25 14:51:43,015][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-25 14:51:43,016][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-25 14:51:43,017][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-08-25 14:51:43,021][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[ERROR][2015-08-25 14:59:22,503][com.alibaba.druid.pool.DruidDataSource]abandon connection, open stackTrace - at java.lang.Thread.getStackTrace(Thread.java:1567) - at com.alibaba.druid.pool.DruidDataSource.getConnectionDirect(DruidDataSource.java:995) - at com.alibaba.druid.filter.FilterChainImpl.dataSource_connect(FilterChainImpl.java:4544) - at com.alibaba.druid.filter.stat.StatFilter.dataSource_getConnection(StatFilter.java:661) - at com.alibaba.druid.filter.FilterChainImpl.dataSource_connect(FilterChainImpl.java:4540) - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:919) - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:911) - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:98) - at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:111) - at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:77) - at org.mybatis.spring.transaction.SpringManagedTransaction.openConnection(SpringManagedTransaction.java:80) - at org.mybatis.spring.transaction.SpringManagedTransaction.getConnection(SpringManagedTransaction.java:66) - at org.apache.ibatis.executor.BaseExecutor.getConnection(BaseExecutor.java:315) - at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.java:75) - at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:61) - at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:303) - at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:154) - at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:102) - at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:82) - at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:120) - at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:113) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:601) - at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:355) - at com.sun.proxy.$Proxy11.selectList(Unknown Source) - at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:195) - at org.apache.ibatis.binding.MapperMethod.executeForMany(MapperMethod.java:122) - at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:64) - at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:53) - at com.sun.proxy.$Proxy23.getPreferential(Unknown Source) - at com.changyu.foryou.serviceImpl.OrderServiceImpl.getPreferential(OrderServiceImpl.java:46) - at com.changyu.foryou.serviceImpl.OrderServiceImpl.getPriceDiscounted(OrderServiceImpl.java:269) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:601) - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) - at com.alibaba.druid.support.spring.stat.DruidStatInterceptor.invoke(DruidStatInterceptor.java:72) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204) - at com.sun.proxy.$Proxy24.getPriceDiscounted(Unknown Source) - at com.changyu.test.orderTest.testCalcularPrice(orderTest.java:395) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:601) - at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) - at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) - at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) - at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74) - at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:83) - at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72) - 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) - -[DEBUG][2015-08-27 10:37:32,523][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-27 10:37:32,802][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@39d7a7b3 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-27 10:37:32,815][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-27 10:37:32,823][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-27 10:37:33,046][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-27 10:37:33,047][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-27 10:37:33,058][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-27 10:37:33,058][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-27 10:37:33,061][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-27 10:37:33,062][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-27 10:37:33,068][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-27 10:37:33,068][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-27 10:37:33,074][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-27 10:37:33,075][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-27 10:37:33,531][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-27 10:37:33,534][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:33,541][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:33,542][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-27 10:37:33,592][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-27 10:37:33,592][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:33,593][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:33,593][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-27 10:37:33,635][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-27 10:37:33,867][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-27 10:37:34,279][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-27 10:37:34,300][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-27 10:37:34,322][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-27 10:37:34,657][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-27 10:37:34,685][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-27 10:37:34,718][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-27 10:37:34,805][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-27 10:37:34,996][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-27 10:37:34,997][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-27 10:37:35,010][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\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-27 10:37:35,082][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-27 10:37:35,083][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-27 10:37:35,088][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\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-27 10:37:35,120][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-27 10:37:35,124][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-27 10:37:35,125][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-27 10:37:35,131][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-27 10:37:35,133][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-27 10:37:35,135][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-27 10:37:35,137][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-27 10:37:35,139][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-27 10:37:35,141][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-27 10:37:35,152][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-27 10:37:35,163][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 15 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-27 10:37:35,164][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-27 10:37:35,199][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-27 10:37:35,204][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-27 10:37:35,302][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-27 10:37:35,309][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-27 10:37:35,350][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-27 10:37:35,367][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-27 10:37:35,369][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-27 10:37:35,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-08-27 10:37:35,463][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-27 10:37:35,485][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@7ad2093b: startup date [Thu Aug 27 10:37:35 CST 2015]; root of context hierarchy -[DEBUG][2015-08-27 10:37:35,486][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@7ad2093b: org.springframework.beans.factory.support.DefaultListableBeanFactory@6fa0b772: 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,/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-27 10:37:35,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-27 10:37:35,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-27 10:37:35,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:35,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-27 10:37:35,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-27 10:37:35,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-27 10:37:35,705][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-27 10:37:35,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-27 10:37:35,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-27 10:37:36,343][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-27 10:37:36,343][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:36,343][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:36,344][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-27 10:37:36,348][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-27 10:37:36,348][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-27 10:37:36,356][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\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-27 10:37:36,357][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-27 10:37:36,357][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-27 10:37:36,358][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-27 10:37:36,358][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-27 10:37:36,359][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-27 10:37:36,359][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-27 10:37:36,360][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-27 10:37:36,361][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-27 10:37:36,362][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-27 10:37:36,363][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-27 10:37:36,363][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-27 10:37:36,364][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-27 10:37:36,364][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-27 10:37:36,365][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-27 10:37:36,366][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-27 10:37:36,367][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-27 10:37:36,372][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-27 10:37:36,619][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-27 10:37:36,622][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-27 10:37:36,623][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-27 10:37:36,623][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-27 10:37:36,623][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-27 10:37:36,623][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-27 10:37:36,623][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-27 10:37:36,623][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-27 10:37:36,624][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-27 10:37:36,624][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-27 10:37:36,624][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-27 10:37:36,624][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-27 10:37:36,624][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-27 10:37:36,624][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-27 10:37:36,625][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-27 10:37:36,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-27 10:37:36,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-27 10:37:36,655][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-27 10:37:36,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-27 10:37:36,678][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-27 10:37:36,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-27 10:37:36,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-27 10:37:36,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:36,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-27 10:37:36,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-27 10:37:36,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-27 10:37:36,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:36,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-27 10:37:36,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-27 10:37:36,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-27 10:37:37,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:37,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-27 10:37:37,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-27 10:37:37,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-27 10:37:37,188][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-27 10:37:37,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-27 10:37:37,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-27 10:37:37,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-27 10:37:37,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:37,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-27 10:37:37,371][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@22e1cbe4] -[DEBUG][2015-08-27 10:37:37,376][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@783de479] -[INFO][2015-08-27 10:37:37,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6fa0b772: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-27 10:37:37,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-27 10:37:37,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-27 10:37:37,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-27 10:37:37,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-27 10:37:37,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-27 10:37:37,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-27 10:37:37,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-27 10:37:37,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:37,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:37,407][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-27 10:37:37,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-27 10:37:37,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-27 10:37:37,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:37,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:37,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:37,594][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-27 10:37:37,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-27 10:37:37,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:38,038][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-27 10:37:38,052][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:38,053][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:38,053][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-27 10:37:38,054][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-27 10:37:38,054][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:38,055][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:38,055][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-27 10:37:38,056][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-27 10:37:38,057][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:38,057][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:38,057][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-27 10:37:38,074][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-27 10:37:38,075][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:38,075][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:38,075][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-27 10:37:38,078][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-27 10:37:38,078][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:38,078][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:38,078][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-27 10:37:38,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:38,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:40,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-27 10:37:40,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:40,760][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-27 10:37:40,789][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-27 10:37:40,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:40,789][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-27 10:37:40,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-27 10:37:40,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-27 10:37:40,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:40,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:40,984][org.springframework.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-27 10:37:40,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-08-27 10:37:40,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:41,013][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-27 10:37:41,013][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-27 10:37:41,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:41,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:41,544][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-27 10:37:41,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:41,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:41,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-27 10:37:41,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-27 10:37:41,969][org.springframework.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-27 10:37:41,969][org.springframework.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-27 10:37:41,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:41,969][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-27 10:37:41,969][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-27 10:37:41,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:41,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:41,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:41,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:41,990][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-27 10:37:41,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:41,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:41,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-27 10:37:41,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-27 10:37:41,993][org.springframework.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-27 10:37:41,993][org.springframework.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-27 10:37:41,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:41,994][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-27 10:37:41,994][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-27 10:37:41,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:41,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:41,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:41,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:41,998][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-27 10:37:41,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:41,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-27 10:37:42,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-27 10:37:42,000][org.springframework.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-27 10:37:42,000][org.springframework.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-27 10:37:42,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:42,000][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-27 10:37:42,001][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-27 10:37:42,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,004][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-27 10:37:42,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-27 10:37:42,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-27 10:37:42,005][org.springframework.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-27 10:37:42,006][org.springframework.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-27 10:37:42,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:42,006][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-27 10:37:42,006][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-27 10:37:42,008][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,010][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-27 10:37:42,011][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,011][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,011][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,011][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,012][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-27 10:37:42,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-27 10:37:42,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-27 10:37:42,013][org.springframework.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-27 10:37:42,014][org.springframework.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-27 10:37:42,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:42,014][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-27 10:37:42,014][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-27 10:37:42,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,017][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-27 10:37:42,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-27 10:37:42,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-27 10:37:42,018][org.springframework.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-27 10:37:42,018][org.springframework.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-27 10:37:42,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:42,018][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-27 10:37:42,019][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-27 10:37:42,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,021][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,021][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,022][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-27 10:37:42,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-27 10:37:42,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-27 10:37:42,023][org.springframework.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-27 10:37:42,024][org.springframework.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-27 10:37:42,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:42,024][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-27 10:37:42,024][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-27 10:37:42,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,028][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-27 10:37:42,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-27 10:37:42,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-27 10:37:42,029][org.springframework.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-27 10:37:42,029][org.springframework.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-27 10:37:42,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:42,030][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-27 10:37:42,030][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-27 10:37:42,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,034][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-27 10:37:42,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-27 10:37:42,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-27 10:37:42,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-27 10:37:42,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-27 10:37:42,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:42,036][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-27 10:37:42,036][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-27 10:37:42,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,039][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-27 10:37:42,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-27 10:37:42,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-27 10:37:42,040][org.springframework.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-27 10:37:42,040][org.springframework.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-27 10:37:42,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:42,041][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-27 10:37:42,041][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-27 10:37:42,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,044][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-27 10:37:42,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-27 10:37:42,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-27 10:37:42,045][org.springframework.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-27 10:37:42,045][org.springframework.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-27 10:37:42,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:42,045][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-27 10:37:42,045][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-27 10:37:42,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,058][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-27 10:37:42,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-27 10:37:42,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-27 10:37:42,059][org.springframework.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-27 10:37:42,059][org.springframework.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-27 10:37:42,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:42,060][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-27 10:37:42,060][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-27 10:37:42,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,062][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-27 10:37:42,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-27 10:37:42,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-27 10:37:42,064][org.springframework.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-27 10:37:42,064][org.springframework.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-27 10:37:42,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:42,064][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-27 10:37:42,064][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-27 10:37:42,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,067][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-27 10:37:42,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-27 10:37:42,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-27 10:37:42,068][org.springframework.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-27 10:37:42,068][org.springframework.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-27 10:37:42,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:42,068][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-27 10:37:42,069][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-27 10:37:42,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,072][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-27 10:37:42,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-27 10:37:42,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-27 10:37:42,075][org.springframework.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-27 10:37:42,075][org.springframework.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-27 10:37:42,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:42,075][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-27 10:37:42,075][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-27 10:37:42,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,078][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-27 10:37:42,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:42,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:42,087][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:42,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-27 10:37:42,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-27 10:37:42,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:42,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:42,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:42,947][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-27 10:37:42,948][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:42,948][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:42,949][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-27 10:37:42,950][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-27 10:37:42,950][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:42,950][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:42,950][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-27 10:37:42,952][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-27 10:37:42,952][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:42,952][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:42,952][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-27 10:37:42,953][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-27 10:37:42,953][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:42,954][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:42,954][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-27 10:37:42,955][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-27 10:37:42,955][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:42,955][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-27 10:37:42,956][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-27 10:37:43,107][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-27 10:37:44,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-27 10:37:47,440][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-27 10:37:47,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:47,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:47,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:47,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:47,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-27 10:37:47,794][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-27 10:37:47,794][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-27 10:37:48,065][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\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-27 10:37:48,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:50,113][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-27 10:37:50,113][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-27 10:37:50,118][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-27 10:37:50,121][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-27 10:37:50,123][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-27 10:37:50,125][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-27 10:37:50,126][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-27 10:37:50,487][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-27 10:37:50,487][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-27 10:37:50,488][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-27 10:37:50,489][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-27 10:37:50,489][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-27 10:37:50,490][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-27 10:37:50,490][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-27 10:37:50,491][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-27 10:37:50,492][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-27 10:37:50,492][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-27 10:37:50,493][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-27 10:37:50,493][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-27 10:37:50,494][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-27 10:37:50,494][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-27 10:37:50,495][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-27 10:37:50,495][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-27 10:37:50,496][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-27 10:37:50,497][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-27 10:37:50,497][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-27 10:37:50,498][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-27 10:37:50,499][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-27 10:37:50,499][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-27 10:37:50,500][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-27 10:37:50,501][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-27 10:37:50,501][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-27 10:37:50,502][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-27 10:37:50,502][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-27 10:37:50,503][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-27 10:37:50,503][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-27 10:37:50,504][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-27 10:37:50,504][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-27 10:37:50,505][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-27 10:37:50,506][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-27 10:37:50,506][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-27 10:37:50,506][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-27 10:37:50,507][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-27 10:37:50,508][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-27 10:37:50,509][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-27 10:37:50,509][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-27 10:37:50,510][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-27 10:37:50,511][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-27 10:37:50,511][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-27 10:37:50,512][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-27 10:37:50,513][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-27 10:37:50,514][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-27 10:37:50,515][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-27 10:37:50,516][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-27 10:37:50,516][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-27 10:37:50,517][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-27 10:37:50,518][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-27 10:37:50,518][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-27 10:37:50,518][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-27 10:37:50,532][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-27 10:37:50,532][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-27 10:37:50,533][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-27 10:37:50,534][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-27 10:37:50,534][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-27 10:37:50,535][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-27 10:37:50,536][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-27 10:37:50,536][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-27 10:37:50,537][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-27 10:37:50,538][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-27 10:37:50,538][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-27 10:37:50,539][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-27 10:37:50,540][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-27 10:37:50,540][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-27 10:37:50,543][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-27 10:37:50,544][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-27 10:37:50,544][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-27 10:37:50,545][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-27 10:37:50,546][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-27 10:37:50,546][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-27 10:37:50,547][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-27 10:37:50,548][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-27 10:37:50,548][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-27 10:37:50,549][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-27 10:37:50,550][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-27 10:37:50,551][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-27 10:37:50,552][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-27 10:37:50,553][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-27 10:37:50,553][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-27 10:37:50,554][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-27 10:37:50,555][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-27 10:37:50,555][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-27 10:37:50,556][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-27 10:37:50,557][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-27 10:37:50,557][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-27 10:37:50,558][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-27 10:37:50,560][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-27 10:37:50,560][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-27 10:37:50,561][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-27 10:37:50,562][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-27 10:37:50,562][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-27 10:37:50,564][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-27 10:37:50,565][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-27 10:37:50,565][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-27 10:37:50,566][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-27 10:37:50,567][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-27 10:37:50,567][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-27 10:37:50,568][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-27 10:37:50,569][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-27 10:37:50,569][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-27 10:37:50,570][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-27 10:37:50,572][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-27 10:37:50,572][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-27 10:37:50,573][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-27 10:37:50,574][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-27 10:37:50,574][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-27 10:37:50,575][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-27 10:37:50,576][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-27 10:37:50,576][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-27 10:37:50,577][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-27 10:37:50,578][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-27 10:37:50,578][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-27 10:37:50,579][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-27 10:37:50,580][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-27 10:37:50,580][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-27 10:37:50,581][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-27 10:37:50,582][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-27 10:37:50,582][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-27 10:37:50,583][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-27 10:37:50,584][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-27 10:37:50,585][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-27 10:37:50,586][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-27 10:37:50,587][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-27 10:37:50,588][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-27 10:37:50,589][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-27 10:37:50,590][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-27 10:37:50,591][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-27 10:37:50,592][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3mcom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-27 10:37:50,597][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-27 10:37:50,597][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-27 10:37:50,598][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-27 10:37:50,599][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,601][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,602][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,603][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,604][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,604][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,605][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,606][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,608][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,610][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,611][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,613][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,615][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,616][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,618][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,618][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,619][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,621][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,622][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,623][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,625][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,626][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,628][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,630][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,630][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,631][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,632][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,634][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,635][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,637][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,638][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,639][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,640][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-27 10:37:50,670][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-27 10:37:52,587][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-27 10:37:52,670][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-27 10:37:52,786][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-27 10:37:52,856][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-27 10:37:52,959][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-27 10:37:53,056][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-27 10:37:53,217][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-27 10:37:53,292][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-27 10:37:53,363][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-27 10:37:53,612][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-27 10:37:53,693][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-27 10:37:53,751][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-27 10:37:53,817][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-27 10:37:53,884][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-27 10:37:53,939][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-27 10:37:54,078][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-27 10:37:54,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:54,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-27 10:37:54,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-27 10:37:54,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:54,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-27 10:37:54,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-27 10:37:54,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:54,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-27 10:37:54,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-27 10:37:54,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:54,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-27 10:37:54,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-27 10:37:54,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:54,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-27 10:37:54,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-27 10:37:54,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:54,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-27 10:37:54,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-27 10:37:54,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:54,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-27 10:37:54,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-27 10:37:54,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:54,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-27 10:37:54,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-27 10:37:54,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:54,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-27 10:37:54,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-27 10:37:54,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:54,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-27 10:37:54,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-27 10:37:54,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:54,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-27 10:37:54,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-27 10:37:54,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:54,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-27 10:37:54,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-27 10:37:54,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:54,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-27 10:37:54,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-27 10:37:54,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:54,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-27 10:37:54,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-27 10:37:54,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:54,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-27 10:37:54,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-27 10:37:54,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:54,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-27 10:37:54,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-27 10:37:54,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,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-08-27 10:37:54,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-27 10:37:54,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,208][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-27 10:37:54,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-27 10:37:54,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-27 10:37:54,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:54,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-27 10:37:54,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-27 10:37:54,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:54,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-27 10:37:54,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-27 10:37:54,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-27 10:37:54,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-27 10:37:54,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,283][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-27 10:37:54,283][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-27 10:37:54,283][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-27 10:37:54,284][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-27 10:37:54,284][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-27 10:37:54,284][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-27 10:37:54,284][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-27 10:37:54,284][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-27 10:37:54,284][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-27 10:37:54,284][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-27 10:37:54,285][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-27 10:37:54,285][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-27 10:37:54,285][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-27 10:37:54,285][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-27 10:37:54,285][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-27 10:37:54,285][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-27 10:37:54,285][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-27 10:37:54,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-27 10:37:54,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-27 10:37:54,290][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-27 10:37:54,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-27 10:37:54,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-27 10:37:54,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:54,321][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-27 10:37:54,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-27 10:37:54,361][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-27 10:37:54,365][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@7802468d] -[DEBUG][2015-08-27 10:37:54,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-27 10:37:54,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-27 10:37:54,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-27 10:37:54,381][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,381][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,398][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-27 10:37:54,398][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-27 10:37:54,398][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-27 10:37:54,398][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-27 10:37:54,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:54,399][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-27 10:37:54,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-27 10:37:54,401][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-27 10:37:54,401][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-27 10:37:54,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-27 10:37:54,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,413][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-27 10:37:54,414][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-27 10:37:54,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-27 10:37:54,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,435][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-27 10:37:54,436][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-27 10:37:54,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-27 10:37:54,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,455][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-27 10:37:54,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,457][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-27 10:37:54,457][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@3842d9da] -[DEBUG][2015-08-27 10:37:54,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-27 10:37:54,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-27 10:37:54,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-27 10:37:54,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,477][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-27 10:37:54,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:54,478][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-27 10:37:54,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-27 10:37:54,482][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,482][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,482][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,482][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,489][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-27 10:37:54,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,490][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-27 10:37:54,491][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@1c9dac55] -[DEBUG][2015-08-27 10:37:54,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-27 10:37:54,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-27 10:37:54,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-27 10:37:54,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,511][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-27 10:37:54,512][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-27 10:37:54,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:54,512][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-27 10:37:54,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-27 10:37:54,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,546][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-27 10:37:54,547][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-27 10:37:54,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-27 10:37:54,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,557][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-27 10:37:54,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,558][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-27 10:37:54,559][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@5bd088c3] -[DEBUG][2015-08-27 10:37:54,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-27 10:37:54,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-27 10:37:54,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-27 10:37:54,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,581][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-27 10:37:54,581][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-27 10:37:54,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:54,581][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-27 10:37:54,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-27 10:37:54,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,591][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-27 10:37:54,591][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-27 10:37:54,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-27 10:37:54,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,601][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-27 10:37:54,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,604][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-27 10:37:54,604][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@2e80f606] -[DEBUG][2015-08-27 10:37:54,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-27 10:37:54,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-27 10:37:54,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-27 10:37:54,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:54,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,617][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-27 10:37:54,617][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@638a2b99] -[DEBUG][2015-08-27 10:37:54,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-27 10:37:54,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-27 10:37:54,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-27 10:37:54,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:54,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,636][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-27 10:37:54,636][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@6caa873c] -[DEBUG][2015-08-27 10:37:54,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-27 10:37:54,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-27 10:37:54,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-27 10:37:54,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,648][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-27 10:37:54,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:54,649][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-27 10:37:54,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-27 10:37:54,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,661][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-27 10:37:54,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,663][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-27 10:37:54,663][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@3ddc6873] -[DEBUG][2015-08-27 10:37:54,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-27 10:37:54,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-27 10:37:54,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-27 10:37:54,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,676][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-27 10:37:54,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:54,676][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-27 10:37:54,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-27 10:37:54,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,683][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-27 10:37:54,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,685][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-27 10:37:54,685][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@107f52b8] -[DEBUG][2015-08-27 10:37:54,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-27 10:37:54,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-27 10:37:54,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-27 10:37:54,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,706][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-27 10:37:54,706][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-27 10:37:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-27 10:37:54,707][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-27 10:37:54,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-27 10:37:54,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,715][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-27 10:37:54,715][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-27 10:37:54,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-27 10:37:54,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,735][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-27 10:37:54,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,738][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-27 10:37:54,738][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@37a06d64] -[DEBUG][2015-08-27 10:37:54,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-27 10:37:54,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-27 10:37:54,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:54,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-27 10:37:54,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-27 10:37:54,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-27 10:37:54,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-27 10:37:54,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-27 10:37:54,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-27 10:37:54,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-27 10:37:54,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-27 10:37:54,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-27 10:37:54,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-27 10:37:54,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-27 10:37:54,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-27 10:37:54,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-27 10:37:54,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-27 10:37:54,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-27 10:37:54,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-27 10:37:54,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-27 10:37:54,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-27 10:37:54,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-27 10:37:54,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-27 10:37:54,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-27 10:37:54,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-27 10:37:54,755][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@36ac2119] -[DEBUG][2015-08-27 10:37:54,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-27 10:37:54,761][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:54,764][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-27 10:37:54,764][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-27 10:37:54,765][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-27 10:37:54,766][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-27 10:37:54,768][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@1f144af6 testClass = orderTest, testInstance = com.changyu.test.orderTest@6d456c6a, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-27 10:37:54,769][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-27 10:37:54,780][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-27 10:37:54,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-27 10:37:54,782][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-27 10:37:54,783][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-27 10:37:54,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-27 10:37:54,784][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-27 10:37:54,785][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-27 10:37:54,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-27 10:37:54,787][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-27 10:37:54,787][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-27 10:37:54,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-27 10:37:54,789][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-27 10:37:54,789][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-27 10:37:54,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-27 10:37:54,791][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-27 10:37:54,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-27 10:37:54,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-27 10:37:54,802][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-27 10:37:54,908][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-27 10:37:54,923][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5284bd3a] -[DEBUG][2015-08-27 10:37:54,954][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-27 10:37:54,955][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-27 10:37:54,962][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@88de962] will be managed by Spring -[DEBUG][2015-08-27 10:37:54,974][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-27 10:37:55,254][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-27 10:37:55,673][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-27 10:37:55,676][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-27 10:37:55,678][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5284bd3a] -[DEBUG][2015-08-27 10:37:56,313][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5284bd3a] from current transaction -[DEBUG][2015-08-27 10:37:56,314][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-27 10:37:56,328][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 1440642075330(Long), 18896554880(String) -[DEBUG][2015-08-27 10:37:56,363][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 1 -[DEBUG][2015-08-27 10:37:56,364][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-27 10:37:56,364][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5284bd3a] -[DEBUG][2015-08-27 10:37:56,395][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5284bd3a] -[DEBUG][2015-08-27 10:37:56,406][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-27 10:37:56,408][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@1f144af6 testClass = orderTest, testInstance = com.changyu.test.orderTest@6d456c6a, testMethod = testCalcularPrice@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@592c34b 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-27 10:37:56,409][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@1f144af6 testClass = orderTest, testInstance = com.changyu.test.orderTest@6d456c6a, testMethod = testCalcularPrice@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@592c34b testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-27 10:37:56,421][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@1f144af6 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@592c34b 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-27 10:37:56,425][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@7ad2093b: startup date [Thu Aug 27 10:37:35 CST 2015]; root of context hierarchy -[DEBUG][2015-08-27 10:37:56,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-27 10:37:56,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-27 10:37:56,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6fa0b772: 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,/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,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-27 10:37:56,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-27 10:37:56,429][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-27 10:37:56,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-27 10:37:56,431][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-27 10:37:56,432][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-27 10:37:56,457][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-08-27 10:37:56,461][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-28 11:43:05,244][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.HotSearchTest]. -[DEBUG][2015-08-28 11:43:05,429][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@45f96cf3 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:43:05,442][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:43:05,450][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.HotSearchTest]: using defaults. -[DEBUG][2015-08-28 11:43:05,652][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:43:05,653][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:43:05,664][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:43:05,664][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:43:05,669][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:43:05,669][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:43:05,677][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:43:05,677][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:43:05,684][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@118f5630 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:43:05,685][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@118f5630 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:43:06,142][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:43:06,145][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:06,165][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:06,166][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:43:06,258][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:43:06,259][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:06,259][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:06,259][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-28 11:43:06,314][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-28 11:43:06,538][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-28 11:43:06,800][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-28 11:43:06,828][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:43:06,831][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:43:07,062][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:43:07,077][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:43:07,100][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-28 11:43:07,154][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:43:07,301][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:43:07,301][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:43:07,323][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:43:07,396][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:43:07,396][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:43:07,403][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:43:07,435][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:43:07,439][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:43:07,440][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:43:07,442][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:43:07,447][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:43:07,451][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:43:07,452][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:43:07,454][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:43:07,456][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:43:07,459][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:43:07,470][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:43:07,480][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 16 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-28 11:43:07,480][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-28 11:43:07,516][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-28 11:43:07,520][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:43:07,574][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:43:07,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-08-28 11:43:07,625][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:43:07,642][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-28 11:43:07,644][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-28 11:43:07,678][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:43:07,755][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-28 11:43:07,763][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@77a8fb80: startup date [Fri Aug 28 11:43:07 CST 2015]; root of context hierarchy -[DEBUG][2015-08-28 11:43:07,763][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@77a8fb80: org.springframework.beans.factory.support.DefaultListableBeanFactory@134e849c: 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:43:07,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:43:07,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:43:07,985][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:43:07,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:43:07,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:43:07,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:43:07,991][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:43:08,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:43:08,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:43:08,309][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:43:08,309][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:08,309][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:08,309][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:43:08,314][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:43:08,314][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:43:08,341][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:43:08,342][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:43:08,348][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:43:08,349][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:43:08,350][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:43:08,351][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:43:08,351][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:43:08,353][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:43:08,354][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:43:08,354][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:43:08,354][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:43:08,356][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:43:08,357][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:43:08,357][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:43:08,366][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:43:08,367][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:43:08,368][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:43:08,369][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:43:08,372][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-28 11:43:08,386][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-28 11:43:08,386][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-28 11:43:08,386][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-28 11:43:08,387][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-28 11:43:08,387][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-28 11:43:08,388][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-28 11:43:08,388][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-28 11:43:08,388][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-08-28 11:43:08,388][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-28 11:43:08,388][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-28 11:43:08,389][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-28 11:43:08,389][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-28 11:43:08,389][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-28 11:43:08,389][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-28 11:43:08,389][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-28 11:43:08,389][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-28 11:43:08,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:43:08,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:43:08,414][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:43:08,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-28 11:43:08,468][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-28 11:43:08,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:43:08,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:43:08,503][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:43:08,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:43:08,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:43:08,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:43:08,504][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:43:08,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:43:08,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:43:08,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:43:08,558][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:43:08,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:43:08,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:43:08,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:43:08,560][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:43:08,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:43:08,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:43:08,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:43:08,594][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:43:08,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:43:08,670][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@115d9ee6] -[DEBUG][2015-08-28 11:43:08,675][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@58d75985] -[INFO][2015-08-28 11:43:08,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@134e849c: 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:43:08,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:43:08,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:43:08,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:43:08,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:43:08,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:43:08,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:43:08,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-28 11:43:08,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:08,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:08,708][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:43:08,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-28 11:43:08,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-28 11:43:08,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:08,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:08,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:08,746][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:43:08,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-28 11:43:08,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:08,792][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:43:08,794][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:08,795][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:08,796][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:43:08,800][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:43:08,802][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:08,802][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:08,802][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:43:08,807][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:43:08,807][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:08,808][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:08,808][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:43:08,833][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:43:08,833][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:08,833][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:08,834][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:43:08,838][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:43:08,838][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:08,838][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:08,838][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:43:08,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:08,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:11,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-28 11:43:11,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:11,238][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:43:11,589][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:43:11,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:11,591][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:43:11,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:43:11,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:43:11,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:11,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:11,619][org.springframework.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:43:11,619][org.springframework.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:43:11,620][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:11,651][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:43:11,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:11,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,078][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-28 11:43:12,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,231][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:43:12,231][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-28 11:43:12,231][org.springframework.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:43:12,232][org.springframework.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:43:12,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:12,232][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:43:12,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,249][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:43:12,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-28 11:43:12,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-28 11:43:12,251][org.springframework.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:43:12,251][org.springframework.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:43:12,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:12,251][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:43:12,252][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,252][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,252][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,254][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:43:12,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:43:12,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-28 11:43:12,255][org.springframework.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:43:12,255][org.springframework.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:43:12,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:12,255][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:43:12,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,259][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:43:12,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:43:12,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-28 11:43:12,260][org.springframework.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:43:12,260][org.springframework.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:43:12,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:12,260][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:43:12,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,263][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:43:12,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,265][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:43:12,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:43:12,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:43:12,266][org.springframework.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:43:12,266][org.springframework.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:43:12,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:12,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-08-28 11:43:12,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,269][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:43:12,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:43:12,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-28 11:43:12,270][org.springframework.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:43:12,270][org.springframework.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:43:12,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:12,271][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:43:12,273][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,273][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,273][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,273][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,274][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:43:12,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:43:12,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:43:12,275][org.springframework.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:43:12,275][org.springframework.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:43:12,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:12,276][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:43:12,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,278][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:43:12,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:43:12,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:43:12,279][org.springframework.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:43:12,279][org.springframework.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:43:12,280][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:12,280][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:43:12,281][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,281][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,283][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:43:12,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:43:12,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-28 11:43:12,285][org.springframework.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:43:12,285][org.springframework.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:43:12,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:12,285][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:43:12,287][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,287][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,287][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,287][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,293][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:43:12,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:43:12,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-28 11:43:12,295][org.springframework.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:43:12,295][org.springframework.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:43:12,295][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:12,295][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:43:12,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,298][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:43:12,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,299][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:43:12,299][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:43:12,299][org.springframework.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:43:12,299][org.springframework.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:43:12,299][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:12,299][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:43:12,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,302][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:43:12,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:43:12,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-28 11:43:12,304][org.springframework.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:43:12,304][org.springframework.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:43:12,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:12,304][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:43:12,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,308][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:43:12,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:43:12,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:43:12,310][org.springframework.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:43:12,310][org.springframework.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:43:12,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:12,310][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:43:12,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,312][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,312][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,312][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,313][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:43:12,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:43:12,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-28 11:43:12,314][org.springframework.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:43:12,314][org.springframework.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:43:12,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:12,314][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:43:12,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,316][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,317][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:43:12,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:43:12,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-28 11:43:12,320][org.springframework.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:43:12,320][org.springframework.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:43:12,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:12,320][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:43:12,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,324][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:43:12,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:43:12,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-28 11:43:12,325][org.springframework.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:43:12,325][org.springframework.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:43:12,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:12,326][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:43:12,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:12,329][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:43:12,330][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:43:12,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:12,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:12,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:12,350][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:43:12,350][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-28 11:43:12,350][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:12,350][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:13,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:13,373][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:43:13,374][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:13,374][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:13,374][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:43:13,375][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:43:13,376][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:13,376][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:13,376][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:43:13,377][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:43:13,377][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:13,378][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:13,378][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:43:13,379][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:43:13,379][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:13,380][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:13,380][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:43:13,381][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:43:13,381][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:13,381][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:43:13,381][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-28 11:43:13,390][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-28 11:43:14,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-28 11:43:17,307][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-28 11:43:17,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:17,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:17,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:17,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:17,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-28 11:43:17,555][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:43:17,555][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:43:17,993][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:43:18,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:21,625][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-28 11:43:21,626][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-28 11:43:21,631][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-28 11:43:21,635][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-28 11:43:21,637][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-28 11:43:21,639][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:43:21,640][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:43:22,563][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-28 11:43:22,566][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-28 11:43:22,566][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-28 11:43:22,567][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-28 11:43:22,571][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-28 11:43:22,571][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-28 11:43:22,572][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-28 11:43:22,739][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-28 11:43:22,749][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-28 11:43:22,757][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-28 11:43:22,759][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-28 11:43:22,761][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-28 11:43:22,762][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-28 11:43:22,764][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-28 11:43:22,765][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-28 11:43:22,767][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-28 11:43:22,771][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-08-28 11:43:22,773][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-28 11:43:22,776][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-28 11:43:22,778][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-28 11:43:22,779][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-28 11:43:22,781][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-28 11:43:22,782][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-28 11:43:22,783][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-28 11:43:22,785][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-28 11:43:22,787][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-28 11:43:22,789][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-28 11:43:22,790][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-28 11:43:22,998][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-28 11:43:23,001][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-28 11:43:23,002][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-28 11:43:23,004][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-28 11:43:23,030][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-28 11:43:23,032][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-28 11:43:23,033][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:43:23,034][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:43:23,034][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:43:23,213][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-28 11:43:23,216][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:43:23,216][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:43:23,218][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:43:23,220][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:43:23,221][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:43:23,222][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:43:23,224][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:43:23,225][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:43:23,251][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:43:23,253][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:43:23,254][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:43:23,255][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:43:23,258][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:43:23,259][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:43:23,261][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:43:23,264][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:43:23,264][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:43:23,273][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:43:23,276][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:43:23,277][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:43:23,284][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:43:23,286][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:43:23,287][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:43:23,459][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-28 11:43:23,462][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:43:23,463][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:43:23,465][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-28 11:43:23,467][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:43:23,468][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:43:23,474][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:43:23,477][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:43:23,478][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:43:23,481][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-28 11:43:23,483][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:43:23,483][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:43:23,485][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:43:23,488][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:43:23,488][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:43:23,490][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:43:23,495][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:43:23,496][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:43:23,497][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:43:23,500][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:43:23,500][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:43:23,644][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-28 11:43:23,646][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:43:23,646][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:43:23,647][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:43:23,649][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:43:23,650][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:43:23,651][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:43:23,652][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:43:23,652][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:43:23,654][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:43:23,655][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:43:23,656][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:43:23,657][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-28 11:43:23,658][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:43:23,659][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:43:23,795][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-28 11:43:23,796][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:43:23,796][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:43:23,797][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:43:23,798][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:43:23,799][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:43:23,810][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:43:23,811][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:43:23,812][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:43:23,813][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:43:23,815][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:43:23,816][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:43:23,817][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-28 11:43:23,819][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:43:23,819][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:43:23,821][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:43:23,822][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:43:23,822][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:43:23,944][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:43:23,945][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:43:23,946][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:43:23,975][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:43:23,976][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:43:23,977][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:43:23,993][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:43:23,994][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:43:23,995][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:43:23,997][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:43:23,998][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:43:23,999][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:43:24,026][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-28 11:43:24,027][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:43:24,028][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:43:24,048][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-28 11:43:24,049][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:43:24,049][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:43:24,051][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:43:24,052][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:43:24,052][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:43:24,065][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-28 11:43:24,066][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:43:24,067][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:43:24,067][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:43:24,068][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:43:24,069][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:43:24,069][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:43:24,069][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:43:24,071][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:43:24,072][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:43:24,073][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:43:24,074][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:43:24,076][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:43:24,077][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:43:24,079][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:43:24,081][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:43:24,082][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:43:24,083][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:43:24,084][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:43:24,086][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:43:24,087][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:43:24,089][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:43:24,090][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:43:24,091][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:43:24,093][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:43:24,095][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:43:24,095][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:43:24,096][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:43:24,098][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:43:24,099][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:43:24,100][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:43:24,101][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:43:24,104][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:43:24,105][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:43:24,106][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:43:24,137][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-28 11:43:26,319][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:43:26,409][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:43:26,517][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:43:26,575][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:43:26,679][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:43:26,763][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:43:26,915][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:43:26,998][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:43:27,067][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:43:27,130][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:43:27,376][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:43:27,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:43:27,511][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:43:27,580][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:43:27,657][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:43:27,706][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:43:27,844][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:43:27,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:27,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:27,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:27,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:27,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:27,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:27,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:27,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:27,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:27,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-28 11:43:27,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-28 11:43:27,903][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:43:27,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:27,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-28 11:43:27,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-28 11:43:27,904][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:43:27,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:27,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-28 11:43:27,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-28 11:43:27,906][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:43:27,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:27,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-28 11:43:27,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:43:27,907][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:43:27,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:27,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-28 11:43:27,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-28 11:43:27,908][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:43:27,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:27,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-28 11:43:27,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:43:27,911][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:43:27,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:27,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-28 11:43:27,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-28 11:43:27,912][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:43:27,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:27,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-28 11:43:27,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-28 11:43:27,913][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:43:27,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:27,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-08-28 11:43:27,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:43:27,916][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:43:27,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:27,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-28 11:43:27,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:43:27,917][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:43:27,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:27,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-28 11:43:27,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-28 11:43:27,919][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:43:27,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:27,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-28 11:43:27,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:43:27,920][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:43:27,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:27,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-28 11:43:27,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-28 11:43:27,922][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:43:27,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:27,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-28 11:43:27,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-28 11:43:27,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-08-28 11:43:27,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:27,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-28 11:43:27,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-28 11:43:27,924][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:43:27,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:27,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-28 11:43:27,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-28 11:43:27,935][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:43:27,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:27,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-28 11:43:27,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:43:27,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:27,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:27,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:27,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:27,956][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:43:27,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:43:27,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:27,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:27,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:27,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:27,979][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-28 11:43:27,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:27,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:27,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:27,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:27,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:43:27,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:43:27,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:28,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:43:28,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:43:28,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:28,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:43:28,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-28 11:43:28,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:43:28,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:43:28,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,069][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:43:28,069][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:43:28,069][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:43:28,069][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:43:28,070][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:43:28,070][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:43:28,070][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:43:28,070][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:43:28,070][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:43:28,070][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:43:28,071][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:43:28,071][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:43:28,071][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:43:28,071][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:43:28,071][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:43:28,071][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:43:28,071][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:43:28,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:43:28,075][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-28 11:43:28,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:43:28,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:43:28,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:43:28,103][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:28,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:43:28,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:43:28,136][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:43:28,140][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@33ed3e5f] -[DEBUG][2015-08-28 11:43:28,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-28 11:43:28,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:43:28,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:43:28,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,166][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:43:28,166][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:43:28,166][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:43:28,166][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:43:28,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:28,167][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:43:28,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:43:28,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,183][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-28 11:43:28,184][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:43:28,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:43:28,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,203][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-28 11:43:28,203][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:43:28,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:43:28,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,217][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-28 11:43:28,218][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:43:28,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:43:28,219][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-28 11:43:28,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,220][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:43:28,221][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@599ef69a] -[DEBUG][2015-08-28 11:43:28,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:43:28,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:43:28,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:43:28,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,237][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:43:28,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:28,246][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:43:28,247][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:43:28,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,257][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:43:28,258][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@5c608f6e] -[DEBUG][2015-08-28 11:43:28,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:43:28,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-28 11:43:28,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:43:28,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,271][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:43:28,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:28,271][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:43:28,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:43:28,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,282][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-28 11:43:28,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,284][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:43:28,284][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@52f0da90] -[DEBUG][2015-08-28 11:43:28,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:43:28,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:43:28,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:43:28,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,304][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:43:28,304][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:43:28,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:28,305][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:43:28,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:43:28,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,347][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-28 11:43:28,347][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:43:28,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:43:28,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,359][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-28 11:43:28,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,362][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:43:28,362][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@210099e7] -[DEBUG][2015-08-28 11:43:28,375][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:43:28,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-28 11:43:28,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:43:28,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,383][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:43:28,383][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:43:28,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:28,384][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:43:28,385][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:43:28,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,393][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-28 11:43:28,394][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:43:28,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:43:28,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,404][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-28 11:43:28,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,407][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:43:28,407][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@5be64a23] -[DEBUG][2015-08-28 11:43:28,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:43:28,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-28 11:43:28,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-28 11:43:28,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:28,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,421][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:43:28,421][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@18caf4b7] -[DEBUG][2015-08-28 11:43:28,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-28 11:43:28,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:43:28,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:43:28,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:28,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,439][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:43:28,440][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@4fc09f93] -[DEBUG][2015-08-28 11:43:28,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:43:28,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-28 11:43:28,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:43:28,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,453][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:43:28,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:28,454][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:43:28,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:43:28,458][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,467][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-28 11:43:28,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,468][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:43:28,468][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@413c1c0c] -[DEBUG][2015-08-28 11:43:28,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:43:28,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-28 11:43:28,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:43:28,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,483][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:43:28,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:28,483][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:43:28,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:43:28,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,491][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-28 11:43:28,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,493][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:43:28,493][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@f3a6f6d] -[DEBUG][2015-08-28 11:43:28,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:43:28,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:43:28,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-28 11:43:28,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,516][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:43:28,516][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:43:28,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:43:28,517][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:43:28,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:43:28,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,524][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-28 11:43:28,525][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:43:28,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:43:28,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,547][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-28 11:43:28,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,548][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:43:28,549][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@22cb95c6] -[DEBUG][2015-08-28 11:43:28,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-28 11:43:28,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:43:28,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:28,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:43:28,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:43:28,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:43:28,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:43:28,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:43:28,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:43:28,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:43:28,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-28 11:43:28,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:43:28,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:43:28,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:43:28,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:43:28,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:43:28,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:43:28,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:43:28,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:43:28,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:43:28,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:43:28,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:43:28,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:43:28,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:43:28,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:43:28,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:43:28,567][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6928de56] -[DEBUG][2015-08-28 11:43:28,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-28 11:43:28,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:28,576][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-28 11:43:28,576][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-28 11:43:28,577][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-28 11:43:28,578][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.HotSearchTest] in cache under key [[MergedContextConfiguration@118f5630 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:43:28,580][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@60913903 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@5e36257c, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@118f5630 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:43:28,581][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.HotSearchTest] from cache with key [[MergedContextConfiguration@118f5630 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:43:28,586][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:43:28,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:43:28,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:43:28,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:43:28,597][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.HotSearchTest] from cache with key [[MergedContextConfiguration@118f5630 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:43:28,681][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:43:28,695][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@25833c29] -[DEBUG][2015-08-28 11:43:28,729][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:43:28,730][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:43:28,736][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@39226771] will be managed by Spring -[DEBUG][2015-08-28 11:43:28,748][com.changyu.foryou.mapper.HotSearchMapper.setNot2Display]==> Preparing: update hot_search set is_display=0 where hot_id=? -[DEBUG][2015-08-28 11:43:29,022][com.changyu.foryou.mapper.HotSearchMapper.setNot2Display]==> Parameters: 4(Integer) -[DEBUG][2015-08-28 11:43:29,066][com.changyu.foryou.mapper.HotSearchMapper.setNot2Display]<== Updates: 1 -[DEBUG][2015-08-28 11:43:29,067][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-28 11:43:29,067][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@25833c29] -[DEBUG][2015-08-28 11:43:29,068][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@25833c29] -[DEBUG][2015-08-28 11:43:29,069][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:43:29,072][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@60913903 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@5e36257c, testMethod = setNot2Display@HotSearchTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@118f5630 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:43:29,073][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@60913903 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@5e36257c, testMethod = setNot2Display@HotSearchTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@118f5630 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:43:29,078][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@60913903 testClass = HotSearchTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@118f5630 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:43:29,082][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@77a8fb80: startup date [Fri Aug 28 11:43:07 CST 2015]; root of context hierarchy -[DEBUG][2015-08-28 11:43:29,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:43:29,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-28 11:43:29,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@134e849c: 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:43:29,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '/hotSearchService': [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:43:29,086][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:43:29,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-28 11:43:29,088][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-28 11:43:29,088][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[INFO][2015-08-28 11:43:29,093][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-28 11:44:46,689][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.HotSearchTest]. -[DEBUG][2015-08-28 11:44:46,800][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:44:46,809][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:44:46,814][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.HotSearchTest]: using defaults. -[DEBUG][2015-08-28 11:44:46,903][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:44:46,904][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:44:46,908][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:44:46,909][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:44:46,911][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:44:46,912][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:44:46,920][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:44:46,921][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:44:46,929][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:44:46,930][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:44:47,269][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:44:47,273][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:47,278][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:47,278][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:44:47,293][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:44:47,294][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:47,294][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:47,294][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-28 11:44:47,318][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-28 11:44:47,382][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-28 11:44:47,477][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-28 11:44:47,496][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:44:47,500][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:44:47,631][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:44:47,651][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:44:47,673][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-28 11:44:47,707][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:44:47,809][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:44:47,810][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:44:47,823][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:44:47,900][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:44:47,901][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:44:47,907][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:44:47,942][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:44:47,948][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:44:47,949][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:44:47,950][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:44:47,956][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:44:47,960][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:44:47,962][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:44:47,964][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:44:47,966][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:44:47,967][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:44:47,977][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:44:47,985][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 16 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-28 11:44:47,986][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-28 11:44:47,989][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-28 11:44:47,995][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:44:48,052][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:44:48,074][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:44:48,088][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:44:48,106][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-28 11:44:48,107][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-28 11:44:48,123][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:44:48,210][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-28 11:44:48,218][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@3bcd288e: startup date [Fri Aug 28 11:44:48 CST 2015]; root of context hierarchy -[DEBUG][2015-08-28 11:44:48,220][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@3bcd288e: org.springframework.beans.factory.support.DefaultListableBeanFactory@260304b: 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:44:48,331][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:44:48,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:44:48,377][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:44:48,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:44:48,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:44:48,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:44:48,384][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:44:48,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:44:48,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:44:48,624][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:44:48,625][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:48,625][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:48,625][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:44:48,629][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:44:48,629][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:44:48,640][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:44:48,655][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:44:48,656][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:44:48,656][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:44:48,657][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:44:48,657][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:44:48,658][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:44:48,659][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:44:48,659][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:44:48,660][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:44:48,661][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:44:48,662][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:44:48,662][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:44:48,663][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:44:48,663][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:44:48,664][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:44:48,665][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:44:48,666][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:44:48,670][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-28 11:44:48,673][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-28 11:44:48,673][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-28 11:44:48,674][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-28 11:44:48,674][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-28 11:44:48,674][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-28 11:44:48,674][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-28 11:44:48,674][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-28 11:44:48,674][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-08-28 11:44:48,674][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-28 11:44:48,675][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-28 11:44:48,675][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-28 11:44:48,675][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-28 11:44:48,675][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-28 11:44:48,675][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-28 11:44:48,676][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-28 11:44:48,676][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-28 11:44:48,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:44:48,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:44:48,691][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:44:48,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-28 11:44:48,715][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-28 11:44:48,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:44:48,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:44:48,739][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:44:48,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:44:48,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:44:48,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:44:48,744][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:44:48,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:44:48,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:44:48,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:44:48,761][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:44:48,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:44:48,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:44:48,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:44:48,764][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:44:48,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:44:48,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:44:48,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:44:48,787][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:44:48,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:44:48,838][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@46909173] -[DEBUG][2015-08-28 11:44:48,844][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@16a42cc9] -[INFO][2015-08-28 11:44:48,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@260304b: 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:44:48,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:44:48,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:44:48,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:44:48,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:44:48,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:44:48,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:44:48,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-28 11:44:48,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:48,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:48,881][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:44:48,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-28 11:44:48,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-28 11:44:48,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:48,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:48,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:48,911][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:44:48,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-28 11:44:48,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:48,952][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:44:48,952][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:48,953][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:48,953][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:44:48,954][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:44:48,954][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:48,955][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:48,955][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:44:48,956][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:44:48,956][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:48,957][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:48,958][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:44:48,965][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:44:48,966][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:48,966][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:48,966][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:44:48,969][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:44:48,969][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:48,970][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:48,970][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:44:48,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:48,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-28 11:44:49,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,467][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:44:49,497][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:44:49,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:49,498][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:44:49,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:44:49,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:44:49,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,512][org.springframework.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:44:49,512][org.springframework.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:44:49,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:49,533][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:44:49,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,594][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-28 11:44:49,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:44:49,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-28 11:44:49,612][org.springframework.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:44:49,612][org.springframework.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:44:49,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:49,613][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:44:49,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,631][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:44:49,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-28 11:44:49,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-28 11:44:49,633][org.springframework.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:44:49,633][org.springframework.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:44:49,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:49,634][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:44:49,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,637][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:44:49,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:44:49,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-28 11:44:49,638][org.springframework.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:44:49,638][org.springframework.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:44:49,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:49,638][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:44:49,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,641][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:44:49,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:44:49,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-28 11:44:49,642][org.springframework.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:44:49,642][org.springframework.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:44:49,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:49,643][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:44:49,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,646][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:44:49,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,648][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:44:49,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:44:49,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:44:49,650][org.springframework.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:44:49,650][org.springframework.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:44:49,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:49,650][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:44:49,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,653][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:44:49,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:44:49,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-28 11:44:49,654][org.springframework.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:44:49,655][org.springframework.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:44:49,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:49,655][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:44:49,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,658][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:44:49,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:44:49,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:44:49,659][org.springframework.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:44:49,659][org.springframework.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:44:49,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:49,660][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:44:49,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,662][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:44:49,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:44:49,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:44:49,663][org.springframework.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:44:49,664][org.springframework.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:44:49,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:49,664][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:44:49,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,668][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:44:49,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:44:49,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-28 11:44:49,669][org.springframework.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:44:49,669][org.springframework.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:44:49,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:49,670][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:44:49,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,673][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:44:49,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:44:49,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-28 11:44:49,674][org.springframework.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:44:49,674][org.springframework.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:44:49,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:49,675][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:44:49,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,678][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:44:49,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:44:49,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:44:49,679][org.springframework.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:44:49,679][org.springframework.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:44:49,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:49,679][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:44:49,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,683][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:44:49,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:44:49,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-28 11:44:49,684][org.springframework.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:44:49,684][org.springframework.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:44:49,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:49,685][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:44:49,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,688][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:44:49,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:44:49,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:44:49,689][org.springframework.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:44:49,689][org.springframework.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:44:49,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:49,689][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:44:49,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,693][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:44:49,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:44:49,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-28 11:44:49,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-08-28 11:44:49,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-08-28 11:44:49,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:49,694][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:44:49,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,711][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:44:49,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:44:49,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-28 11:44:49,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:44:49,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:44:49,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:49,715][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:44:49,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,718][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:44:49,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:44:49,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-28 11:44:49,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:44:49,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:44:49,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:49,719][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:44:49,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,722][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:44:49,723][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:44:49,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:49,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:49,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:49,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:44:49,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-28 11:44:49,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:49,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:49,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:49,939][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:44:49,939][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:49,940][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:49,940][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:44:49,943][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:44:49,944][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:49,946][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:49,946][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:44:49,947][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:44:49,948][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:49,948][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:49,949][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:44:49,950][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:44:49,950][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:49,950][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:49,950][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:44:49,951][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:44:49,952][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:49,952][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:44:49,952][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-28 11:44:49,963][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-28 11:44:50,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-28 11:44:50,231][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-28 11:44:50,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:50,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:50,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:50,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:50,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-28 11:44:50,441][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:44:50,442][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:44:50,448][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:44:50,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:50,706][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-28 11:44:50,706][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-28 11:44:50,709][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-28 11:44:50,711][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-28 11:44:50,713][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-28 11:44:50,714][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:44:50,714][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:44:50,899][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-28 11:44:50,900][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-28 11:44:50,901][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-28 11:44:50,902][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-28 11:44:50,902][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-28 11:44:50,903][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-28 11:44:50,904][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-28 11:44:50,905][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-28 11:44:50,906][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-28 11:44:50,907][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-28 11:44:50,908][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-28 11:44:50,909][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-28 11:44:50,910][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-28 11:44:50,910][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-28 11:44:50,911][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-28 11:44:50,912][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-28 11:44:50,912][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-08-28 11:44:50,913][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-28 11:44:50,914][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-28 11:44:50,915][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-28 11:44:50,915][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-28 11:44:50,916][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-28 11:44:50,917][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-28 11:44:50,918][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-28 11:44:50,919][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-28 11:44:50,919][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-28 11:44:50,920][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-28 11:44:50,921][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-28 11:44:50,921][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-28 11:44:50,922][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-28 11:44:50,923][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-28 11:44:50,923][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-28 11:44:50,925][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-28 11:44:50,925][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-28 11:44:50,927][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:44:50,927][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:44:50,927][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:44:50,929][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-28 11:44:50,931][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:44:50,931][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:44:50,932][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:44:50,933][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:44:50,933][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:44:50,934][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:44:50,936][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:44:50,936][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:44:50,938][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:44:50,964][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:44:50,966][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:44:50,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:44:50,972][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:44:50,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:44:50,973][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:44:50,974][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:44:50,975][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:44:50,976][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:44:50,977][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:44:50,977][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:44:50,978][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:44:50,979][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:44:50,979][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:44:50,980][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-28 11:44:50,981][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:44:50,982][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:44:50,983][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-28 11:44:50,984][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:44:50,984][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:44:50,987][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:44:50,988][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:44:50,988][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:44:50,989][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-28 11:44:50,990][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:44:50,991][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:44:50,993][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:44:50,994][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:44:50,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:44:50,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:44:50,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:44:50,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:44:50,998][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:44:50,999][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:44:50,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:44:51,000][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-28 11:44:51,001][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:44:51,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:44:51,034][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:44:51,035][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:44:51,036][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:44:51,037][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:44:51,039][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:44:51,039][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:44:51,042][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:44:51,044][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:44:51,045][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:44:51,046][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-28 11:44:51,047][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:44:51,047][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:44:51,049][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-28 11:44:51,050][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:44:51,050][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:44:51,051][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:44:51,054][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:44:51,055][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:44:51,058][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:44:51,059][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:44:51,060][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:44:51,061][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:44:51,063][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:44:51,063][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:44:51,064][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-28 11:44:51,065][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:44:51,065][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:44:51,066][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:44:51,067][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:44:51,067][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:44:51,068][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:44:51,069][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:44:51,070][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:44:51,071][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:44:51,072][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:44:51,072][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:44:51,075][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:44:51,077][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:44:51,077][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:44:51,079][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:44:51,080][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:44:51,080][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:44:51,082][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-28 11:44:51,083][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:44:51,084][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:44:51,085][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-28 11:44:51,089][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:44:51,090][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:44:51,093][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:44:51,097][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:44:51,098][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:44:51,101][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-28 11:44:51,104][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:44:51,150][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:44:51,150][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:44:51,150][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:44:51,153][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:44:51,153][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:44:51,153][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:44:51,154][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:44:51,156][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:44:51,158][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:44:51,159][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:44:51,161][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:44:51,164][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:44:51,165][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:44:51,167][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:44:51,167][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:44:51,169][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:44:51,170][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:44:51,171][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:44:51,173][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:44:51,174][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:44:51,176][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:44:51,178][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:44:51,180][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:44:51,182][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:44:51,182][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:44:51,184][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:44:51,185][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:44:51,186][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:44:51,188][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:44:51,189][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:44:51,191][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:44:51,193][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:44:51,194][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:44:51,225][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-28 11:44:52,375][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:44:52,439][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:44:52,531][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:44:52,581][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:44:52,679][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:44:52,755][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:44:52,895][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:44:52,988][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:44:53,084][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:44:53,140][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:44:53,353][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:44:53,406][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:44:53,471][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:44:53,531][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:44:53,598][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:44:53,641][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:44:53,753][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:44:53,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:53,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:53,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:53,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:53,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:53,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:53,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:53,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:53,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:53,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-28 11:44:53,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-28 11:44:53,803][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:44:53,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:53,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-28 11:44:53,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-28 11:44:53,804][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:44:53,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:53,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-28 11:44:53,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-28 11:44:53,805][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:44:53,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:53,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-28 11:44:53,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:44:53,808][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:44:53,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:53,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-28 11:44:53,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-28 11:44:53,809][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:44:53,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:53,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-28 11:44:53,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:44:53,811][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:44:53,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:53,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-28 11:44:53,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-28 11:44:53,812][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:44:53,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:53,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-28 11:44:53,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-28 11:44:53,814][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:44:53,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:53,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-08-28 11:44:53,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:44:53,815][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:44:53,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:53,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-28 11:44:53,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:44:53,817][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:44:53,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:53,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-28 11:44:53,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-28 11:44:53,818][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:44:53,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:53,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-28 11:44:53,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:44:53,820][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:44:53,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:53,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-28 11:44:53,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-28 11:44:53,820][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:44:53,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:53,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-28 11:44:53,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-28 11:44:53,824][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:44:53,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:53,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-28 11:44:53,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-28 11:44:53,825][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:44:53,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:53,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-28 11:44:53,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-28 11:44:53,831][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:44:53,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:53,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-28 11:44:53,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:44:53,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:53,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:53,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:53,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:53,860][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:44:53,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:44:53,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:53,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:53,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:53,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:53,882][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-28 11:44:53,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:53,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:53,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:53,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:53,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:44:53,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:44:53,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:53,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:44:53,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:44:53,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:53,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:53,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:53,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:44:53,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-28 11:44:53,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:53,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:53,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:53,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:53,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:44:53,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:44:53,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:53,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:53,956][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:44:53,957][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:44:53,957][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:44:53,957][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:44:53,957][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:44:53,958][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:44:53,958][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:44:53,959][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:44:53,960][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:44:53,961][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:44:53,961][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:44:53,961][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:44:53,961][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:44:53,961][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:44:53,962][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:44:53,962][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:44:53,962][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:44:53,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:53,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:53,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:53,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:53,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:44:53,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-28 11:44:53,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:44:53,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:44:53,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:44:53,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:53,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:44:53,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:44:54,013][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:44:54,017][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@683fc843] -[DEBUG][2015-08-28 11:44:54,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-28 11:44:54,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:44:54,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:44:54,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,046][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:44:54,046][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:44:54,046][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:44:54,046][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:44:54,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:54,046][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:44:54,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:44:54,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,066][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-28 11:44:54,066][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:44:54,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:44:54,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,082][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-28 11:44:54,083][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:44:54,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:44:54,085][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-28 11:44:54,085][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:44:54,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:44:54,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,100][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-28 11:44:54,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,102][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:44:54,102][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@7802468d] -[DEBUG][2015-08-28 11:44:54,118][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:44:54,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:44:54,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:44:54,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,121][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:44:54,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:54,131][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:44:54,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:44:54,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,142][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:44:54,142][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@7e676d73] -[DEBUG][2015-08-28 11:44:54,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:44:54,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-28 11:44:54,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:44:54,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,155][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:44:54,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:54,155][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:44:54,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:44:54,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,166][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-28 11:44:54,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,168][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:44:54,168][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@215a4f65] -[DEBUG][2015-08-28 11:44:54,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:44:54,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:44:54,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:44:54,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,189][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:44:54,189][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:44:54,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:54,189][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:44:54,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:44:54,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,200][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-28 11:44:54,200][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:44:54,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:44:54,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,236][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-28 11:44:54,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,239][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:44:54,239][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@3ba6769c] -[DEBUG][2015-08-28 11:44:54,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:44:54,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-28 11:44:54,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:44:54,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,265][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:44:54,265][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:44:54,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:54,265][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:44:54,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:44:54,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,276][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-28 11:44:54,277][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:44:54,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:44:54,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,283][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,288][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-28 11:44:54,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,290][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:44:54,290][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@16516ac3] -[DEBUG][2015-08-28 11:44:54,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:44:54,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-28 11:44:54,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-28 11:44:54,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:54,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,304][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:44:54,304][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@131e6b9c] -[DEBUG][2015-08-28 11:44:54,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-28 11:44:54,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:44:54,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:44:54,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:54,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,319][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:44:54,319][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@17840db8] -[DEBUG][2015-08-28 11:44:54,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:44:54,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-28 11:44:54,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:44:54,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,332][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:44:54,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:54,332][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:44:54,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:44:54,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,343][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-28 11:44:54,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,345][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:44:54,345][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@6490e556] -[DEBUG][2015-08-28 11:44:54,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:44:54,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-28 11:44:54,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:44:54,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,358][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:44:54,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:54,359][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:44:54,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:44:54,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,366][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-28 11:44:54,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,367][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:44:54,368][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@4fc09f93] -[DEBUG][2015-08-28 11:44:54,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:44:54,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:44:54,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-28 11:44:54,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,385][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:44:54,385][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:44:54,385][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:44:54,386][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:44:54,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:44:54,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,408][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-28 11:44:54,409][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:44:54,410][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:44:54,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,417][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-28 11:44:54,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,418][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:44:54,419][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@21a55d62] -[DEBUG][2015-08-28 11:44:54,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-28 11:44:54,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:44:54,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:54,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:44:54,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:44:54,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:44:54,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:44:54,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:44:54,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:44:54,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:44:54,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-28 11:44:54,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:44:54,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:44:54,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:44:54,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:44:54,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:44:54,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:44:54,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:44:54,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:44:54,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:44:54,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:44:54,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:44:54,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:44:54,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:44:54,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:44:54,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:44:54,449][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5e7a92ad] -[DEBUG][2015-08-28 11:44:54,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-28 11:44:54,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:54,471][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-28 11:44:54,471][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-28 11:44:54,472][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-28 11:44:54,473][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:44:54,476][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@738bbae9 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@5a9c5242, 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:44:54,477][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:44:54,482][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:44:54,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:44:54,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:44:54,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:44:54,491][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:44:54,541][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:44:54,554][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1756ad3e] -[DEBUG][2015-08-28 11:44:54,581][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:44:54,581][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:44:54,585][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@30aa0950] will be managed by Spring -[DEBUG][2015-08-28 11:44:54,599][com.changyu.foryou.mapper.HotSearchMapper.setNot2Display]==> Preparing: update hot_search set is_display=0 where hot_id=? -[DEBUG][2015-08-28 11:44:54,839][com.changyu.foryou.mapper.HotSearchMapper.setNot2Display]==> Parameters: 4(Integer) -[DEBUG][2015-08-28 11:44:54,869][com.changyu.foryou.mapper.HotSearchMapper.setNot2Display]<== Updates: 1 -[DEBUG][2015-08-28 11:44:54,870][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-28 11:44:54,870][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1756ad3e] -[DEBUG][2015-08-28 11:44:54,870][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1756ad3e] -[DEBUG][2015-08-28 11:44:54,872][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[INFO][2015-08-28 11:44:55,232][com.changyu.test.HotSearchTest]{"campusId":1,"hotId":4} -[DEBUG][2015-08-28 11:44:55,233][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@738bbae9 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@5a9c5242, 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:44:55,234][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@738bbae9 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@5a9c5242, 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:44:55,239][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@738bbae9 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:44:55,245][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@3bcd288e: startup date [Fri Aug 28 11:44:48 CST 2015]; root of context hierarchy -[DEBUG][2015-08-28 11:44:55,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:44:55,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-28 11:44:55,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@260304b: 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:44:55,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '/hotSearchService': [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:44:55,250][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:44:55,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-28 11:44:55,253][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-28 11:44:55,253][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[INFO][2015-08-28 11:44:55,258][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-28 11:45:23,128][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.HotSearchTest]. -[DEBUG][2015-08-28 11:45:23,229][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:45:23,237][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:45:23,243][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.HotSearchTest]: using defaults. -[DEBUG][2015-08-28 11:45:23,328][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:45:23,329][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:45:23,334][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:45:23,334][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:45:23,338][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:45:23,338][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:45:23,347][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:45:23,348][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:45:23,355][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:45:23,355][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:45:23,649][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:45:23,652][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:23,657][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:23,657][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:45:23,673][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:45:23,673][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:23,673][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:23,674][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-28 11:45:23,696][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-28 11:45:23,753][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-28 11:45:23,849][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-28 11:45:23,875][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:45:23,886][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:45:24,043][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:45:24,058][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:45:24,079][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-28 11:45:24,113][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:45:24,216][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:45:24,217][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:45:24,229][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:45:24,306][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:45:24,307][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:45:24,315][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:45:24,349][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:45:24,354][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:45:24,355][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:45:24,357][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:45:24,362][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:45:24,366][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:45:24,368][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:45:24,369][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:45:24,371][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:45:24,372][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:45:24,383][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:45:24,392][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 16 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-28 11:45:24,392][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-28 11:45:24,397][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-28 11:45:24,402][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:45:24,459][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:45:24,485][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:45:24,500][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:45:24,518][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-28 11:45:24,519][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-28 11:45:24,535][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:45:24,619][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-28 11:45:24,626][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@3bcd288e: startup date [Fri Aug 28 11:45:24 CST 2015]; root of context hierarchy -[DEBUG][2015-08-28 11:45:24,627][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@3bcd288e: org.springframework.beans.factory.support.DefaultListableBeanFactory@96b59a6: 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:45:24,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:45:24,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:45:24,785][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:45:24,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:45:24,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:45:24,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:45:24,793][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:45:24,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:45:24,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:45:25,029][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:45:25,030][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:25,030][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:25,031][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:45:25,036][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:45:25,036][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:45:25,045][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:45:25,046][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:45:25,047][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:45:25,048][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:45:25,048][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:45:25,050][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:45:25,050][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:45:25,051][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:45:25,051][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:45:25,052][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:45:25,052][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:45:25,056][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:45:25,056][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:45:25,057][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:45:25,058][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:45:25,059][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:45:25,060][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:45:25,061][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:45:25,064][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-28 11:45:25,067][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-28 11:45:25,068][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-28 11:45:25,068][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-28 11:45:25,068][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-28 11:45:25,068][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-28 11:45:25,068][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-28 11:45:25,069][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-28 11:45:25,069][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-08-28 11:45:25,069][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-28 11:45:25,069][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-28 11:45:25,069][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-28 11:45:25,069][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-28 11:45:25,070][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-28 11:45:25,070][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-28 11:45:25,070][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-28 11:45:25,070][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-28 11:45:25,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:45:25,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:45:25,083][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:45:25,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-28 11:45:25,108][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-28 11:45:25,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:45:25,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:45:25,133][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:45:25,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:45:25,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:45:25,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:45:25,135][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:45:25,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:45:25,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:45:25,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:45:25,152][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:45:25,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:45:25,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:45:25,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:45:25,154][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:45:25,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:45:25,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:45:25,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:45:25,183][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:45:25,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:45:25,234][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6f74748f] -[DEBUG][2015-08-28 11:45:25,239][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1d548012] -[INFO][2015-08-28 11:45:25,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@96b59a6: 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:45:25,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:45:25,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:45:25,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:45:25,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:45:25,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:45:25,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:45:25,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-28 11:45:25,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:25,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:25,273][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:45:25,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-28 11:45:25,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-28 11:45:25,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:25,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:25,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:25,308][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:45:25,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-28 11:45:25,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:25,346][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:45:25,348][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:25,348][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:25,348][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:45:25,350][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:45:25,350][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:25,350][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:25,351][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:45:25,351][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:45:25,353][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:25,353][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:25,354][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:45:25,360][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:45:25,361][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:25,361][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:25,361][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:45:25,365][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:45:25,365][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:25,366][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:25,366][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:45:25,381][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:25,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:25,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-28 11:45:25,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:25,926][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:45:25,964][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:45:25,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:25,965][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:45:25,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:45:25,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:45:25,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:25,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:25,980][org.springframework.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:45:25,980][org.springframework.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:45:25,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:25,996][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:45:26,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,053][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-28 11:45:26,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:45:26,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-28 11:45:26,069][org.springframework.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:45:26,069][org.springframework.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:45:26,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:26,070][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:45:26,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,091][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:45:26,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-28 11:45:26,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-28 11:45:26,092][org.springframework.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:45:26,092][org.springframework.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:45:26,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:26,092][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:45:26,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,095][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:45:26,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:45:26,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-28 11:45:26,096][org.springframework.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:45:26,096][org.springframework.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:45:26,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:26,097][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:45:26,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,099][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,100][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:45:26,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:45:26,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-28 11:45:26,101][org.springframework.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:45:26,101][org.springframework.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:45:26,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:26,102][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:45:26,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,105][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:45:26,106][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,106][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,106][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,106][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,107][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:45:26,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:45:26,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:45:26,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-08-28 11:45:26,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-08-28 11:45:26,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:26,109][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:45:26,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,113][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:45:26,115][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:45:26,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-28 11:45:26,117][org.springframework.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:45:26,118][org.springframework.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:45:26,118][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:26,118][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:45:26,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,121][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:45:26,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:45:26,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:45:26,123][org.springframework.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:45:26,123][org.springframework.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:45:26,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:26,123][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:45:26,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,126][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:45:26,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:45:26,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:45:26,128][org.springframework.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:45:26,128][org.springframework.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:45:26,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:26,128][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:45:26,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,133][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:45:26,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:45:26,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-28 11:45:26,134][org.springframework.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:45:26,134][org.springframework.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:45:26,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:26,135][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:45:26,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,138][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:45:26,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:45:26,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-28 11:45:26,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-08-28 11:45:26,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-08-28 11:45:26,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:26,139][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:45:26,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,142][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:45:26,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:45:26,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:45:26,143][org.springframework.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:45:26,143][org.springframework.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:45:26,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:26,144][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:45:26,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,147][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:45:26,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:45:26,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-28 11:45:26,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-08-28 11:45:26,150][org.springframework.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:45:26,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:26,150][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:45:26,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,153][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:45:26,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:45:26,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:45:26,154][org.springframework.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:45:26,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-08-28 11:45:26,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:26,155][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:45:26,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,158][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:45:26,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:45:26,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-28 11:45:26,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-08-28 11:45:26,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-08-28 11:45:26,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:26,159][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:45:26,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,163][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:45:26,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:45:26,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-28 11:45:26,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.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:45:26,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-08-28 11:45:26,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:26,167][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:45:26,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,170][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:45:26,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:45:26,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-28 11:45:26,171][org.springframework.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:45:26,171][org.springframework.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:45:26,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:26,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-08-28 11:45:26,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,176][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:45:26,176][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:45:26,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:26,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:26,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:26,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:45:26,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-28 11:45:26,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,299][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:26,393][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:45:26,394][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:26,394][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:26,394][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:45:26,395][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:45:26,395][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:26,396][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:26,396][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:45:26,397][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:45:26,398][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:26,398][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:26,399][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:45:26,400][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:45:26,400][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:26,401][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:26,401][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:45:26,402][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:45:26,402][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:26,403][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:45:26,403][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-28 11:45:26,413][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-28 11:45:26,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-28 11:45:26,670][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-28 11:45:26,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:26,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:26,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-28 11:45:26,909][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:45:26,909][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:45:26,915][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:45:26,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:27,169][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-28 11:45:27,169][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-28 11:45:27,171][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-28 11:45:27,173][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-28 11:45:27,174][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-28 11:45:27,175][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:45:27,176][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:45:27,322][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-28 11:45:27,323][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-28 11:45:27,324][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-28 11:45:27,325][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-28 11:45:27,327][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-28 11:45:27,327][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-28 11:45:27,329][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-28 11:45:27,330][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-28 11:45:27,331][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-28 11:45:27,332][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-28 11:45:27,332][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-28 11:45:27,333][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-28 11:45:27,334][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-28 11:45:27,334][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-28 11:45:27,335][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-28 11:45:27,336][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-28 11:45:27,336][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-08-28 11:45:27,337][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-28 11:45:27,338][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-28 11:45:27,339][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-28 11:45:27,340][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-28 11:45:27,340][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-28 11:45:27,341][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-28 11:45:27,341][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-28 11:45:27,342][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-28 11:45:27,343][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-28 11:45:27,343][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-28 11:45:27,344][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-28 11:45:27,344][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-28 11:45:27,345][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-28 11:45:27,346][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-28 11:45:27,347][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-28 11:45:27,348][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-28 11:45:27,348][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-28 11:45:27,349][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:45:27,349][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:45:27,349][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:45:27,350][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-28 11:45:27,351][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:45:27,352][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:45:27,352][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:45:27,354][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:45:27,354][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:45:27,355][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:45:27,357][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:45:27,357][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:45:27,358][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:45:27,377][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:45:27,377][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:45:27,378][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:45:27,384][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:45:27,384][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:45:27,386][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:45:27,387][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:45:27,388][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:45:27,389][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:45:27,390][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:45:27,390][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:45:27,391][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:45:27,392][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:45:27,392][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:45:27,393][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-28 11:45:27,394][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:45:27,394][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:45:27,395][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-28 11:45:27,396][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:45:27,396][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:45:27,399][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:45:27,400][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:45:27,401][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:45:27,402][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-28 11:45:27,402][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:45:27,403][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:45:27,404][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:45:27,405][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:45:27,405][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:45:27,406][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:45:27,407][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:45:27,407][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:45:27,408][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:45:27,409][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:45:27,409][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:45:27,410][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-28 11:45:27,410][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:45:27,411][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:45:27,412][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:45:27,413][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:45:27,413][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:45:27,414][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:45:27,416][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:45:27,416][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:45:27,418][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:45:27,419][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:45:27,419][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:45:27,420][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-28 11:45:27,421][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:45:27,422][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:45:27,423][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-28 11:45:27,424][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:45:27,425][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:45:27,426][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:45:27,427][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:45:27,427][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:45:27,428][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:45:27,429][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:45:27,429][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:45:27,430][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:45:27,432][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:45:27,433][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:45:27,434][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-28 11:45:27,435][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:45:27,436][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:45:27,436][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:45:27,437][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:45:27,438][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:45:27,439][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:45:27,440][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:45:27,440][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:45:27,441][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:45:27,442][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:45:27,442][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:45:27,443][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:45:27,444][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:45:27,444][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:45:27,446][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:45:27,447][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:45:27,447][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:45:27,448][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-28 11:45:27,449][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:45:27,449][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:45:27,450][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-28 11:45:27,451][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:45:27,451][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:45:27,453][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:45:27,454][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:45:27,454][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:45:27,455][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-28 11:45:27,456][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:45:27,458][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:45:27,458][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:45:27,458][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:45:27,460][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:45:27,460][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:45:27,460][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:45:27,462][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:45:27,464][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:45:27,466][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:45:27,467][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:45:27,469][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:45:27,470][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:45:27,472][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:45:27,476][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:45:27,477][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:45:27,478][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:45:27,480][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:45:27,481][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:45:27,483][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:45:27,484][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:45:27,486][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:45:27,487][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:45:27,488][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:45:27,491][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:45:27,491][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:45:27,493][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:45:27,494][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:45:27,495][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:45:27,497][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:45:27,499][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:45:27,500][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:45:27,501][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:45:27,503][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:45:27,532][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-28 11:45:28,762][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:45:28,830][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:45:28,916][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:45:28,969][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:45:29,069][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:45:29,143][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:45:29,286][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:45:29,376][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:45:29,438][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:45:29,495][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:45:29,714][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:45:29,768][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:45:29,834][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:45:29,893][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:45:29,959][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:45:30,001][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:45:30,118][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:45:30,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:30,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-28 11:45:30,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-28 11:45:30,162][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:45:30,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:30,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-28 11:45:30,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-28 11:45:30,164][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:45:30,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:30,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-28 11:45:30,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-28 11:45:30,165][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:45:30,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:30,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-28 11:45:30,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:45:30,167][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:45:30,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:30,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-28 11:45:30,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-28 11:45:30,168][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:45:30,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:30,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-28 11:45:30,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:45:30,169][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:45:30,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:30,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-28 11:45:30,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-28 11:45:30,170][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:45:30,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:30,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-28 11:45:30,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-28 11:45:30,172][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:45:30,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:30,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-08-28 11:45:30,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:45:30,174][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:45:30,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:30,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-28 11:45:30,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:45:30,178][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:45:30,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:30,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-28 11:45:30,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-28 11:45:30,182][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:45:30,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:30,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-28 11:45:30,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:45:30,184][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:45:30,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:30,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-28 11:45:30,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-28 11:45:30,186][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:45:30,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:30,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-28 11:45:30,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-28 11:45:30,187][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:45:30,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:30,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-28 11:45:30,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-28 11:45:30,189][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:45:30,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:30,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-28 11:45:30,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-28 11:45:30,194][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:45:30,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:30,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-28 11:45:30,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:45:30,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,216][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:45:30,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:45:30,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,239][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-28 11:45:30,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:45:30,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:45:30,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:30,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:45:30,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:45:30,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:30,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:45:30,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-28 11:45:30,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,290][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,290][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,299][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:45:30,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:45:30,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,320][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:45:30,320][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:45:30,320][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:45:30,320][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:45:30,320][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:45:30,320][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:45:30,320][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:45:30,321][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:45:30,321][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:45:30,321][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:45:30,321][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:45:30,321][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:45:30,321][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:45:30,321][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:45:30,321][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:45:30,322][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:45:30,322][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:45:30,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:45:30,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-28 11:45:30,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:45:30,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:45:30,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:45:30,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:30,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:45:30,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:45:30,377][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:45:30,381][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@52ed100b] -[DEBUG][2015-08-28 11:45:30,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-28 11:45:30,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:45:30,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:45:30,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,407][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:45:30,407][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:45:30,407][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:45:30,408][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:45:30,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:30,408][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:45:30,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:45:30,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,424][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-28 11:45:30,425][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:45:30,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:45:30,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,440][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-28 11:45:30,440][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:45:30,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:45:30,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,458][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-28 11:45:30,458][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:45:30,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:45:30,460][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-28 11:45:30,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,462][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:45:30,462][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@779122a0] -[DEBUG][2015-08-28 11:45:30,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:45:30,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:45:30,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:45:30,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,478][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:45:30,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:30,490][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:45:30,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:45:30,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,504][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:45:30,504][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@382a6c5e] -[DEBUG][2015-08-28 11:45:30,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:45:30,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-28 11:45:30,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:45:30,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,518][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:45:30,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:30,519][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:45:30,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:45:30,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,529][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-28 11:45:30,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,531][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:45:30,532][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@6e3066a8] -[DEBUG][2015-08-28 11:45:30,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:45:30,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:45:30,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:45:30,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,549][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:45:30,550][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:45:30,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:30,550][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:45:30,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:45:30,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,585][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-28 11:45:30,586][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:45:30,587][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:45:30,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,596][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-28 11:45:30,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,599][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:45:30,599][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@5c608f6e] -[DEBUG][2015-08-28 11:45:30,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:45:30,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-28 11:45:30,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:45:30,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,622][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:45:30,622][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:45:30,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:30,623][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:45:30,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:45:30,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,636][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-28 11:45:30,636][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:45:30,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:45:30,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,646][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-28 11:45:30,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,649][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:45:30,649][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@77a22fe3] -[DEBUG][2015-08-28 11:45:30,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:45:30,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-28 11:45:30,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-28 11:45:30,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:30,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,662][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:45:30,662][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@4fe087e7] -[DEBUG][2015-08-28 11:45:30,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-28 11:45:30,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:45:30,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:45:30,667][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:30,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,678][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:45:30,678][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@4c4b126] -[DEBUG][2015-08-28 11:45:30,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:45:30,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-28 11:45:30,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:45:30,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,694][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:45:30,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:30,694][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:45:30,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:45:30,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,707][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-28 11:45:30,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,709][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:45:30,709][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@ac9e715] -[DEBUG][2015-08-28 11:45:30,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:45:30,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-28 11:45:30,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:45:30,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,723][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:45:30,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:30,724][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:45:30,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:45:30,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,732][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-28 11:45:30,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,734][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:45:30,734][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@44f939cd] -[DEBUG][2015-08-28 11:45:30,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:45:30,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:45:30,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-28 11:45:30,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,753][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:45:30,753][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:45:30,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:45:30,754][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:45:30,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:45:30,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,762][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-28 11:45:30,762][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:45:30,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:45:30,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,785][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-28 11:45:30,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,787][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:45:30,788][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@49a01787] -[DEBUG][2015-08-28 11:45:30,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-28 11:45:30,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:45:30,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:30,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:45:30,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:45:30,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:45:30,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:45:30,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:45:30,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:45:30,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:45:30,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-28 11:45:30,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:45:30,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:45:30,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:45:30,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:45:30,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:45:30,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:45:30,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:45:30,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:45:30,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:45:30,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:45:30,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:45:30,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:45:30,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:45:30,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:45:30,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:45:30,810][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@27f63996] -[DEBUG][2015-08-28 11:45:30,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-28 11:45:30,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:30,821][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-28 11:45:30,821][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-28 11:45:30,822][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-28 11:45:30,823][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:45:30,824][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@364fc1a2 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@2e318e89, 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:45:30,825][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:45:30,829][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:45:30,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:45:30,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:45:30,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:45:30,839][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:45:30,892][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:45:30,905][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4b91d1c9] -[DEBUG][2015-08-28 11:45:30,935][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:45:30,935][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:45:30,940][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@63f841e6] will be managed by Spring -[DEBUG][2015-08-28 11:45:30,953][com.changyu.foryou.mapper.HotSearchMapper.setNot2Display]==> Preparing: update hot_search set is_display=0 where hot_id=? -[DEBUG][2015-08-28 11:45:31,199][com.changyu.foryou.mapper.HotSearchMapper.setNot2Display]==> Parameters: 4(Integer) -[DEBUG][2015-08-28 11:45:31,269][com.changyu.foryou.mapper.HotSearchMapper.setNot2Display]<== Updates: 1 -[DEBUG][2015-08-28 11:45:31,270][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-28 11:45:31,270][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4b91d1c9] -[DEBUG][2015-08-28 11:45:31,271][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4b91d1c9] -[DEBUG][2015-08-28 11:45:31,272][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[INFO][2015-08-28 11:45:31,403][com.changyu.test.HotSearchTest]{"message":"修改成功","status":"success"} -[DEBUG][2015-08-28 11:45:31,405][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@364fc1a2 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@2e318e89, 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:45:31,405][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@364fc1a2 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@2e318e89, 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:45:31,410][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@364fc1a2 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:45:31,414][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@3bcd288e: startup date [Fri Aug 28 11:45:24 CST 2015]; root of context hierarchy -[DEBUG][2015-08-28 11:45:31,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:45:31,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-28 11:45:31,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@96b59a6: 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:45:31,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '/hotSearchService': [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:45:31,419][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:45:31,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-28 11:45:31,420][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-28 11:45:31,421][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[INFO][2015-08-28 11:45:31,426][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-28 11:47:46,839][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.HotSearchTest]. -[DEBUG][2015-08-28 11:47:46,941][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@2ed4e99c 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:47:46,948][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:47:46,953][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.HotSearchTest]: using defaults. -[DEBUG][2015-08-28 11:47:47,046][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:47:47,047][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:47:47,050][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:47:47,051][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:47:47,054][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:47:47,055][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:47:47,063][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:47:47,064][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:47:47,070][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@59fd01f7 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:47:47,071][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@59fd01f7 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:47:47,371][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:47:47,375][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:47,380][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:47,380][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:47:47,396][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:47:47,397][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:47,398][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:47,398][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-28 11:47:47,419][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-28 11:47:47,477][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-28 11:47:47,572][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-28 11:47:47,588][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:47:47,593][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:47:47,715][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:47:47,732][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:47:47,757][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-28 11:47:47,795][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:47:47,899][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:47:47,899][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:47:47,911][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:47:47,987][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:47:47,987][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:47:47,994][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:47:48,032][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:47:48,036][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:47:48,037][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:47:48,039][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:47:48,045][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:47:48,048][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:47:48,050][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:47:48,051][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:47:48,052][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:47:48,054][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:47:48,066][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:47:48,076][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 16 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-28 11:47:48,076][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-28 11:47:48,081][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-28 11:47:48,088][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:47:48,141][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:47:48,170][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:47:48,185][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:47:48,202][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-28 11:47:48,203][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-28 11:47:48,219][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:47:48,306][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-28 11:47:48,314][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@1a21a14e: startup date [Fri Aug 28 11:47:48 CST 2015]; root of context hierarchy -[DEBUG][2015-08-28 11:47:48,314][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@1a21a14e: org.springframework.beans.factory.support.DefaultListableBeanFactory@260304b: 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:47:48,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:47:48,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:47:48,474][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:47:48,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:47:48,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:47:48,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:47:48,481][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:47:48,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:47:48,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:47:48,783][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:47:48,784][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:48,785][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:48,785][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:47:48,789][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:47:48,790][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:47:48,801][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:47:48,803][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:47:48,804][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:47:48,805][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:47:48,807][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:47:48,808][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:47:48,809][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:47:48,810][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:47:48,811][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:47:48,811][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:47:48,812][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:47:48,813][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:47:48,813][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:47:48,814][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:47:48,815][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:47:48,815][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:47:48,816][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:47:48,817][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:47:48,822][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-28 11:47:48,826][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-28 11:47:48,827][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-28 11:47:48,827][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-28 11:47:48,827][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-28 11:47:48,827][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-28 11:47:48,827][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-28 11:47:48,827][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-28 11:47:48,827][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-08-28 11:47:48,828][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-28 11:47:48,828][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-28 11:47:48,828][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-28 11:47:48,828][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-28 11:47:48,828][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-28 11:47:48,828][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-28 11:47:48,829][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-28 11:47:48,829][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-28 11:47:48,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:47:48,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:47:48,845][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:47:48,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-28 11:47:48,866][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-28 11:47:48,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:47:48,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:47:48,890][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:47:48,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:47:48,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:47:48,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:47:48,892][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:47:48,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:47:48,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:47:48,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:47:48,905][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:47:48,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:47:48,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:47:48,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:47:48,907][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:47:48,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:47:48,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:47:48,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:47:48,933][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:47:48,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:47:48,994][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:47:49,000][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:47:49,021][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@260304b: 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:47:49,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:47:49,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:47:49,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:47:49,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:47:49,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:47:49,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:47:49,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-28 11:47:49,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,032][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:47:49,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-28 11:47:49,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-28 11:47:49,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,067][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:47:49,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-28 11:47:49,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,099][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:47:49,101][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:49,101][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:49,101][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:47:49,103][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:47:49,103][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:49,104][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:49,104][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:47:49,105][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:47:49,107][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:49,107][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:49,108][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:47:49,114][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:47:49,115][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:49,116][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:49,116][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:47:49,120][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:47:49,121][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:49,121][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:49,121][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:47:49,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-28 11:47:49,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,624][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:47:49,664][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:47:49,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:49,665][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:47:49,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:47:49,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:47:49,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,682][org.springframework.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:47:49,682][org.springframework.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:47:49,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:49,697][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:47:49,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,778][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-28 11:47:49,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:47:49,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-28 11:47:49,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-08-28 11:47:49,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-08-28 11:47:49,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:49,799][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:47:49,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,835][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:47:49,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-28 11:47:49,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-28 11:47:49,838][org.springframework.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:47:49,838][org.springframework.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:47:49,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:49,838][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:47:49,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,842][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:47:49,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:47:49,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-28 11:47:49,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-08-28 11:47:49,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-08-28 11:47:49,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:49,845][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:47:49,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,849][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:47:49,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:47:49,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-28 11:47:49,850][org.springframework.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:47:49,850][org.springframework.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:47:49,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:49,851][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:47:49,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,855][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:47:49,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,858][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:47:49,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:47:49,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:47:49,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-08-28 11:47:49,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-08-28 11:47:49,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:49,860][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:47:49,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,864][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:47:49,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:47:49,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-28 11:47:49,865][org.springframework.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:47:49,865][org.springframework.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:47:49,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:49,865][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:47:49,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,870][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:47:49,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:47:49,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:47:49,871][org.springframework.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:47:49,871][org.springframework.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:47:49,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:49,872][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:47:49,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,877][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:47:49,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:47:49,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:47:49,878][org.springframework.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:47:49,878][org.springframework.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:47:49,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:49,878][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:47:49,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,883][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:47:49,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:47:49,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-28 11:47:49,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-08-28 11:47:49,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.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:47:49,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:49,885][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:47:49,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,889][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:47:49,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:47:49,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-28 11:47:49,892][org.springframework.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:47:49,892][org.springframework.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:47:49,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:49,893][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:47:49,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,896][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:47:49,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:47:49,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:47:49,898][org.springframework.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:47:49,898][org.springframework.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:47:49,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:49,898][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:47:49,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,901][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:47:49,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:47:49,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-28 11:47:49,902][org.springframework.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:47:49,902][org.springframework.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:47:49,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:49,903][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:47:49,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,907][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:47:49,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:47:49,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:47:49,908][org.springframework.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:47:49,908][org.springframework.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:47:49,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:49,909][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:47:49,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,912][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:47:49,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:47:49,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-28 11:47:49,913][org.springframework.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:47:49,914][org.springframework.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:47:49,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:49,914][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:47:49,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,919][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:47:49,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:47:49,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-28 11:47:49,925][org.springframework.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:47:49,925][org.springframework.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:47:49,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:49,926][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:47:49,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,934][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:47:49,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:47:49,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-28 11:47:49,935][org.springframework.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:47:49,936][org.springframework.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:47:49,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:49,937][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:47:49,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:49,944][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:47:49,945][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:47:49,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:49,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:49,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:49,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:47:49,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-28 11:47:49,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:49,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:50,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:50,189][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:47:50,190][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:50,190][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:50,190][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:47:50,191][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:47:50,192][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:50,192][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:50,192][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:47:50,193][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:47:50,194][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:50,194][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:50,194][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:47:50,195][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:47:50,196][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:50,196][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:50,197][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:47:50,199][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:47:50,199][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:50,199][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:47:50,200][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-28 11:47:50,209][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-28 11:47:50,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-28 11:47:50,466][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-28 11:47:50,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:50,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:50,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:50,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:50,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-28 11:47:50,697][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:47:50,698][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:47:50,704][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:47:50,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:50,967][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-28 11:47:50,967][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-28 11:47:50,969][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-28 11:47:50,971][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-28 11:47:50,972][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-28 11:47:50,973][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:47:50,973][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:47:51,122][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-28 11:47:51,123][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-28 11:47:51,124][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-28 11:47:51,125][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-28 11:47:51,125][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-28 11:47:51,126][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-28 11:47:51,127][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-28 11:47:51,128][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-28 11:47:51,129][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-28 11:47:51,129][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-28 11:47:51,130][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-28 11:47:51,130][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-28 11:47:51,131][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-28 11:47:51,132][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-28 11:47:51,133][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-28 11:47:51,134][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-28 11:47:51,135][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-08-28 11:47:51,136][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-28 11:47:51,136][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-28 11:47:51,137][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-28 11:47:51,138][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-28 11:47:51,138][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-28 11:47:51,139][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-28 11:47:51,139][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-28 11:47:51,140][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-28 11:47:51,141][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-28 11:47:51,142][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-28 11:47:51,142][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-28 11:47:51,143][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-28 11:47:51,144][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-28 11:47:51,145][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-28 11:47:51,145][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-28 11:47:51,146][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-28 11:47:51,146][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-28 11:47:51,147][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:47:51,165][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:47:51,165][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:47:51,169][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-28 11:47:51,170][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:47:51,171][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:47:51,172][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:47:51,173][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:47:51,173][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:47:51,174][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:47:51,175][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:47:51,175][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:47:51,176][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:47:51,178][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:47:51,178][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:47:51,179][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:47:51,181][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:47:51,181][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:47:51,182][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:47:51,183][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:47:51,183][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:47:51,184][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:47:51,185][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:47:51,186][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:47:51,186][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:47:51,187][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:47:51,187][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:47:51,188][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-28 11:47:51,190][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:47:51,190][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:47:51,191][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-28 11:47:51,192][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:47:51,192][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:47:51,195][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:47:51,196][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:47:51,197][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:47:51,198][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-28 11:47:51,198][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:47:51,199][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:47:51,200][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:47:51,201][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:47:51,201][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:47:51,202][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:47:51,203][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:47:51,203][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:47:51,204][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:47:51,205][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:47:51,205][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:47:51,206][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-28 11:47:51,207][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:47:51,208][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:47:51,208][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:47:51,209][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:47:51,210][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:47:51,211][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:47:51,213][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:47:51,213][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:47:51,215][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:47:51,216][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:47:51,216][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:47:51,218][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-28 11:47:51,219][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:47:51,219][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:47:51,220][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-28 11:47:51,221][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:47:51,221][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:47:51,222][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:47:51,229][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:47:51,230][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:47:51,234][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:47:51,238][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:47:51,240][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:47:51,244][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:47:51,249][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:47:51,250][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:47:51,252][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-28 11:47:51,257][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:47:51,258][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:47:51,260][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:47:51,264][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:47:51,265][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:47:51,268][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:47:51,270][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:47:51,271][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:47:51,272][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:47:51,276][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:47:51,277][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:47:51,278][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:47:51,280][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:47:51,281][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:47:51,284][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:47:51,286][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:47:51,288][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:47:51,291][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-28 11:47:51,295][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:47:51,309][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:47:51,310][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-28 11:47:51,312][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:47:51,312][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:47:51,314][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:47:51,315][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:47:51,316][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:47:51,316][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-28 11:47:51,318][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:47:51,321][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:47:51,321][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:47:51,321][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:47:51,323][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:47:51,323][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:47:51,323][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:47:51,324][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:47:51,326][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:47:51,328][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:47:51,329][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:47:51,331][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:47:51,332][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:47:51,334][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:47:51,338][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:47:51,338][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:47:51,340][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:47:51,341][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:47:51,342][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:47:51,344][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:47:51,345][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:47:51,347][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:47:51,348][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:47:51,350][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:47:51,353][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:47:51,353][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:47:51,354][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:47:51,356][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:47:51,357][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:47:51,359][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:47:51,360][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:47:51,362][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:47:51,364][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:47:51,366][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:47:51,397][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-28 11:47:53,320][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:47:53,382][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:47:53,474][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:47:53,534][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:47:53,647][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:47:53,728][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:47:53,872][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:47:53,963][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:47:54,024][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:47:54,080][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:47:54,291][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:47:54,344][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:47:54,411][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:47:54,467][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:47:54,536][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:47:54,576][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:47:54,689][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:47:54,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:54,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:54,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:54,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:54,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-28 11:47:54,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-28 11:47:54,739][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:47:54,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:54,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-28 11:47:54,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-28 11:47:54,741][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:47:54,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:54,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-28 11:47:54,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-28 11:47:54,742][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:47:54,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:54,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-28 11:47:54,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:47:54,744][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:47:54,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:54,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-28 11:47:54,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-28 11:47:54,746][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:47:54,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:54,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-28 11:47:54,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:47:54,747][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:47:54,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:54,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-28 11:47:54,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-28 11:47:54,749][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:47:54,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:54,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-28 11:47:54,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-28 11:47:54,750][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:47:54,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:54,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-08-28 11:47:54,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:47:54,751][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:47:54,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:54,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-28 11:47:54,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:47:54,752][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:47:54,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:54,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-28 11:47:54,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-28 11:47:54,753][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:47:54,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:54,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-28 11:47:54,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:47:54,755][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:47:54,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:54,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-28 11:47:54,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-28 11:47:54,756][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:47:54,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:54,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-28 11:47:54,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-28 11:47:54,758][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:47:54,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:54,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-28 11:47:54,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-28 11:47:54,759][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:47:54,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:54,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-28 11:47:54,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-28 11:47:54,764][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:47:54,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:54,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-28 11:47:54,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:47:54,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:54,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:54,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:54,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:54,786][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:47:54,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:47:54,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:54,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:54,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:54,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:54,814][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-28 11:47:54,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:54,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:54,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:54,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:54,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:47:54,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:47:54,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:54,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:47:54,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:47:54,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:54,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:54,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:54,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:47:54,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-28 11:47:54,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:54,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:54,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:54,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:54,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:47:54,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:47:54,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:54,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:54,889][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:47:54,889][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:47:54,890][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:47:54,890][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:47:54,890][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:47:54,890][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:47:54,890][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:47:54,891][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:47:54,891][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:47:54,891][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:47:54,891][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:47:54,891][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:47:54,892][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:47:54,892][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:47:54,892][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:47:54,892][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:47:54,892][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:47:54,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:54,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:54,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:54,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:54,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:47:54,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-28 11:47:54,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:47:54,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:47:54,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:47:54,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:54,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:47:54,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:47:54,953][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:47:54,956][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@2d81ec3b] -[DEBUG][2015-08-28 11:47:54,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-28 11:47:54,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:47:54,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:47:54,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:54,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:54,985][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:47:54,985][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:47:54,985][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:47:54,985][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:47:54,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:54,986][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:47:54,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:47:54,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:54,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:54,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:54,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:54,999][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-28 11:47:55,000][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:47:55,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:47:55,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,025][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-28 11:47:55,026][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:47:55,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:47:55,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,047][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-28 11:47:55,047][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:47:55,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:47:55,049][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-28 11:47:55,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,051][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:47:55,051][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@6518f621] -[DEBUG][2015-08-28 11:47:55,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:47:55,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:47:55,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:47:55,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,067][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:47:55,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:55,076][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:47:55,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:47:55,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,088][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:47:55,088][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@f5ca1bd] -[DEBUG][2015-08-28 11:47:55,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:47:55,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-28 11:47:55,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:47:55,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,100][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:47:55,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:55,100][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:47:55,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:47:55,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,105][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,105][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,105][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,111][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-28 11:47:55,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,112][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:47:55,113][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@6930ac20] -[DEBUG][2015-08-28 11:47:55,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:47:55,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:47:55,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:47:55,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,134][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:47:55,134][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:47:55,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:55,135][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:47:55,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:47:55,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,177][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-28 11:47:55,178][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:47:55,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:47:55,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,189][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-28 11:47:55,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,192][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:47:55,193][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@ed2bc5a] -[DEBUG][2015-08-28 11:47:55,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:47:55,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-28 11:47:55,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:47:55,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,216][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:47:55,217][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:47:55,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:55,217][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:47:55,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:47:55,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,232][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-28 11:47:55,232][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:47:55,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:47:55,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,243][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-28 11:47:55,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,245][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:47:55,245][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@335fbef1] -[DEBUG][2015-08-28 11:47:55,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:47:55,252][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-28 11:47:55,252][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-28 11:47:55,252][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,252][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,252][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:55,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,260][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:47:55,260][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@3d2b2db6] -[DEBUG][2015-08-28 11:47:55,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-28 11:47:55,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:47:55,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:47:55,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:55,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,279][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:47:55,279][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@480f9510] -[DEBUG][2015-08-28 11:47:55,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:47:55,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-28 11:47:55,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:47:55,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,291][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:47:55,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:55,291][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:47:55,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:47:55,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,303][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-28 11:47:55,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,304][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:47:55,305][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@3b1f1f5] -[DEBUG][2015-08-28 11:47:55,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:47:55,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-28 11:47:55,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:47:55,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,319][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:47:55,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:55,319][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:47:55,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:47:55,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,327][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-28 11:47:55,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,329][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:47:55,329][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@4d62193b] -[DEBUG][2015-08-28 11:47:55,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:47:55,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:47:55,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-28 11:47:55,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,349][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:47:55,349][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:47:55,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:47:55,349][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:47:55,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:47:55,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,354][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,354][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,359][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-28 11:47:55,359][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:47:55,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:47:55,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,380][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-28 11:47:55,381][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,381][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,381][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,382][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:47:55,383][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@36a9ac09] -[DEBUG][2015-08-28 11:47:55,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-28 11:47:55,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:47:55,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:55,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:47:55,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:47:55,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:47:55,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:47:55,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:47:55,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:47:55,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:47:55,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-28 11:47:55,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:47:55,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:47:55,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:47:55,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:47:55,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:47:55,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:47:55,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:47:55,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:47:55,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:47:55,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:47:55,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:47:55,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:47:55,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:47:55,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:47:55,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:47:55,400][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4789faf3] -[DEBUG][2015-08-28 11:47:55,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-28 11:47:55,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:55,408][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-28 11:47:55,409][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-28 11:47:55,409][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-28 11:47:55,410][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.HotSearchTest] in cache under key [[MergedContextConfiguration@59fd01f7 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:47:55,412][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@28686dab testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@5ff80a46, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@59fd01f7 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:47:55,412][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.HotSearchTest] from cache with key [[MergedContextConfiguration@59fd01f7 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:47:55,417][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:47:55,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:47:55,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:47:55,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:47:55,428][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.HotSearchTest] from cache with key [[MergedContextConfiguration@59fd01f7 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:47:55,478][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-28 11:47:55,480][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@28686dab testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@5ff80a46, testMethod = setNot2Display@HotSearchTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@59fd01f7 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:47:55,480][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@28686dab testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@5ff80a46, testMethod = setNot2Display@HotSearchTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@59fd01f7 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:47:55,486][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@28686dab testClass = HotSearchTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@59fd01f7 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:47:55,493][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@1a21a14e: startup date [Fri Aug 28 11:47:48 CST 2015]; root of context hierarchy -[DEBUG][2015-08-28 11:47:55,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:47:55,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-28 11:47:55,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@260304b: 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:47:55,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '/hotSearchService': [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:47:55,497][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:47:55,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-28 11:47:55,499][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[INFO][2015-08-28 11:47:55,510][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-28 11:48:25,952][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.HotSearchTest]. -[DEBUG][2015-08-28 11:48:26,053][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@45f96cf3 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:48:26,060][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:48:26,065][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.HotSearchTest]: using defaults. -[DEBUG][2015-08-28 11:48:26,149][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:48:26,150][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:48:26,154][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:48:26,155][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:48:26,158][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:48:26,158][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:48:26,168][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:48:26,169][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:48:26,175][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:48:26,176][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:48:26,457][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:48:26,461][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:26,466][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:26,467][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:48:26,482][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:48:26,482][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:26,482][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:26,483][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-28 11:48:26,505][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-28 11:48:26,563][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-28 11:48:26,649][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-28 11:48:26,665][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:48:26,669][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:48:26,824][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:48:26,840][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:48:26,862][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-28 11:48:26,898][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:48:27,002][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:48:27,003][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:48:27,015][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:48:27,084][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:48:27,085][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:48:27,091][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:48:27,124][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:48:27,127][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:48:27,129][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:48:27,130][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:48:27,136][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:48:27,140][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:48:27,141][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:48:27,142][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:48:27,144][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:48:27,145][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:48:27,156][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:48:27,166][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 16 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-28 11:48:27,166][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-28 11:48:27,171][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-28 11:48:27,174][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:48:27,224][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:48:27,254][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:48:27,269][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:48:27,287][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-28 11:48:27,288][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-28 11:48:27,303][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:48:27,386][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-28 11:48:27,394][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@3bcd288e: startup date [Fri Aug 28 11:48:27 CST 2015]; root of context hierarchy -[DEBUG][2015-08-28 11:48:27,395][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@3bcd288e: org.springframework.beans.factory.support.DefaultListableBeanFactory@79028d24: 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:48:27,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:48:27,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:48:27,551][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:48:27,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:48:27,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:48:27,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:48:27,558][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:48:27,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:48:27,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:48:27,793][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:48:27,793][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:27,794][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:27,794][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:48:27,799][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:48:27,800][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:48:27,808][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:48:27,810][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:48:27,811][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:48:27,811][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:48:27,812][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:48:27,813][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:48:27,814][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:48:27,815][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:48:27,815][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:48:27,816][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:48:27,816][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:48:27,818][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:48:27,819][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:48:27,819][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:48:27,821][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:48:27,823][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:48:27,824][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:48:27,825][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:48:27,829][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-28 11:48:27,832][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-28 11:48:27,832][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-28 11:48:27,832][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-28 11:48:27,832][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-28 11:48:27,833][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-28 11:48:27,833][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-28 11:48:27,833][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-28 11:48:27,833][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-08-28 11:48:27,833][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-28 11:48:27,833][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-28 11:48:27,834][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-28 11:48:27,834][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-28 11:48:27,834][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-28 11:48:27,834][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-28 11:48:27,834][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-28 11:48:27,834][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-28 11:48:27,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:48:27,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:48:27,847][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:48:27,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-28 11:48:27,871][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-28 11:48:27,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:48:27,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:48:27,893][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:48:27,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:48:27,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:48:27,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:48:27,895][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:48:27,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:48:27,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:48:27,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:48:27,910][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:48:27,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:48:27,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:48:27,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:48:27,911][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:48:27,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:48:27,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:48:27,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:48:27,938][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:48:27,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:48:27,990][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6f74748f] -[DEBUG][2015-08-28 11:48:27,999][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1d548012] -[INFO][2015-08-28 11:48:28,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@79028d24: 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:48:28,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:48:28,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:48:28,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:48:28,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:48:28,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:48:28,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:48:28,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-28 11:48:28,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,030][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:48:28,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-28 11:48:28,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-28 11:48:28,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,068][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:48:28,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-28 11:48:28,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,101][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:48:28,102][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:28,102][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:28,103][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:48:28,104][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:48:28,105][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:28,105][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:28,106][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:48:28,107][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:48:28,107][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:28,107][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:28,108][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:48:28,113][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:48:28,113][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:28,114][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:28,114][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:48:28,118][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:48:28,118][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:28,118][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:28,119][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:48:28,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,212][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-28 11:48:28,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,682][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:48:28,716][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:48:28,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:28,717][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:48:28,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:48:28,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:48:28,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,733][org.springframework.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:48:28,733][org.springframework.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:48:28,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:28,749][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:48:28,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,811][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-28 11:48:28,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:48:28,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-28 11:48:28,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-08-28 11:48:28,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-08-28 11:48:28,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:28,827][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:48:28,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,846][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:48:28,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-28 11:48:28,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-28 11:48:28,848][org.springframework.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:48:28,848][org.springframework.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:48:28,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:28,849][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:48:28,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,852][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:48:28,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:48:28,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-28 11:48:28,853][org.springframework.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:48:28,853][org.springframework.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:48:28,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:28,853][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:48:28,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,857][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:48:28,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:48:28,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-28 11:48:28,859][org.springframework.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:48:28,859][org.springframework.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:48:28,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:28,859][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:48:28,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,863][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:48:28,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,864][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:48:28,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:48:28,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:48:28,865][org.springframework.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:48:28,866][org.springframework.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:48:28,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:28,868][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:48:28,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,872][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:48:28,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:48:28,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-28 11:48:28,873][org.springframework.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:48:28,873][org.springframework.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:48:28,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:28,873][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:48:28,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,876][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:48:28,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:48:28,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:48:28,877][org.springframework.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:48:28,878][org.springframework.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:48:28,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:28,878][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:48:28,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,882][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:48:28,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:48:28,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:48:28,883][org.springframework.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:48:28,883][org.springframework.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:48:28,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:28,883][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:48:28,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,888][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:48:28,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:48:28,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-28 11:48:28,889][org.springframework.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:48:28,889][org.springframework.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:48:28,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:28,889][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:48:28,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,892][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:48:28,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:48:28,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-28 11:48:28,893][org.springframework.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:48:28,893][org.springframework.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:48:28,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:28,893][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:48:28,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,898][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:48:28,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:48:28,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:48:28,899][org.springframework.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:48:28,900][org.springframework.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:48:28,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:28,900][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:48:28,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,904][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:48:28,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:48:28,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-28 11:48:28,905][org.springframework.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:48:28,906][org.springframework.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:48:28,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:28,906][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:48:28,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,909][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:48:28,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:48:28,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:48:28,910][org.springframework.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:48:28,910][org.springframework.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:48:28,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:28,910][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:48:28,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,915][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:48:28,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:48:28,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-28 11:48:28,916][org.springframework.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:48:28,917][org.springframework.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:48:28,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:28,917][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:48:28,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,921][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:48:28,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:48:28,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-28 11:48:28,924][org.springframework.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:48:28,924][org.springframework.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:48:28,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:28,924][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:48:28,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,930][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:48:28,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:48:28,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-28 11:48:28,931][org.springframework.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:48:28,932][org.springframework.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:48:28,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:28,932][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:48:28,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:28,935][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:48:28,936][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:48:28,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:28,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:28,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:28,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:48:28,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-28 11:48:28,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:28,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:29,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:29,151][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:48:29,151][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:29,152][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:29,152][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:48:29,153][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:48:29,153][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:29,154][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:29,154][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:48:29,155][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:48:29,156][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:29,156][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:29,156][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:48:29,157][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:48:29,158][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:29,158][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:29,158][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:48:29,159][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:48:29,160][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:29,160][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:48:29,160][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-28 11:48:29,173][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-28 11:48:29,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-28 11:48:29,427][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-28 11:48:29,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:29,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:29,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:29,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:29,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-28 11:48:29,663][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:48:29,664][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:48:29,670][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:48:29,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:29,924][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-28 11:48:29,924][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-28 11:48:29,926][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-28 11:48:29,928][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-28 11:48:29,929][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-28 11:48:29,930][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:48:29,931][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:48:30,080][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-28 11:48:30,081][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-28 11:48:30,082][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-28 11:48:30,083][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-28 11:48:30,083][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-28 11:48:30,084][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-28 11:48:30,085][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-28 11:48:30,085][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-28 11:48:30,086][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-28 11:48:30,086][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-28 11:48:30,087][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-28 11:48:30,088][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-28 11:48:30,089][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-28 11:48:30,089][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-28 11:48:30,090][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-28 11:48:30,091][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-28 11:48:30,091][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-08-28 11:48:30,092][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-28 11:48:30,092][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-28 11:48:30,093][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-28 11:48:30,093][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-28 11:48:30,094][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-28 11:48:30,095][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-28 11:48:30,095][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-28 11:48:30,096][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-28 11:48:30,096][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-28 11:48:30,097][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-28 11:48:30,098][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-28 11:48:30,098][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-28 11:48:30,099][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-28 11:48:30,099][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-28 11:48:30,100][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-28 11:48:30,100][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-28 11:48:30,101][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-28 11:48:30,102][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:48:30,102][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:48:30,102][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:48:30,103][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-28 11:48:30,104][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:48:30,104][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:48:30,105][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:48:30,106][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:48:30,106][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:48:30,107][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:48:30,109][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:48:30,109][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:48:30,110][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:48:30,111][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:48:30,111][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:48:30,130][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:48:30,131][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:48:30,132][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:48:30,132][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:48:30,134][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:48:30,135][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:48:30,138][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:48:30,139][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:48:30,140][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:48:30,140][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:48:30,141][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:48:30,142][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:48:30,143][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-28 11:48:30,144][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:48:30,144][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:48:30,145][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-28 11:48:30,146][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:48:30,146][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:48:30,149][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:48:30,150][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:48:30,150][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:48:30,151][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-28 11:48:30,152][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:48:30,152][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:48:30,153][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:48:30,155][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:48:30,155][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:48:30,156][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:48:30,157][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:48:30,157][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:48:30,157][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:48:30,158][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:48:30,159][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:48:30,159][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-28 11:48:30,160][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:48:30,160][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:48:30,161][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:48:30,163][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:48:30,163][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:48:30,164][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:48:30,165][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:48:30,165][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:48:30,166][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:48:30,168][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:48:30,168][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:48:30,169][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-28 11:48:30,170][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:48:30,171][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:48:30,172][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-28 11:48:30,173][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:48:30,173][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:48:30,174][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:48:30,175][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:48:30,176][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:48:30,178][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:48:30,179][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:48:30,179][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:48:30,182][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:48:30,186][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:48:30,187][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:48:30,188][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-28 11:48:30,189][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:48:30,189][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:48:30,190][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:48:30,191][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:48:30,191][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:48:30,192][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:48:30,193][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:48:30,193][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:48:30,194][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:48:30,194][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:48:30,195][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:48:30,196][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:48:30,197][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:48:30,197][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:48:30,198][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:48:30,199][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:48:30,200][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:48:30,200][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-28 11:48:30,201][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:48:30,202][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:48:30,202][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-28 11:48:30,204][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:48:30,204][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:48:30,205][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:48:30,206][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:48:30,207][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:48:30,207][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-28 11:48:30,208][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:48:30,210][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:48:30,211][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:48:30,211][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:48:30,212][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:48:30,213][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:48:30,213][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:48:30,214][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:48:30,216][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:48:30,217][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:48:30,219][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:48:30,221][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:48:30,222][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:48:30,224][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:48:30,226][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:48:30,226][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:48:30,227][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:48:30,228][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:48:30,230][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:48:30,232][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:48:30,233][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:48:30,235][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:48:30,237][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:48:30,239][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:48:30,242][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:48:30,242][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:48:30,243][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:48:30,245][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:48:30,246][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:48:30,248][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:48:30,249][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:48:30,251][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:48:30,252][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:48:30,254][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:48:30,283][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-28 11:48:31,498][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:48:31,564][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:48:31,652][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:48:31,703][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:48:31,798][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:48:31,871][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:48:32,017][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:48:32,109][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:48:32,170][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:48:32,227][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:48:32,435][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:48:32,490][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:48:32,555][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:48:32,612][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:48:32,678][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:48:32,728][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:48:32,840][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:48:32,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:32,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:32,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:32,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:32,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:32,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:32,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:32,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:32,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:32,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-28 11:48:32,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-28 11:48:32,887][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:48:32,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:32,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-28 11:48:32,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-28 11:48:32,888][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:48:32,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:32,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-28 11:48:32,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-28 11:48:32,889][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:48:32,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:32,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-28 11:48:32,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:48:32,891][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:48:32,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:32,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-28 11:48:32,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-28 11:48:32,892][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:48:32,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:32,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-28 11:48:32,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:48:32,894][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:48:32,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:32,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-28 11:48:32,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-28 11:48:32,895][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:48:32,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:32,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-28 11:48:32,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-28 11:48:32,896][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:48:32,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:32,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-08-28 11:48:32,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:48:32,899][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:48:32,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:32,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-28 11:48:32,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:48:32,901][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:48:32,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:32,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-28 11:48:32,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-28 11:48:32,903][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:48:32,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:32,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-28 11:48:32,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:48:32,904][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:48:32,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:32,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-28 11:48:32,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-28 11:48:32,905][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:48:32,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:32,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-28 11:48:32,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-28 11:48:32,908][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:48:32,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:32,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-28 11:48:32,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-28 11:48:32,909][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:48:32,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:32,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-28 11:48:32,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-28 11:48:32,915][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:48:32,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:32,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-28 11:48:32,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:48:32,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:32,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:32,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:32,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:32,945][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:48:32,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:48:32,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:32,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:32,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:32,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:32,974][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-28 11:48:32,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:32,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:32,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:32,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:32,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:48:32,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:48:32,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:32,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:48:32,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:48:32,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:32,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:33,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:48:33,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-28 11:48:33,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:48:33,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:48:33,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,056][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:48:33,056][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:48:33,056][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:48:33,057][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:48:33,057][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:48:33,057][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:48:33,057][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:48:33,057][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:48:33,057][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:48:33,058][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:48:33,058][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:48:33,058][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:48:33,058][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:48:33,058][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:48:33,058][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:48:33,059][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:48:33,059][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:48:33,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:48:33,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-28 11:48:33,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:48:33,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:48:33,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:48:33,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:33,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:48:33,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:48:33,112][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:48:33,115][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:48:33,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-28 11:48:33,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:48:33,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:48:33,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,142][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:48:33,142][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:48:33,142][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:48:33,142][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:48:33,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:33,143][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:48:33,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:48:33,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,157][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-28 11:48:33,157][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:48:33,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:48:33,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,183][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-28 11:48:33,184][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:48:33,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:48:33,185][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-28 11:48:33,185][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:48:33,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:48:33,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,201][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-28 11:48:33,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,202][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:48:33,202][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:48:33,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:48:33,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:48:33,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:48:33,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,219][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:48:33,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:33,230][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:48:33,231][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:48:33,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,244][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:48:33,244][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:48:33,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:48:33,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-28 11:48:33,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:48:33,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,256][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:48:33,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:33,256][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:48:33,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:48:33,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,267][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-28 11:48:33,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,268][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:48:33,268][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:48:33,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:48:33,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:48:33,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:48:33,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,287][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:48:33,287][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:48:33,288][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:33,288][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:48:33,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:48:33,299][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,323][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-28 11:48:33,324][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:48:33,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:48:33,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,333][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-28 11:48:33,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,335][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:48:33,335][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:48:33,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:48:33,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-28 11:48:33,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:48:33,350][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,350][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,357][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:48:33,357][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:48:33,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:33,357][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:48:33,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:48:33,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,368][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-28 11:48:33,368][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:48:33,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:48:33,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,377][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-28 11:48:33,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,379][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:48:33,379][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:48:33,385][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:48:33,385][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-28 11:48:33,385][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-28 11:48:33,385][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,386][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,386][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:33,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,391][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:48:33,391][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:48:33,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-28 11:48:33,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:48:33,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:48:33,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:33,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,407][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:48:33,407][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:48:33,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:48:33,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-28 11:48:33,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:48:33,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,419][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:48:33,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:33,420][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:48:33,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:48:33,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,433][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-28 11:48:33,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,435][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:48:33,436][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:48:33,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:48:33,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-28 11:48:33,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:48:33,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,451][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:48:33,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:33,451][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:48:33,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:48:33,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,458][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-28 11:48:33,458][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,458][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,460][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:48:33,460][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:48:33,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:48:33,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:48:33,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-28 11:48:33,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,478][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:48:33,479][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:48:33,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:48:33,479][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:48:33,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:48:33,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,487][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-28 11:48:33,487][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:48:33,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:48:33,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,512][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-28 11:48:33,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,516][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:48:33,516][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:48:33,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-28 11:48:33,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:48:33,527][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:33,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:48:33,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:48:33,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:48:33,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:48:33,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:48:33,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:48:33,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:48:33,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-28 11:48:33,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:48:33,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:48:33,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:48:33,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:48:33,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:48:33,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:48:33,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:48:33,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:48:33,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:48:33,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:48:33,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:48:33,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:48:33,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:48:33,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:48:33,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:48:33,536][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:48:33,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-28 11:48:33,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:33,547][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-28 11:48:33,547][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-28 11:48:33,548][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-28 11:48:33,549][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:48:33,551][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:48:33,552][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:48:33,558][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:48:33,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:48:33,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:48:33,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:48:33,566][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:48:33,611][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-28 11:48:33,612][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:48:33,613][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:48:33,618][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:48:33,622][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@3bcd288e: startup date [Fri Aug 28 11:48:27 CST 2015]; root of context hierarchy -[DEBUG][2015-08-28 11:48:33,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:48:33,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-28 11:48:33,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@79028d24: 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:48:33,625][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '/hotSearchService': [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:48:33,626][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:48:33,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-28 11:48:33,627][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[INFO][2015-08-28 11:48:33,635][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-28 11:49:51,088][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.HotSearchTest]. -[DEBUG][2015-08-28 11:49:51,193][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:49:51,200][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:49:51,206][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.HotSearchTest]: using defaults. -[DEBUG][2015-08-28 11:49:51,300][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:49:51,301][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:49:51,307][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:49:51,307][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:49:51,309][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:49:51,310][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:49:51,317][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:49:51,317][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:49:51,325][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:49:51,326][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:49:51,639][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:49:51,642][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:51,647][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:51,647][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:49:51,661][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:49:51,662][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:51,662][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:51,663][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-28 11:49:51,685][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-28 11:49:51,743][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-28 11:49:51,837][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-28 11:49:51,851][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:49:51,857][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:49:51,978][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:49:52,000][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:49:52,027][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-28 11:49:52,064][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:49:52,170][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:49:52,171][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:49:52,184][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:49:52,260][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:49:52,261][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:49:52,267][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:49:52,300][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:49:52,304][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:49:52,306][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:49:52,307][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:49:52,313][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:49:52,317][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:49:52,318][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:49:52,320][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:49:52,321][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:49:52,324][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:49:52,337][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:49:52,346][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 16 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-28 11:49:52,346][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-28 11:49:52,349][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-28 11:49:52,355][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:49:52,415][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:49:52,441][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:49:52,455][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:49:52,473][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-28 11:49:52,474][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-28 11:49:52,489][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:49:52,581][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-28 11:49:52,590][org.springframework.context.support.GenericApplicationContext]Refreshing 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:52,590][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@3bcd288e: 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]; root of factory hierarchy -[DEBUG][2015-08-28 11:49:52,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:49:52,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:49:52,744][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:49:52,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:49:52,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:49:52,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:49:52,751][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:49:52,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:49:52,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:49:53,053][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:49:53,053][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:53,053][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:53,054][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:49:53,061][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:49:53,062][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:49:53,071][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:49:53,072][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:49:53,076][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:49:53,077][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:49:53,079][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:49:53,080][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:49:53,082][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:49:53,084][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:49:53,087][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:49:53,089][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:49:53,090][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:49:53,091][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:49:53,092][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:49:53,093][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:49:53,094][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:49:53,095][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:49:53,095][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:49:53,096][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:49:53,100][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-28 11:49:53,108][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-28 11:49:53,109][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-28 11:49:53,109][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-28 11:49:53,109][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-28 11:49:53,109][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-28 11:49:53,109][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-28 11:49:53,109][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-28 11:49:53,109][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-08-28 11:49:53,110][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-28 11:49:53,110][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-28 11:49:53,111][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-28 11:49:53,111][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-28 11:49:53,111][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-28 11:49:53,111][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-28 11:49:53,111][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-28 11:49:53,111][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-28 11:49:53,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:49:53,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:49:53,127][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:49:53,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-28 11:49:53,157][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-28 11:49:53,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:49:53,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:49:53,184][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:49:53,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:49:53,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:49:53,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:49:53,187][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:49:53,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:49:53,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:49:53,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:49:53,204][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:49:53,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:49:53,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:49:53,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:49:53,206][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:49:53,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:49:53,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:49:53,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:49:53,235][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:49:53,288][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:49:53,297][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5f3591e8] -[DEBUG][2015-08-28 11:49:53,303][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@27882f93] -[INFO][2015-08-28 11:49:53,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating 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:53,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:49:53,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:49:53,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:49:53,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:49:53,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:49:53,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:49:53,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-28 11:49:53,330][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:53,330][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:53,333][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:49:53,350][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-28 11:49:53,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-28 11:49:53,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:53,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:53,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:53,370][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:49:53,370][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-28 11:49:53,370][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:53,399][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:49:53,400][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:53,400][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:53,401][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:49:53,405][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:49:53,405][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:53,406][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:53,406][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:49:53,407][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:49:53,408][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:53,408][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:53,408][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:49:53,416][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:49:53,417][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:53,418][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:53,418][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:49:53,420][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:49:53,421][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:53,421][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:53,422][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:49:53,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:53,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:53,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-28 11:49:53,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:53,923][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:49:53,959][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:49:53,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:53,959][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:49:53,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:49:53,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:49:53,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:53,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:53,975][org.springframework.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:49:53,975][org.springframework.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:49:53,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:53,990][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:49:54,026][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:49:54,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,083][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-28 11:49:54,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:49:54,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-28 11:49:54,098][org.springframework.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:49:54,098][org.springframework.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:49:54,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:54,099][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:49:54,099][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:49:54,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,119][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:49:54,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,119][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-28 11:49:54,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-28 11:49:54,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-08-28 11:49:54,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-08-28 11:49:54,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:54,120][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:49:54,121][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:49:54,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:54,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:54,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:54,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,124][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:49:54,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:49:54,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-28 11:49:54,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-08-28 11:49:54,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-08-28 11:49:54,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:54,125][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:49:54,125][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:49:54,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,129][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:49:54,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:49:54,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-28 11:49:54,132][org.springframework.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:49:54,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-08-28 11:49:54,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:54,133][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:49:54,133][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:49:54,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:54,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:54,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:54,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:54,136][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:49:54,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,138][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:49:54,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:49:54,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:49:54,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-08-28 11:49:54,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-08-28 11:49:54,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:54,139][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:49:54,140][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:49:54,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,143][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:49:54,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:49:54,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-28 11:49:54,144][org.springframework.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:49:54,144][org.springframework.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:49:54,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:54,144][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:49:54,145][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:49:54,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:54,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,149][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:49:54,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:49:54,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:49:54,150][org.springframework.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:49:54,150][org.springframework.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:49:54,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:54,151][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:49:54,151][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:49:54,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,154][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:49:54,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:49:54,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:49:54,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-08-28 11:49:54,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.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:49:54,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:54,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-08-28 11:49:54,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-08-28 11:49:54,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,159][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:49:54,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:49:54,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-28 11:49:54,160][org.springframework.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:49:54,160][org.springframework.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:49:54,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:54,160][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:49:54,161][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:49:54,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,164][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:49:54,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:49:54,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-28 11:49:54,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-08-28 11:49:54,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.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:49:54,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:54,166][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:49:54,166][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:49:54,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,169][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:49:54,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:49:54,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:49:54,171][org.springframework.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:49:54,171][org.springframework.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:49:54,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:54,171][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:49:54,171][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:49:54,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,174][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:49:54,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:49:54,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-28 11:49:54,175][org.springframework.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:49:54,175][org.springframework.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:49:54,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:54,176][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:49:54,176][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:49:54,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:54,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:54,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:54,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:54,180][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:49:54,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:49:54,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:49:54,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-08-28 11:49:54,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-08-28 11:49:54,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:54,182][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:49:54,182][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:49:54,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,185][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:49:54,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:49:54,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-28 11:49:54,186][org.springframework.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:49:54,186][org.springframework.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:49:54,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:54,187][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:49:54,187][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:49:54,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,190][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:49:54,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:49:54,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-28 11:49:54,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-08-28 11:49:54,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-08-28 11:49:54,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:54,193][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:49:54,193][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:49:54,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,197][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:49:54,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:49:54,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-28 11:49:54,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-08-28 11:49:54,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-08-28 11:49:54,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:54,198][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:49:54,199][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:49:54,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,202][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:49:54,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:54,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:54,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:54,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:49:54,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-28 11:49:54,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:54,409][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:49:54,410][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:54,410][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:54,410][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:49:54,412][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:49:54,412][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:54,412][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:54,413][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:49:54,414][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:49:54,414][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:54,414][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:54,415][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:49:54,416][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:49:54,416][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:54,416][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:54,417][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:49:54,418][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:49:54,418][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:54,418][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:49:54,419][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-28 11:49:54,431][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-28 11:49:54,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-28 11:49:54,689][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-28 11:49:54,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:54,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:54,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-28 11:49:54,911][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:49:54,912][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:49:54,918][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:49:54,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:55,175][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-28 11:49:55,176][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-28 11:49:55,178][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-28 11:49:55,180][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-28 11:49:55,182][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-28 11:49:55,183][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:49:55,183][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:49:55,332][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-28 11:49:55,333][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-28 11:49:55,334][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-28 11:49:55,334][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-28 11:49:55,335][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-28 11:49:55,337][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-28 11:49:55,337][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-28 11:49:55,338][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-28 11:49:55,339][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-28 11:49:55,340][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-28 11:49:55,340][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-28 11:49:55,341][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-28 11:49:55,407][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-28 11:49:55,407][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-28 11:49:55,408][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-28 11:49:55,408][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-28 11:49:55,409][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-08-28 11:49:55,409][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-28 11:49:55,410][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-28 11:49:55,411][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-28 11:49:55,411][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-28 11:49:55,412][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-28 11:49:55,412][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-28 11:49:55,413][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-28 11:49:55,414][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-28 11:49:55,414][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-28 11:49:55,415][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-28 11:49:55,415][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-28 11:49:55,416][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-28 11:49:55,416][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-28 11:49:55,417][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-28 11:49:55,417][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-28 11:49:55,418][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-28 11:49:55,419][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-28 11:49:55,420][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:49:55,420][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:49:55,420][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:49:55,422][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-28 11:49:55,423][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:49:55,423][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:49:55,424][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:49:55,425][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:49:55,426][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:49:55,426][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:49:55,428][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:49:55,428][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:49:55,450][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:49:55,455][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:49:55,456][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:49:55,458][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:49:55,464][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:49:55,465][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:49:55,466][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:49:55,470][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:49:55,471][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:49:55,472][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:49:55,477][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:49:55,477][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:49:55,479][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:49:55,483][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:49:55,483][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:49:55,485][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-28 11:49:55,490][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:49:55,492][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:49:55,495][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-28 11:49:55,499][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:49:55,499][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:49:55,505][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:49:55,509][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:49:55,509][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:49:55,511][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-28 11:49:55,515][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:49:55,516][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:49:55,518][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:49:55,521][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:49:55,522][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:49:55,523][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:49:55,527][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:49:55,528][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:49:55,530][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:49:55,535][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:49:55,535][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:49:55,537][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-28 11:49:55,539][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:49:55,540][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:49:55,541][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:49:55,543][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:49:55,543][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:49:55,544][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:49:55,545][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:49:55,546][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:49:55,547][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:49:55,549][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:49:55,549][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:49:55,550][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-28 11:49:55,552][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:49:55,552][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:49:55,555][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-28 11:49:55,556][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:49:55,556][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:49:55,557][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:49:55,558][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:49:55,558][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:49:55,559][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:49:55,561][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:49:55,561][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:49:55,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-08-28 11:49:55,564][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:49:55,564][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:49:55,566][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-28 11:49:55,567][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:49:55,567][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:49:55,568][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:49:55,569][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:49:55,569][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:49:55,571][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:49:55,572][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:49:55,572][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:49:55,574][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:49:55,575][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:49:55,575][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:49:55,576][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:49:55,577][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:49:55,578][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:49:55,581][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:49:55,582][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:49:55,582][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:49:55,583][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-28 11:49:55,584][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:49:55,584][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:49:55,585][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-28 11:49:55,586][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:49:55,586][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:49:55,588][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:49:55,589][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:49:55,589][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:49:55,590][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-28 11:49:55,591][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:49:55,593][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:49:55,593][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:49:55,593][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:49:55,595][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:49:55,595][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:49:55,595][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:49:55,597][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:49:55,598][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:49:55,600][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:49:55,601][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:49:55,603][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:49:55,605][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] diff --git a/pom.xml b/pom.xml index 7436cca..69f6c3d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,26 +4,73 @@ com.changyu foryou war - 0.0.1-SNAPSHOT + 1.0.1 foryou http://maven.apache.org + + 1.3.2 + 3.4.0 + 5.1.36 + + + + + + false + + central + bintray + http://jcenter.bintray.com + + + + + + org.springframework.boot + spring-boot-starter-parent + 1.5.2.RELEASE + + + + - org.springframework - spring-test - 3.2.0.RELEASE + org.springframework.boot + spring-boot-starter-web + + + + + + + - org.springframework - spring-webmvc - 3.2.0.RELEASE + org.springframework.boot + spring-boot-starter-actuator + - org.springframework - spring-core - 3.2.0.RELEASE + org.springframework.boot + spring-boot-starter-test + test + + + junit + junit + 4.12 + test + + + + Pingplusplus + pingpp-java + 2.0.10 + jar + + org.mybatis mybatis-spring @@ -34,44 +81,23 @@ mybatis 3.3.0 + com.alibaba druid - 1.0.9 + 1.0.23 mysql mysql-connector-java - 5.1.21 - - - - junit - junit - 4.11 - test - - - org.aspectj - aspectjweaver - 1.7.1 + ${mysql.version} - - com.fasterxml.jackson.core - jackson-databind - 2.5.0 - - - org.codehaus.jackson - jackson-mapper-asl - 1.9.11 - commons-fileupload commons-fileupload - 1.2.2 + 1.3.3 commons-io @@ -79,59 +105,45 @@ 2.3 - - javax.servlet - servlet-api - 3.0-alpha-1 - cn.jpush.api jpush-client 3.2.3 - - log4j - log4j - 1.2.16 - + + + + + - - com.google.code.gson - gson - 2.2.3 - + + + + + - - com.github.fernandospr - javapns-jdk16 - 2.2.1 - - - - org.bouncycastle - bcprov-jdk16 - 1.45 - - - commons-lang - commons-lang - 2.6 - - - - - org.slf4j - slf4j-log4j12 - 1.7.5 - com.alibaba fastjson - 1.1.26 - + 1.2.61 + + foryou + + + org.springframework.boot + spring-boot-maven-plugin + + + maven-compiler-plugin + + 1.8 + 1.8 + + +
diff --git a/src/main/java/com/changyu/foryou/Application.java b/src/main/java/com/changyu/foryou/Application.java new file mode 100644 index 0000000..39b8292 --- /dev/null +++ b/src/main/java/com/changyu/foryou/Application.java @@ -0,0 +1,38 @@ +package com.changyu.foryou; + +import org.springframework.boot.SpringApplication; +import org.springframework.boot.autoconfigure.SpringBootApplication; +import org.springframework.boot.builder.SpringApplicationBuilder; +import org.springframework.boot.web.servlet.MultipartConfigFactory; +import org.springframework.boot.web.support.SpringBootServletInitializer; +import org.springframework.context.annotation.Bean; +import org.springframework.context.annotation.PropertySource; + +import javax.servlet.MultipartConfigElement; + +@SpringBootApplication +@PropertySource("application.properties") +public class Application extends SpringBootServletInitializer { + + @Bean + public MultipartConfigElement multipartConfigElement() { + MultipartConfigFactory factory = new MultipartConfigFactory(); + // 设置文件大小限制 ,超出设置页面会抛出异常信息, + // 这样在文件上传的地方就需要进行异常信息的处理了; + factory.setMaxFileSize("100MB"); // KB,MB + /// 设置总上传数据总大小 + factory.setMaxRequestSize("100MB"); + // Sets the directory location where files will be stored. + // factory.setLocation("路径地址"); + return factory.createMultipartConfig(); + } + + @Override + protected SpringApplicationBuilder configure(SpringApplicationBuilder application) { + return application.sources(Application.class); + } + + public static void main(String[] 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 new file mode 100644 index 0000000..52a9e2d --- /dev/null +++ b/src/main/java/com/changyu/foryou/config/MybatisConfig.java @@ -0,0 +1,92 @@ +package com.changyu.foryou.config; + +import com.alibaba.druid.pool.DruidDataSource; +import org.mybatis.spring.SqlSessionFactoryBean; +import org.mybatis.spring.mapper.MapperScannerConfigurer; +import org.springframework.context.annotation.Bean; +import org.springframework.context.annotation.Configuration; +import org.springframework.core.env.Environment; +import org.springframework.core.io.DefaultResourceLoader; +import org.springframework.core.io.ResourceLoader; +import org.springframework.core.io.support.PathMatchingResourcePatternResolver; +import org.springframework.core.io.support.ResourcePatternResolver; +import org.springframework.jdbc.datasource.DataSourceTransactionManager; +import org.springframework.transaction.annotation.EnableTransactionManagement; + +import com.mysql.jdbc.Driver; + +/** + * Created by zhengzh on 2016/8/17. + */ +@Configuration +@EnableTransactionManagement +public class MybatisConfig { + @Bean(name = "resourceLoader") + public ResourceLoader resourceLoader() { + return new DefaultResourceLoader(); + } + + @Bean(name = "resourcePatternResolver") + public ResourcePatternResolver resourcePatternResolver() { + return new PathMatchingResourcePatternResolver(); + } + + @Bean(name = "dataSource", initMethod = "init", destroyMethod = "close") + public DruidDataSource dataSource(Environment environment) throws Exception { + DruidDataSource druidDataSource = new DruidDataSource(); + druidDataSource.setUsername(environment.getProperty("spring.datasource.username")); + druidDataSource.setPassword(environment.getProperty("spring.datasource.password")); + druidDataSource.setUrl(environment.getProperty("spring.datasource.url")); + druidDataSource.setValidationQuery(environment.getProperty("jdbc.validationQuery")); + druidSettings(druidDataSource); + return druidDataSource; + } + + @Bean(name = "transactionManager") + public DataSourceTransactionManager dataSourceTransactionManager(DruidDataSource dataSource) { + DataSourceTransactionManager dataSourceTransactionManager = new DataSourceTransactionManager(); + dataSourceTransactionManager.setDataSource(dataSource); + return dataSourceTransactionManager; + } + + @Bean + public MapperScannerConfigurer mapperScannerConfigurer(Environment environment) { + MapperScannerConfigurer mapperScannerConfigurer = new MapperScannerConfigurer(); + mapperScannerConfigurer.setBasePackage(environment.getProperty("mybatis.mapper.base.package")); + mapperScannerConfigurer.setSqlSessionFactoryBeanName("sqlSessionFactory"); + return mapperScannerConfigurer; + } + + @Bean(name = "sqlSessionFactory") + public SqlSessionFactoryBean sqlSessionFactoryBean(Environment environment, DruidDataSource dataSource, ResourceLoader resourceLoader, ResourcePatternResolver resourcePatternResolver) throws Exception { + SqlSessionFactoryBean sqlSessionFactoryBean = new SqlSessionFactoryBean(); + sqlSessionFactoryBean.setDataSource(dataSource); + sqlSessionFactoryBean.setMapperLocations(resourcePatternResolver.getResources(environment.getProperty("mybatis.mapper-locations"))); + if (environment.getProperty("mybatis.config-location") != null) { + sqlSessionFactoryBean.setConfigLocation(resourceLoader.getResource(environment.getProperty("mybatis.config-location"))); + } + + sqlSessionFactoryBean.setTypeAliasesPackage(environment.getProperty("mybatis.type-aliases-package")); + return sqlSessionFactoryBean; + } + + private void druidSettings(DruidDataSource druidDataSource) throws Exception { + druidDataSource.setMaxActive(1000); + druidDataSource.setInitialSize(0); + druidDataSource.setMinIdle(0); + druidDataSource.setMaxWait(60000); + druidDataSource.setPoolPreparedStatements(true); + druidDataSource.setMaxPoolPreparedStatementPerConnectionSize(100); + druidDataSource.setTestOnBorrow(false); + druidDataSource.setTestOnReturn(false); + druidDataSource.setTestWhileIdle(true); + druidDataSource.setTimeBetweenEvictionRunsMillis(6000); + druidDataSource.setMinEvictableIdleTimeMillis(2520000); + druidDataSource.setRemoveAbandoned(true); + druidDataSource.setRemoveAbandonedTimeout(18000); + druidDataSource.setLogAbandoned(true); + druidDataSource.setFilters("mergeStat"); + druidDataSource.setDriver(new Driver()); + } + +} diff --git a/src/main/java/com/changyu/foryou/config/SpringConfiguration.java b/src/main/java/com/changyu/foryou/config/SpringConfiguration.java new file mode 100644 index 0000000..7c7794b --- /dev/null +++ b/src/main/java/com/changyu/foryou/config/SpringConfiguration.java @@ -0,0 +1,23 @@ +package com.changyu.foryou.config; + +import org.springframework.context.annotation.ComponentScan; +import org.springframework.context.annotation.Configuration; +import org.springframework.context.annotation.Import; +import org.springframework.context.annotation.PropertySource; +import org.springframework.scheduling.annotation.EnableAsync; +import org.springframework.scheduling.annotation.EnableScheduling; + +/** + * Created by twist on 2017-06-08. + */ +@Configuration +@ComponentScan("com.changyu.foryou") +@PropertySource("application.properties") +@EnableAsync +@EnableScheduling +@Import( + MybatisConfig.class +) +public class SpringConfiguration { + +} diff --git a/src/main/java/com/changyu/foryou/config/WebConfigure.java b/src/main/java/com/changyu/foryou/config/WebConfigure.java new file mode 100644 index 0000000..491c9ca --- /dev/null +++ b/src/main/java/com/changyu/foryou/config/WebConfigure.java @@ -0,0 +1,19 @@ +package com.changyu.foryou.config; + +import com.changyu.foryou.interceptor.LoginInterceptor; +import org.springframework.context.annotation.Configuration; +import org.springframework.web.servlet.config.annotation.InterceptorRegistry; +import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter; + +/** + * Created by zhengzhihao on 2017/6/29. + */ +@Configuration +public class WebConfigure extends WebMvcConfigurerAdapter { + + @Override + public void addInterceptors(InterceptorRegistry registry) { + registry.addInterceptor(new LoginInterceptor()).addPathPatterns("/**"); + super.addInterceptors(registry); + } +} diff --git a/src/main/java/com/changyu/foryou/controller/CampusController.java b/src/main/java/com/changyu/foryou/controller/CampusController.java index 39c29d4..0e06c29 100644 --- a/src/main/java/com/changyu/foryou/controller/CampusController.java +++ b/src/main/java/com/changyu/foryou/controller/CampusController.java @@ -1,18 +1,5 @@ package com.changyu.foryou.controller; -import java.text.ParseException; -import java.text.SimpleDateFormat; -import java.util.Date; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.stereotype.Controller; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.web.bind.annotation.RequestParam; -import org.springframework.web.bind.annotation.ResponseBody; - import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONArray; import com.changyu.foryou.model.Campus; @@ -20,407 +7,419 @@ import com.changyu.foryou.model.City; import com.changyu.foryou.model.CityWithCampus; import com.changyu.foryou.service.CampusService; -import com.changyu.foryou.service.FoodService; import com.changyu.foryou.tools.Constants; import com.changyu.foryou.tools.Md5; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Controller; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestParam; +import org.springframework.web.bind.annotation.ResponseBody; + +import java.text.ParseException; +import java.text.SimpleDateFormat; +import java.util.Date; +import java.util.HashMap; +import java.util.List; +import java.util.Map; @Controller @RequestMapping("/campus") public class CampusController { - private CampusService campusService; - - @Autowired - private FoodService foodService; - - public CampusService getCampusService() { - return campusService; - } - - @Autowired - public void setCampusService(CampusService campusService) { - this.campusService = campusService; - } - - /** - * 获取校区 - * @param limit - * @param page - * @return - */ - @RequestMapping("getAllCampus") - public @ResponseBody JSONArray getAllCampus() { - Map paramMap = new HashMap(); - List campus = campusService.getAllCampus(paramMap); - JSONArray array = JSON.parseArray(JSON.toJSONStringWithDateFormat( - campus, "HH:mm:ss"));//yyyy-MM-dd HH:mm:ss - return array; - } - - /** - * 获取相应的校区和城市 - * @return - */ - @RequestMapping("/getCampusAndCity") - public @ResponseBody Map getCampusByCity(){ - Map resultMap=new HashMap(); - - try { - Map paramMap=new HashMap(); - - List campus=campusService.getCampusWithCity(paramMap); - - resultMap.put(Constants.STATUS, Constants.SUCCESS); - resultMap.put(Constants.MESSAGE, "获取校区成功"); - resultMap.put("campus", campus); - - } catch (Exception e) { - e.getStackTrace(); - resultMap.put(Constants.STATUS, Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "获取校区失败!"); - } - return resultMap; - } - - /** - * @param campusName - * 根据校区名获取校区Id - */ - - @RequestMapping("/getIdByName") - public @ResponseBody Map getIdByName(@RequestParam String campusName){ - Map map=new HashMap(); - try { - Map paramMap=new HashMap(); - paramMap.put("campusName", campusName.trim()); - Integer campusId=campusService.getIdByName(paramMap); - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取校区Id成功!"); - map.put("campusId", campusId); - - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取校区Id失败!"); - } - - return map; - } - - //一键关店、开店 - /** - * - * @param campusId - * @param closeTime - * @param reason 关店原因 - * @param status 关店传0,开店传1。 - * @return - */ - @RequestMapping("/closeCampus") - public @ResponseBody Map closeCampus(@RequestParam Integer campusId, String closeReason, @RequestParam Short status){ - Map requestMap = new HashMap(); - Map responseMap = new HashMap(); - try{ - //Calendar calendar=Calendar.getInstance(); - //Date date=calendar.getTime(); //设置反馈时的日期 - requestMap.put("campusId", campusId); - //requestMap.put("closeTime", date); - requestMap.put("closeReason", closeReason); - requestMap.put("status", status); - Integer flag = campusService.closeCampus(requestMap); - - if(status==1){ - responseMap.put("isOpened", flag); - responseMap.put(Constants.STATUS, Constants.SUCCESS); - responseMap.put(Constants.MESSAGE, "开店成功!"); - }else if(status==0){ - responseMap.put("isClosed", flag); - responseMap.put(Constants.STATUS, Constants.SUCCESS); - responseMap.put(Constants.MESSAGE, "关店成功!"); - } - }catch(Exception e){ - e.getStackTrace(); - if(status==1){ - responseMap.put(Constants.STATUS, Constants.FAILURE); - responseMap.put(Constants.MESSAGE, "开店失败!"); - }else if(status==0){ - responseMap.put(Constants.STATUS, Constants.FAILURE); - responseMap.put(Constants.MESSAGE, "关店失败!"); - } - } - return responseMap; - } - - //selectByPrimaryKey - /** - * @param campusName - * 根据校区id获取校区 - */ - - @RequestMapping("/getCampusById") - public @ResponseBody Map getCampusById(@RequestParam Integer campusId){ - Map map=new HashMap(); - try { - Map paramMap=new HashMap(); - paramMap.put("campusId", campusId); - Campus campus=campusService.getCampusById(paramMap); - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取校区成功!"); - map.put("campus", JSON.toJSON(campus)); - - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取校区失败!"); - } - - return map; - } - - @RequestMapping("getCampusIdByAdmin") - public @ResponseBody Map getCampusIdByAdmin(@RequestParam String campusAdminName){ - Map responseMap = new HashMap(); - Map requestMap = new HashMap(); - - requestMap.put("campusAdmin", campusAdminName); - - CampusAdmin campusAdminInfo = campusService.getCampusIdByAdmin(requestMap); - - responseMap.put("CampusAdmin", campusAdminInfo); - - return responseMap; - } - - /** - * 返回校区管理员 - * @return - */ - @RequestMapping("getAllCampusAdmin") - public @ResponseBody JSONArray getAllCampusAdmin(){ - Map paramMap = new HashMap(); - paramMap.put("type", 0); - - List campusAdmins = campusService.getAllCampusAdmin(paramMap); - JSONArray array = JSON.parseArray(JSON.toJSONStringWithDateFormat(campusAdmins, "yyyy-MM-dd")); - - return array; - } - - /** - * 修改校区管理员 - * @param campusId - * @param campusAdminName - * @return - */ - @RequestMapping("/updateCampusAdmin") - public @ResponseBody Map updateCampusAdmin(@RequestParam String campusName, @RequestParam String campusAdminName){ - Map responseMap = new HashMap(); - Map paramMap = new HashMap(); - - Map tempMap = new HashMap(); - tempMap.put("campusName", campusName); - - paramMap.put("campusId", campusService.getIdByName(tempMap)); - paramMap.put("campusAdmin", campusAdminName); - - Integer result = campusService.updateCampusAdmin(paramMap); - - if(result==0||result==-1){ - //没更新成功 - responseMap.put(Constants.STATUS, Constants.FAILURE); - responseMap.put(Constants.MESSAGE, "修改校区的管理员失败!"); - }else{ - responseMap.put(Constants.STATUS, Constants.SUCCESS); - responseMap.put(Constants.MESSAGE, "修改校区的管理员成功!"); - } - - return responseMap; - } - - - /** - * 删除校区的某校区管理员 - * @param campusId - * @param campusAdminName - * @return - */ - @RequestMapping("/deleteCampusAdmin") - public @ResponseBody Map deleteCampusAdmin(@RequestParam Integer campusId, @RequestParam String campusAdminName){ - Map responseMap = new HashMap(); - Map paramMap = new HashMap(); - - paramMap.put("campusId", campusId); - paramMap.put("campusAdmin", campusAdminName); - - Integer result = campusService.deleteCampusAdmin(paramMap); - if(result!=0&&result!=-1){ - responseMap.put(Constants.STATUS, Constants.SUCCESS); - responseMap.put(Constants.MESSAGE, "删除成功"); - }else{ - responseMap.put(Constants.STATUS, Constants.FAILURE); - responseMap.put(Constants.MESSAGE, "删除失败"); - } - return responseMap; - } - /** - * 添加校区,默认添加8个分类 - * @param campusId - * @param campusName - * @param cityId - * @param openTime - * @param closeTime - * @return - * @throws ParseException - */ - @RequestMapping("addCampus") - public @ResponseBody Map addCampus(@RequestParam String campusName, @RequestParam String cityName, @RequestParam String openTime, @RequestParam String closeTime, @RequestParam Short status, @RequestParam String customService) throws ParseException{ - Map responseMap = new HashMap(); - Map paramMap = new HashMap(); - - SimpleDateFormat sdf = new SimpleDateFormat("HH:mm"); - Date openTimeDate = sdf.parse(openTime); - Date closeTimeDate = sdf.parse(closeTime); - - paramMap.put("campusId", null); - paramMap.put("campusName", campusName); - paramMap.put("cityId", campusService.getCityByName(cityName).getCityId()); - paramMap.put("openTime", openTimeDate); - paramMap.put("closeTime", closeTimeDate); - paramMap.put("status", status); //默认开启校区 - paramMap.put("customService", customService); - - responseMap = campusService.addCampus(paramMap); - return responseMap; - } - - /** - * 添加校区管理员 - * @param campusId - * @param campusName - * @param campusAdminName - * @return - */ - @RequestMapping("addCampusAdmin") - public @ResponseBody Map addCampusAdmin(@RequestParam String campusName, @RequestParam String campusAdminName, @RequestParam String password){ - Map responseMap = new HashMap(); - Map paramMap = new HashMap(); - - Map tempMap = new HashMap(); - tempMap.put("campusName", campusName); - - paramMap.put("campusId", campusService.getIdByName(tempMap)); - paramMap.put("campusName", campusName); - paramMap.put("campusAdmin", campusAdminName); - paramMap.put("password", Md5.GetMD5Code(password)); - paramMap.put("type", 0); //只能添加校区管理员,总校区管理员只能从数据库添加,更符合逻辑 - - Integer result = campusService.addCampusAdmin(paramMap); - - if(result!=0&&result!=-1){ - responseMap.put(Constants.STATUS, Constants.SUCCESS); - responseMap.put(Constants.MESSAGE, "添加校区管理员成功,请及时将账户分派给相应人员并提醒他/她修改密码"); - }else{ - responseMap.put(Constants.STATUS, Constants.FAILURE); - responseMap.put(Constants.MESSAGE, "添加校区管理员失败"); - } - return responseMap; - } - - /** - * 获取全部城市 - * @return - */ - @RequestMapping("getAllCity") - @ResponseBody - public List getAllCity(){ - - return campusService.getAllCity(); - } - - @RequestMapping("addCity") - @ResponseBody - public Map addCity(@RequestParam String cityName){ - Map responseMap = new HashMap(); - Map paramMap = new HashMap(); - - paramMap.put("cityName", cityName); - - if(campusService.getCityByName(cityName)==null){ - Integer result = campusService.addCity(paramMap); - if(result!=-1&&result!=0){ - responseMap.put(Constants.STATUS, Constants.SUCCESS); - responseMap.put(Constants.MESSAGE,"添加城市成功!"); - }else{ - responseMap.put(Constants.STATUS, Constants.FAILURE); - responseMap.put(Constants.MESSAGE, "添加城市失败!"); - } - }else{ - responseMap.put(Constants.STATUS, Constants.FAILURE); - responseMap.put(Constants.MESSAGE, "该城市已存在"); - } - - return responseMap; - } - - @RequestMapping("updateCampus") - @ResponseBody - public Map updateCampus(@RequestParam String campusId,@RequestParam String campusName,@RequestParam String cityName,@RequestParam String openTime,@RequestParam String closeTime, @RequestParam Short status,@RequestParam String customService){ - //管理端这些值都要传过来,传之前判空 - Map responseMap = new HashMap(); - Map paramMap = new HashMap(); - - paramMap.put("campusId", campusId); - paramMap.put("campusName", campusName); - paramMap.put("cityId", campusService.getCityByName(cityName).getCityId()); - paramMap.put("openTime", openTime); - paramMap.put("closeTime", closeTime); - paramMap.put("status", status); - paramMap.put("customService", customService); - - Integer result = campusService.updateCampus(paramMap); - - if(result != 0&&result != -1){ - responseMap.put(Constants.STATUS, Constants.SUCCESS); - responseMap.put(Constants.MESSAGE, "更新校区成功!"); - }else{ - responseMap.put(Constants.STATUS, Constants.FAILURE); - responseMap.put(Constants.MESSAGE, "更新校区失败!"); - } - return responseMap; - } - - - @RequestMapping("/updateCampusAdminPassword") - public @ResponseBody Map updateCampusAdminPassword(Integer campusId,String campusAdmin,String oldPassword,String newPassword){ - Map resultMap=new HashMap<>(); - - try { - Map paramMap=new HashMap(); - //paramMap.put("campusId",campusId); - paramMap.put("campusAdmin",campusAdmin); //campusAdmin唯一 - - String password=campusService.getOldPassword(paramMap); - - if(password.equals(Md5.GetMD5Code(oldPassword))){ - paramMap.put("newPassword",Md5.GetMD5Code(newPassword)); - - int flag=campusService.updateCampusAdminPassword(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,"修改密码失败"); - } - }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; - } + private CampusService campusService; + + @Autowired + public void setCampusService(CampusService campusService) { + this.campusService = campusService; + } + + /** + * 获取校区 + * + * @return + */ + @RequestMapping("getAllCampus") + public @ResponseBody + JSONArray getAllCampus() { + Map paramMap = new HashMap(); + List campus = campusService.getAllCampus(paramMap); + JSONArray array = JSON.parseArray(JSON.toJSONStringWithDateFormat( + campus, "HH:mm:ss"));//yyyy-MM-dd HH:mm:ss + return array; + } + + /** + * 获取相应的校区和城市 + * + * @return + */ + @RequestMapping("/getCampusAndCity") + public @ResponseBody + Map getCampusByCity() { + Map resultMap = new HashMap(); + + try { + Map paramMap = new HashMap(); + + List campus = campusService.getCampusWithCity(paramMap); + + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "获取校区成功"); + resultMap.put("campus", campus); + + } catch (Exception e) { + e.getStackTrace(); + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "获取校区失败!"); + } + return resultMap; + } + + /** + * @param campusName 根据校区名获取校区Id + */ + + @RequestMapping("/getIdByName") + public @ResponseBody + Map getIdByName(@RequestParam String campusName) { + Map map = new HashMap(); + try { + Map paramMap = new HashMap(); + paramMap.put("campusName", campusName.trim()); + Integer campusId = campusService.getIdByName(paramMap); + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取校区Id成功!"); + map.put("campusId", campusId); + + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取校区Id失败!"); + } + + return map; + } + + //一键关店、开店 + + /** + * @param campusId + * @param closeReason 关店原因 + * @param status 关店传0,开店传1。 + * @return + */ + @RequestMapping("/closeCampus") + public @ResponseBody + Map closeCampus(@RequestParam Integer campusId, String closeReason, @RequestParam Short status) { + Map requestMap = new HashMap(); + Map responseMap = new HashMap(); + try { + requestMap.put("campusId", campusId); + requestMap.put("closeReason", closeReason); + requestMap.put("status", status); + Integer flag = campusService.closeCampus(requestMap); + + if (status == 1) { + responseMap.put("isOpened", flag); + responseMap.put(Constants.STATUS, Constants.SUCCESS); + responseMap.put(Constants.MESSAGE, "开店成功!"); + } else if (status == 0) { + responseMap.put("isClosed", flag); + responseMap.put(Constants.STATUS, Constants.SUCCESS); + responseMap.put(Constants.MESSAGE, "关店成功!"); + } + } catch (Exception e) { + e.getStackTrace(); + responseMap.put(Constants.STATUS, Constants.FAILURE); + responseMap.put(Constants.MESSAGE, "操作失败!"); + } + + return responseMap; + } + + + /** + * @param campusId 校区id + */ + @RequestMapping("/getCampusById") + public @ResponseBody + Map getCampusById(@RequestParam Integer campusId) { + Map map = new HashMap(); + try { + Map paramMap = new HashMap(); + paramMap.put("campusId", campusId); + Campus campus = campusService.getCampusById(paramMap); + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取校区成功!"); + map.put("campus", JSON.toJSON(campus)); + + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取校区失败!"); + } + + return map; + } + + @RequestMapping("getCampusIdByAdmin") + public @ResponseBody + Map getCampusIdByAdmin(@RequestParam String campusAdminName) { + Map responseMap = new HashMap(); + Map requestMap = new HashMap(); + + requestMap.put("campusAdmin", campusAdminName); + + CampusAdmin campusAdminInfo = campusService.getCampusIdByAdmin(requestMap); + + responseMap.put("CampusAdmin", campusAdminInfo); + + return responseMap; + } + + /** + * 返回校区管理员 + * + * @return + */ + @RequestMapping("getAllCampusAdmin") + public @ResponseBody + JSONArray getAllCampusAdmin() { + Map paramMap = new HashMap(); + paramMap.put("type", 0); + + List campusAdmins = campusService.getAllCampusAdmin(paramMap); + JSONArray array = JSON.parseArray(JSON.toJSONStringWithDateFormat(campusAdmins, "yyyy-MM-dd")); + + return array; + } + + /** + * 修改校区管理员 + * + * @param campusId + * @param campusAdminName + * @return + */ + @RequestMapping("/updateCampusAdmin") + public @ResponseBody + Map updateCampusAdmin(@RequestParam String campusName, @RequestParam String campusAdminName) { + Map responseMap = new HashMap(); + Map paramMap = new HashMap(); + + Map tempMap = new HashMap(); + tempMap.put("campusName", campusName); + + paramMap.put("campusId", campusService.getIdByName(tempMap)); + paramMap.put("campusAdmin", campusAdminName); + + Integer result = campusService.updateCampusAdmin(paramMap); + + if (result == 0 || result == -1) { + //没更新成功 + responseMap.put(Constants.STATUS, Constants.FAILURE); + responseMap.put(Constants.MESSAGE, "修改校区的管理员失败!"); + } else { + responseMap.put(Constants.STATUS, Constants.SUCCESS); + responseMap.put(Constants.MESSAGE, "修改校区的管理员成功!"); + } + + return responseMap; + } + + + /** + * 删除校区的某校区管理员 + * + * @param campusId + * @param campusAdminName + * @return + */ + @RequestMapping("/deleteCampusAdmin") + public @ResponseBody + Map deleteCampusAdmin(@RequestParam Integer campusId, @RequestParam String campusAdminName) { + Map responseMap = new HashMap(); + Map paramMap = new HashMap(); + + paramMap.put("campusId", campusId); + paramMap.put("campusAdmin", campusAdminName); + + Integer result = campusService.deleteCampusAdmin(paramMap); + if (result > 0) { + responseMap.put(Constants.STATUS, Constants.SUCCESS); + responseMap.put(Constants.MESSAGE, "删除成功"); + } else { + responseMap.put(Constants.STATUS, Constants.FAILURE); + responseMap.put(Constants.MESSAGE, "删除失败"); + } + return responseMap; + } + + /** + * 添加校区,默认添加8个分类 + * + * @param campusName + * @param status + * @param customService + * @param openTime + * @param closeTime + * @return + * @throws ParseException + */ + @RequestMapping("addCampus") + public @ResponseBody + Map addCampus(@RequestParam String campusName, @RequestParam String cityName, @RequestParam String openTime, @RequestParam String closeTime, @RequestParam Short status, @RequestParam String customService) throws ParseException { + Map responseMap; + Map paramMap = new HashMap(); + + SimpleDateFormat sdf = new SimpleDateFormat("HH:mm"); + Date openTimeDate = sdf.parse(openTime); + Date closeTimeDate = sdf.parse(closeTime); + + paramMap.put("campusId", null); + paramMap.put("campusName", campusName); + paramMap.put("cityId", campusService.getCityByName(cityName).getCityId()); + paramMap.put("openTime", openTimeDate); + paramMap.put("closeTime", closeTimeDate); + paramMap.put("status", status); //默认开启校区 + paramMap.put("customService", customService); + + responseMap = campusService.addCampus(paramMap); + return responseMap; + } + + /** + * 添加校区管理员 + * + * @param campusName + * @param campusName + * @param campusAdminName + * @return + */ + @RequestMapping("addCampusAdmin") + public @ResponseBody + Map addCampusAdmin(@RequestParam String campusName, @RequestParam String campusAdminName, @RequestParam String password) { + Map responseMap = new HashMap<>(); + Map paramMap = new HashMap<>(); + + Map tempMap = new HashMap<>(); + tempMap.put("campusName", campusName); + + paramMap.put("campusId", campusService.getIdByName(tempMap)); + paramMap.put("campusName", campusName); + paramMap.put("campusAdmin", campusAdminName); + paramMap.put("password", Md5.GetMD5Code(password)); + paramMap.put("type", 0); //只能添加校区管理员,总校区管理员只能从数据库添加,更符合逻辑 + + Integer result = campusService.addCampusAdmin(paramMap); + + if (result != 0 && result != -1) { + responseMap.put(Constants.STATUS, Constants.SUCCESS); + responseMap.put(Constants.MESSAGE, "添加校区管理员成功,请及时将账户分派给相应人员并提醒他/她修改密码"); + } else { + responseMap.put(Constants.STATUS, Constants.FAILURE); + responseMap.put(Constants.MESSAGE, "添加校区管理员失败"); + } + return responseMap; + } + + /** + * 获取全部城市 + * + * @return + */ + @RequestMapping("getAllCity") + @ResponseBody + public List getAllCity() { + + return campusService.getAllCity(); + } + + @RequestMapping("addCity") + @ResponseBody + public Map addCity(@RequestParam String cityName) { + Map responseMap = new HashMap(); + Map paramMap = new HashMap(); + + paramMap.put("cityName", cityName); + + if (campusService.getCityByName(cityName) == null) { + Integer result = campusService.addCity(paramMap); + if (result != -1 && result != 0) { + responseMap.put(Constants.STATUS, Constants.SUCCESS); + responseMap.put(Constants.MESSAGE, "添加城市成功!"); + } else { + responseMap.put(Constants.STATUS, Constants.FAILURE); + responseMap.put(Constants.MESSAGE, "添加城市失败!"); + } + } else { + responseMap.put(Constants.STATUS, Constants.FAILURE); + responseMap.put(Constants.MESSAGE, "该城市已存在"); + } + + return responseMap; + } + + @RequestMapping("updateCampus") + @ResponseBody + public Map updateCampus(@RequestParam String campusId, @RequestParam String campusName, @RequestParam String cityName, @RequestParam String openTime, @RequestParam String closeTime, @RequestParam Short status, @RequestParam String customService) { + //管理端这些值都要传过来,传之前判空 + Map responseMap = new HashMap(); + Map paramMap = new HashMap(); + + paramMap.put("campusId", campusId); + paramMap.put("campusName", campusName); + paramMap.put("cityId", campusService.getCityByName(cityName).getCityId()); + paramMap.put("openTime", openTime); + paramMap.put("closeTime", closeTime); + paramMap.put("status", status); + paramMap.put("customService", customService); + + Integer result = campusService.updateCampus(paramMap); + + if (result != 0 && result != -1) { + responseMap.put(Constants.STATUS, Constants.SUCCESS); + responseMap.put(Constants.MESSAGE, "更新校区成功!"); + } else { + responseMap.put(Constants.STATUS, Constants.FAILURE); + responseMap.put(Constants.MESSAGE, "更新校区失败!"); + } + + return responseMap; + } + + + @RequestMapping("/updateCampusAdminPassword") + public @ResponseBody + Map updateCampusAdminPassword(String campusAdmin, String oldPassword, String newPassword) { + Map resultMap = new HashMap<>(); + + try { + Map paramMap = new HashMap<>(); + paramMap.put("campusAdmin", campusAdmin); //campusAdmin唯一 + + String password = campusService.getOldPassword(paramMap); + + if (password.equals(Md5.GetMD5Code(oldPassword))) { + paramMap.put("newPassword", Md5.GetMD5Code(newPassword)); + + int flag = campusService.updateCampusAdminPassword(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, "修改密码失败"); + } + } 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/FoodController.java b/src/main/java/com/changyu/foryou/controller/FoodController.java index 6c22bf6..a2e0d32 100644 --- a/src/main/java/com/changyu/foryou/controller/FoodController.java +++ b/src/main/java/com/changyu/foryou/controller/FoodController.java @@ -43,710 +43,699 @@ /** * 食品控制类 - * + * * @author 殿下 2014/12/16 */ @Controller @RequestMapping("/service") public class FoodController { - private FoodService foodService; - private OrderService orderService; - private CampusService campusService; - - protected static final Logger LOG = LoggerFactory - .getLogger(FoodController.class); - - @Autowired - public void setOrderService(OrderService orderService) { - this.orderService = orderService; - } - - @Autowired - public void setFoodService(FoodService foodService) { - this.foodService = foodService; - } - - @Autowired - public void setCampusService(CampusService campusService) { - this.campusService = campusService; - } - - /** - * 获取食品的分类,给手机移动端(一级分类) - * - * @param campusId - * 校区id - * @return - */ - @RequestMapping("/getCategory") - public @ResponseBody - Map getFoodFirstCategory(@RequestParam Integer campusId, - Integer page, Integer limit) { - Map map = new HashMap(); - try { - Map paramMap = new HashMap(); - paramMap.put("campusId", campusId); - if (limit != null && page != null) { - paramMap.put("limit", limit); - paramMap.put("offset", limit * (page - 1)); - } - - List foodCategories = foodService - .getFirstCategory(paramMap); - if (foodCategories != null) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取一级分类成功"); - map.put("foodCategory", foodCategories); - } 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 categoryId - * 参数可选 - * @param foodTag - * 参数可选 - * @param sortId - * 排序根据 0 综合排序,1,销量排序,2价格排序 - * @param page - * 显示第几页的数据 - * @return - */ - @RequestMapping("/selectFoods") - public @ResponseBody - Map selectFoods(@RequestParam Integer campusId, - String categoryId, String foodTag, Integer page, Integer limit, - Integer sortId) { - Map map = new HashMap(); - DecimalFormat df = new DecimalFormat("#.0"); - try { - List foodFlags = new ArrayList(); - List foods = new ArrayList(); - Map paramMap = new HashMap<>(); - paramMap.put("campusId", campusId); - - if (categoryId != null && categoryId.trim().equals("")) { - categoryId = null; - } - - if (page != null && limit != null) { - paramMap.put("offset", (page - 1) * limit); - paramMap.put("limit", limit); - } - - if (sortId == null) { - sortId = 0; - } - paramMap.put("categoryId", categoryId); - paramMap.put("sortId", sortId); - if (foodTag != null && foodTag.trim().equals("") || foodTag == null) { - foodTag = null; // foodTag为空 - paramMap.put("foodTag", foodTag); - foods = foodService.selectFoods(paramMap); - if (foods.size() > 0) { - for (ShortFoodWithIm i : foods) { - paramMap.put("foodId", i.getFoodId()); - Integer commentNumber = foodService - .calCommentCount(paramMap); - i.setCommentNumber(commentNumber); - } - } - } else { - foodTag = foodTag.replace(",", " ").replace(".", " ") - .replace(">", " ").replace("'", " ").replace(",", " ") - .trim(); - String[] Flags = foodTag.split(" "); - for (int i = 0; i < Flags.length; i++) { - if (!Flags[i].equals("")) { - foodFlags.add(Flags[i]); - } - } - - if (foodFlags.size() == 1) { - paramMap.put("foodTag", foodFlags.get(0)); - foods = foodService.selectFoods(paramMap); - if (foods.size() > 0) { - for (ShortFoodWithIm i : foods) { - paramMap.put("foodId", i.getFoodId()); - Integer commentNumber = foodService - .calCommentCount(paramMap); - i.setCommentNumber(commentNumber); - } - } - } else { - paramMap.put("oneFlag", foodFlags.get(0)); - paramMap.put("twoFlag", foodFlags.get(1)); - foods = foodService.selectFoodsByTwoTags(paramMap); - if (foods.size() > 0) { - for (ShortFoodWithIm i : foods) { - paramMap.put("foodId", i.getFoodId()); - Integer commentNumber = foodService - .calCommentCount(paramMap); - i.setCommentNumber(commentNumber); - } - } - } - } - if (foods.size() != 0) { - // 评星级 - for (ShortFoodWithIm food : foods) { - paramMap.put("foodId", food.getFoodId()); - Float gradeFloat = foodService.getAvageGrade(paramMap); - if (gradeFloat == null) { - food.setGrade(0f); - } else { - food.setGrade(Float.parseFloat(df.format(gradeFloat))); - } - } - } - if (foods.size() != 0) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取食品成功"); - map.put("foods", foods); - System.out.println(JSON.toJSONString(foods)); - } else { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "没有其他零食喽,亲"); - map.put("foods", foods); - } - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "查询零食失败"); - } - return map; - } - - /** - * 根据食品id和校区获取某个零食 - * - * @param foodId - * @param campusId - * @return - */ - @RequestMapping("/getFoodById") - public @ResponseBody - Map selectFoods(@RequestParam Long foodId, - @RequestParam Integer campusId) { - Map map = new HashMap(); - try { - DecimalFormat df = new DecimalFormat("#.0"); - - Map paramMap = new HashMap<>(); - paramMap.put("foodId", foodId); - paramMap.put("campusId", campusId); - - Food food = foodService.selectFoodByPrimaryKey(paramMap); - // List - // foodSpecials=foodService.getFoodSpecial(paramMap); - - if (food != null) { - Float gradeFloat = foodService.getAvageGrade(paramMap); - if (gradeFloat == null) { - food.setGrade(0f); - } else { - food.setGrade(Float.parseFloat(df.format(gradeFloat))); - } - - food.setCommentNumber(foodService - .getCommentCountsById(paramMap)); - // food.setFoodSpecial(foodSpecials); - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取食品成功"); - map.put("food", food); - } 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 foodId - * ,campusId - * @return - */ - @RequestMapping("deleteFood") - public @ResponseBody - Map deleteFood(@RequestParam String foodId, - @RequestParam Integer campusId) { - Map map = new HashMap(); - - try { - Map paramMap = new HashMap<>(); - paramMap.put("campusId", campusId); - - int status = 0; - String[] foodIdString = foodId.split(","); - // 一次删除多个零食 - for (String foodsString : foodIdString) { - paramMap.put("foodId", Long.valueOf(foodsString)); - status = foodService.deleteFoodByPrimaryKey(paramMap); - if (status == 0 || status == -1) { - break; - } - } - - if (status != -1) { - if (status != 0) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "删除零食成功!"); - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "有不存在零食,无法删除!"); - } - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "删除零食失败!"); - } - - } catch (Exception e) { - e.printStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "删除零食失败!"); - } - - return map; - } - - /** - * 获取某一食品的评论 - * - * @param foodId - * @param page - * ,显示第几页 - * @param limit - * ,当页显示数目 - * @return - */ - @RequestMapping("/getCommentsByFoodId") - public @ResponseBody - Map getCommentsByFoodId(@RequestParam Integer campusId, - @RequestParam Long foodId, Integer limit, Integer page) { - Map map = new HashMap(); - - try { - Map paramMap = new HashMap<>(); - paramMap.put("foodId", foodId); - paramMap.put("campusId", campusId); - - if (page != null & limit != null) { - paramMap.put("offset", (page - 1) * limit); - paramMap.put("limit", limit); - } - - List foodComments = foodService - .getCommentInfoById(paramMap); - JSONArray jsonArray = JSON.parseArray(JSON - .toJSONStringWithDateFormat(foodComments, "yyyy-MM-dd")); - if (foodComments.size() != 0) { - map.put("foodComments", jsonArray); - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取评论成功!"); - } 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 campusId - * @param limit - * @param offset - * @param sort - * @param order - * @param search - * @return - */ - @RequestMapping("/getAllComments") - public @ResponseBody - Map getAllComments(@RequestParam Integer campusId, - Integer limit, Integer offset, String sort, String order, - String search) { - Map map = new HashMap(); - - Map paramMap = new HashMap<>(); - if (sort != null && sort.equals("foodId")) { - sort = "food_id"; - } - paramMap.put("limit", limit); - paramMap.put("offset", offset); - paramMap.put("sort", sort); - paramMap.put("order", order); - paramMap.put("search", search); - paramMap.put("campusId", campusId); - - JSONArray json = JSONArray.parseArray(JSON.toJSONStringWithDateFormat( - foodService.getAllComments(paramMap), "yyyy-MM-dd")); - map.put("total", foodService.getFoodCommentCount(paramMap)); - map.put("rows", json); - return map; - } - - /** - * 获取所有的食品 - * - * @return - */ - @RequestMapping("/getAllFoods") - public @ResponseBody - List getAllFoods(@RequestParam Integer campusId) { - List foods = new ArrayList(); - - try { - Map paramMap = new HashMap(); - paramMap.put("campusId", campusId); - foods = foodService.getAllFoods(paramMap); - } catch (Exception e) { - e.getStackTrace(); - } - - return foods; - } - - /** - * 添加食品口味 弃用 - * - * @param campusId - * @param foodId - * @param specialName - * @param campusId - * @param specialCount - * @return - */ - @RequestMapping("/addFoodSpecial") - public @ResponseBody - Map addFoodSpecial(@RequestParam Long foodId, - @RequestParam Integer campusId, @RequestParam String specialName, - @RequestParam Integer specialCount) { - Map map = new HashMap(); - FoodSpecial foodSpecial = null; - int flag = 0; - - try { - Map paramMap = new HashMap(); - paramMap.put("campusId", campusId); - paramMap.put("foodId", foodId); - - if (foodService.getSpecialCount(paramMap) >= 3) { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "食品口味种类已饱和,不可再添加!"); - return map; - } - - foodSpecial = new FoodSpecial(campusId, foodId, specialName, - specialCount); - Integer max = foodService.getSpecialMax(paramMap); - - if (max != null) { - foodSpecial.setSpecialId(max + 1); - } else { - foodSpecial.setSpecialId(0); - } - flag = foodService.addFoodSpecial(foodSpecial); - - 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 campusId - * @param phoneId - * @param grade - * @param comment - * @param foodId - * @param isHidden - * @return - */ - @RequestMapping(value = "/creatOrderComment") - public @ResponseBody - Map createOrderComment(@RequestParam Integer campusId, - @RequestParam String phoneId, @RequestParam Long orderId, - @RequestParam Short grade, String comment, - @RequestParam Long foodId, @RequestParam Short isHidden) { - Map map = new HashMap(); - - try { - Order order = orderService.selectPersonOrder(phoneId, orderId); // 查询数据库看是否有订单存在,下了单才可以评论 - if (order == null) { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "没有评论权限!"); - } else { - FoodComment foodComment = new FoodComment(); - foodComment.setComment(comment); - foodComment.setFoodId(foodId); - foodComment.setDate(Calendar.getInstance().getTime()); - foodComment.setGrade(grade); - foodComment.setPhone(phoneId); - foodComment.setTag((short) 1); - foodComment.setCampusId(campusId); - foodComment.setIsHidden(isHidden); - foodComment.setOrderId(orderId); - - Integer flag = foodService.insertFoodComment(foodComment); - if (flag == 1) { - orderService.updateOrderRemarked(phoneId, 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.printStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "添加评论失败!"); - } - - return map; - } - - /** - * 删除食品评价 - * - * @param foodId - * @param campusId - * @param date - * @param grade - * @return - */ - @RequestMapping(value = "deleteFoodCommentById") - public @ResponseBody - Integer deleteFoodComment(@RequestParam Long foodId, - @RequestParam Integer campusId, @RequestParam String date, - @RequestParam Integer grade) { - try { - Map paramMap = new HashMap(); - paramMap.put("foodId", foodId); - paramMap.put("campusId", campusId); - paramMap.put("date", date); - paramMap.put("grade", grade); - int flag = foodService.deleteFoodCommentById(paramMap); - if (flag == -1) { - return 0; - } - } catch (Exception e) { - e.printStackTrace(); - return 0; - } - return 1; - } - - /** - * 获取打折商品 - * - * @param page - * ,campusId - * @return - */ - @RequestMapping(value = "/getFoodListDiscount") - public @ResponseBody - Map getFoodListDiscount(@RequestParam Integer campusId, - Integer limit, Integer page) { - Map map = new HashMap(); - - try { - Map paramMap = new HashMap<>(); - paramMap.put("campusId", campusId); - - if (limit != null && page != null) { - paramMap.put("offset", (page - 1) * limit); - paramMap.put("limit", limit); - } - List foodlist = foodService - .getFoodListDiscount(paramMap); - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取数据成功!"); - map.put("foods", foodlist); - } catch (Exception e) { - e.printStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取食物列表失败!"); - } - - return map; - } - - /** - * 获取销量好的食品 - * - * @param page - * ,limit,campusId - * @return - */ - @RequestMapping(value = "/getFoodListWelcome") - public @ResponseBody - Map getFoodListWelcome(@RequestParam Integer campusId, - Integer limit, Integer page) { - Map map = new HashMap(); - - try { - Map paramMap = new HashMap<>(); - paramMap.put("campusId", campusId); - - if (limit != null && page != null) { - paramMap.put("offset", (page - 1) * limit); - paramMap.put("limit", limit); - } - - List foodlist = foodService.getFoodListWelcome(paramMap); - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取数据成功!"); - map.put("foods", foodlist); - } catch (Exception e) { - e.printStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取食物列表失败!"); - } - - return map; - } - - /** - * 获取新品 - * - * @param limit - * ,page,campusId - * @return - */ - @RequestMapping(value = "/getFoodListFresh") - public @ResponseBody - Map getFoodListFresh(Integer limit, - @RequestParam Integer campusId, Integer page) { - Map map = new HashMap(); - - try { - Map paramMap = new HashMap<>(); - paramMap.put("campusId", campusId); - - if (limit != null && page != null) { - paramMap.put("offset", (page - 1) * limit); - paramMap.put("limit", limit); - } - - List foodlist = foodService.getFoodListFresh(paramMap); - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取数据成功!"); - map.put("foods", foodlist); - } catch (Exception e) { - e.printStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取食物列表失败!"); - } - - return map; - } - - /** - * 添加分类 - * - * @param categoryId - * @param categoryName - * @param isOpen是否开通 - * @param status - * 0添加,1更新 - * @param campusId - * 校区id - * @return - */ - @RequestMapping(value = "updateFoodCategory") - public @ResponseBody - Map updateFoodFristCategory(@RequestParam Integer campusId, - Integer categoryId, @RequestParam String categoryName, - @RequestParam Short isOpen, Integer status) { - Map map = new HashMap(); - - try { - FoodCategory foodCategory = new FoodCategory(); - foodCategory.setCategoryId(categoryId); - foodCategory.setCategory(categoryName); - foodCategory.setTag((short) 1); - foodCategory.setParentId(0); - foodCategory.setCampusId(campusId); - foodCategory.setIsOpen((short) isOpen); - - Map paramMap = new HashMap(); - paramMap.put("categoryId", categoryId); - paramMap.put("campusId", campusId); - int flag = 0; - if (categoryId != null) { - // 查询是否已存在该分类 - FoodCategory foodCategory2 = foodService - .selectCategoryByPrimaryKey(paramMap); - if (foodCategory2 == null) { - flag = foodService.insertCategorySelective(foodCategory); - } else { - // id已存在 - if (status == 0) { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "id已存在,不能添加"); - return map; - } else { - flag = foodService - .updateCategoryByPrimaryKeySelective(foodCategory); // 更新该分类 - } - } - } else { // 新增商品 - flag = foodService.insertCategorySelective(foodCategory); - } - if (flag == 0 || flag == -1) { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "提交失败"); - } 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; - } - - // 弃用 - /* + private FoodService foodService; + private OrderService orderService; + private CampusService campusService; + + protected static final Logger LOG = LoggerFactory + .getLogger(FoodController.class); + + @Autowired + public void setOrderService(OrderService orderService) { + this.orderService = orderService; + } + + @Autowired + public void setFoodService(FoodService foodService) { + this.foodService = foodService; + } + + @Autowired + public void setCampusService(CampusService campusService) { + this.campusService = campusService; + } + + /** + * 获取食品的分类,给手机移动端(一级分类) + * + * @param campusId 校区id + * @return + */ + @RequestMapping("/getCategory") + public @ResponseBody + Map getFoodFirstCategory(@RequestParam Integer campusId, + Integer page, Integer limit) { + Map map = new HashMap(); + try { + Map paramMap = new HashMap(); + paramMap.put("campusId", campusId); + if (limit != null && page != null) { + paramMap.put("limit", limit); + paramMap.put("offset", limit * (page - 1)); + } + + List foodCategories = foodService + .getFirstCategory(paramMap); + if (foodCategories != null) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取一级分类成功"); + map.put("foodCategory", foodCategories); + } 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 categoryId 参数可选 + * @param foodTag 参数可选 + * @param sortId 排序根据 0 综合排序,1,销量排序,2价格排序 + * @param page 显示第几页的数据 + * @return + */ + @RequestMapping("/selectFoods") + public @ResponseBody + Map selectFoods(@RequestParam Integer campusId, + String categoryId, String foodTag, Integer page, Integer limit, + Integer sortId) { + Map map = new HashMap(); + DecimalFormat df = new DecimalFormat("#.0"); + try { + List foodFlags = new ArrayList(); + List foods; + Map paramMap = new HashMap<>(); + paramMap.put("campusId", campusId); + + if (categoryId != null && categoryId.trim().equals("")) { + categoryId = null; + } + + if (page != null && limit != null) { + paramMap.put("offset", (page - 1) * limit); + paramMap.put("limit", limit); + } + + if (sortId == null) { + sortId = 0; + } + + paramMap.put("categoryId", categoryId); + paramMap.put("sortId", sortId); + if (foodTag != null && foodTag.trim().equals("") || foodTag == null) { + foodTag = null; // foodTag为空 + paramMap.put("foodTag", foodTag); + foods = foodService.selectFoods(paramMap); + if (foods.size() > 0) { + for (ShortFoodWithIm i : foods) { + paramMap.put("foodId", i.getFoodId()); + Integer commentNumber = foodService + .calCommentCount(paramMap); + i.setCommentNumber(commentNumber); + } + } + } else { + foodTag = foodTag.replace(",", " ").replace(".", " ") + .replace(">", " ").replace("'", " ").replace(",", " ") + .trim(); + String[] Flags = foodTag.split(" "); + for (int i = 0; i < Flags.length; i++) { + if (!Flags[i].equals("")) { + foodFlags.add(Flags[i]); + } + } + + if (foodFlags.size() == 1) { + paramMap.put("foodTag", foodFlags.get(0)); + foods = foodService.selectFoods(paramMap); + if (foods.size() > 0) { + for (ShortFoodWithIm i : foods) { + paramMap.put("foodId", i.getFoodId()); + Integer commentNumber = foodService + .calCommentCount(paramMap); + i.setCommentNumber(commentNumber); + } + } + } else { + paramMap.put("oneFlag", foodFlags.get(0)); + paramMap.put("twoFlag", foodFlags.get(1)); + foods = foodService.selectFoodsByTwoTags(paramMap); + if (foods.size() > 0) { + for (ShortFoodWithIm i : foods) { + paramMap.put("foodId", i.getFoodId()); + Integer commentNumber = foodService + .calCommentCount(paramMap); + i.setCommentNumber(commentNumber); + } + } + } + } + if (foods.size() != 0) { + // 评星级 + for (ShortFoodWithIm food : foods) { + paramMap.put("foodId", food.getFoodId()); + Float gradeFloat = foodService.getAvageGrade(paramMap); + if (gradeFloat == null) { + food.setGrade(0f); + } else { + food.setGrade(Float.parseFloat(df.format(gradeFloat))); + } + } + } + + if (foods.size() != 0) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取食品成功"); + map.put("foods", foods); + System.out.println(JSON.toJSONString(foods)); + } else { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "没有其他零食喽,亲"); + map.put("foods", foods); + } + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "查询零食失败"); + } + return map; + } + + /** + * 根据食品id和校区获取某个零食 + * + * @param foodId + * @param campusId + * @return + */ + @RequestMapping("/getFoodById") + public @ResponseBody + Map selectFoods(@RequestParam Long foodId, + @RequestParam Integer campusId) { + Map map = new HashMap(); + try { + DecimalFormat df = new DecimalFormat("#.0"); + + Map paramMap = new HashMap<>(); + paramMap.put("foodId", foodId); + paramMap.put("campusId", campusId); + + Food food = foodService.selectFoodByPrimaryKey(paramMap); + // List + // foodSpecials=foodService.getFoodSpecial(paramMap); + + if (food != null) { + Float gradeFloat = foodService.getAvageGrade(paramMap); + if (gradeFloat == null) { + food.setGrade(0f); + } else { + food.setGrade(Float.parseFloat(df.format(gradeFloat))); + } + + food.setCommentNumber(foodService + .getCommentCountsById(paramMap)); + // food.setFoodSpecial(foodSpecials); + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取食品成功"); + map.put("food", food); + } 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 foodId ,campusId + * @return + */ + @RequestMapping("deleteFood") + public @ResponseBody + Map deleteFood(@RequestParam String foodId, + @RequestParam Integer campusId) { + Map map = new HashMap(); + + try { + Map paramMap = new HashMap<>(); + paramMap.put("campusId", campusId); + + int status = 0; + String[] foodIdString = foodId.split(","); + // 一次删除多个零食 + for (String foodsString : foodIdString) { + paramMap.put("foodId", Long.valueOf(foodsString)); + status = foodService.deleteFoodByPrimaryKey(paramMap); + if (status == 0 || status == -1) { + break; + } + } + + if (status != -1) { + if (status != 0) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "删除零食成功!"); + } else { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "有不存在零食,无法删除!"); + } + } else { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "删除零食失败!"); + } + + } catch (Exception e) { + e.printStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "删除零食失败!"); + } + + return map; + } + + /** + * 获取某一食品的评论 + * + * @param foodId + * @param page ,显示第几页 + * @param limit ,当页显示数目 + * @return + */ + @RequestMapping("/getCommentsByFoodId") + public @ResponseBody + Map getCommentsByFoodId(@RequestParam Integer campusId, + @RequestParam Long foodId, Integer limit, Integer page) { + Map map = new HashMap(); + + try { + Map paramMap = new HashMap<>(); + paramMap.put("foodId", foodId); + paramMap.put("campusId", campusId); + + if (page != null & limit != null) { + paramMap.put("offset", (page - 1) * limit); + paramMap.put("limit", limit); + } + + List foodComments = foodService + .getCommentInfoById(paramMap); + JSONArray jsonArray = JSON.parseArray(JSON + .toJSONStringWithDateFormat(foodComments, "yyyy-MM-dd")); + if (foodComments.size() != 0) { + map.put("foodComments", jsonArray); + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取评论成功!"); + } 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 campusId + * @param limit + * @param offset + * @param sort + * @param order + * @param search + * @return + */ + @RequestMapping("/getAllComments") + public @ResponseBody + Map getAllComments(@RequestParam Integer campusId, + Integer limit, Integer offset, String sort, String order, + String search) { + Map map = new HashMap(); + + Map paramMap = new HashMap<>(); + if (sort != null && sort.equals("foodId")) { + sort = "food_id"; + } + paramMap.put("limit", limit); + paramMap.put("offset", offset); + paramMap.put("sort", sort); + paramMap.put("order", order); + paramMap.put("search", search); + paramMap.put("campusId", campusId); + + JSONArray json = JSONArray.parseArray(JSON.toJSONStringWithDateFormat( + foodService.getAllComments(paramMap), "yyyy-MM-dd")); + map.put("total", foodService.getFoodCommentCount(paramMap)); + map.put("rows", json); + return map; + } + + /** + * 获取所有的食品 + * + * @return + */ + @RequestMapping("/getAllFoods") + public @ResponseBody + List getAllFoods(@RequestParam Integer campusId) { + List foods = new ArrayList(); + + try { + Map paramMap = new HashMap(); + paramMap.put("campusId", campusId); + foods = foodService.getAllFoods(paramMap); + } catch (Exception e) { + e.getStackTrace(); + } + + return foods; + } + + /** + * 添加食品口味 弃用 + * + * @param campusId + * @param foodId + * @param specialName + * @param campusId + * @param specialCount + * @return + */ + @RequestMapping("/addFoodSpecial") + public @ResponseBody + Map addFoodSpecial(@RequestParam Long foodId, + @RequestParam Integer campusId, @RequestParam String specialName, + @RequestParam Integer specialCount) { + Map map = new HashMap(); + FoodSpecial foodSpecial = null; + int flag = 0; + + try { + Map paramMap = new HashMap(); + paramMap.put("campusId", campusId); + paramMap.put("foodId", foodId); + + if (foodService.getSpecialCount(paramMap) >= 3) { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "食品口味种类已饱和,不可再添加!"); + return map; + } + + foodSpecial = new FoodSpecial(campusId, foodId, specialName, + specialCount); + Integer max = foodService.getSpecialMax(paramMap); + + if (max != null) { + foodSpecial.setSpecialId(max + 1); + } else { + foodSpecial.setSpecialId(0); + } + flag = foodService.addFoodSpecial(foodSpecial); + + 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 campusId + * @param phoneId + * @param grade + * @param comment + * @param foodId + * @param isHidden + * @return + */ + @RequestMapping(value = "/creatOrderComment") + public @ResponseBody + Map createOrderComment(@RequestParam Integer campusId, + @RequestParam String phoneId, @RequestParam Long orderId, + @RequestParam Short grade, String comment, + @RequestParam Long foodId, @RequestParam Short isHidden) { + Map map = new HashMap(); + + try { + Order order = orderService.selectPersonOrder(phoneId, orderId); // 查询数据库看是否有订单存在,下了单才可以评论 + if (order == null) { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "没有评论权限!"); + } else { + FoodComment foodComment = new FoodComment(); + foodComment.setComment(comment); + foodComment.setFoodId(foodId); + foodComment.setDate(Calendar.getInstance().getTime()); + foodComment.setGrade(grade); + foodComment.setPhone(phoneId); + foodComment.setTag((short) 1); + foodComment.setCampusId(campusId); + foodComment.setIsHidden(isHidden); + foodComment.setOrderId(orderId); + + Integer flag = foodService.insertFoodComment(foodComment); + if (flag == 1) { + orderService.updateOrderRemarked(phoneId, 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.printStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "添加评论失败!"); + } + + return map; + } + + /** + * 删除食品评价 + * + * @param foodId + * @param campusId + * @param date + * @param grade + * @return + */ + @RequestMapping(value = "deleteFoodCommentById") + public @ResponseBody + Integer deleteFoodComment(@RequestParam Long foodId, + @RequestParam Integer campusId, @RequestParam String date, + @RequestParam Integer grade) { + try { + Map paramMap = new HashMap(); + paramMap.put("foodId", foodId); + paramMap.put("campusId", campusId); + paramMap.put("date", date); + paramMap.put("grade", grade); + int flag = foodService.deleteFoodCommentById(paramMap); + if (flag == -1) { + return 0; + } + } catch (Exception e) { + e.printStackTrace(); + return 0; + } + return 1; + } + + /** + * 获取打折商品 + * + * @param page ,campusId + * @return + */ + @RequestMapping(value = "/getFoodListDiscount") + public @ResponseBody + Map getFoodListDiscount(@RequestParam Integer campusId, + Integer limit, Integer page) { + Map map = new HashMap(); + + try { + Map paramMap = new HashMap<>(); + paramMap.put("campusId", campusId); + + if (limit != null && page != null) { + paramMap.put("offset", (page - 1) * limit); + paramMap.put("limit", limit); + } + List foodlist = foodService + .getFoodListDiscount(paramMap); + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取数据成功!"); + map.put("foods", foodlist); + } catch (Exception e) { + e.printStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取食物列表失败!"); + } + + return map; + } + + /** + * 获取销量好的食品 + * + * @param page ,limit,campusId + * @return + */ + @RequestMapping(value = "/getFoodListWelcome") + public @ResponseBody + Map getFoodListWelcome(@RequestParam Integer campusId, + Integer limit, Integer page) { + Map map = new HashMap(); + + try { + Map paramMap = new HashMap<>(); + paramMap.put("campusId", campusId); + + if (limit != null && page != null) { + paramMap.put("offset", (page - 1) * limit); + paramMap.put("limit", limit); + } + + List foodlist = foodService.getFoodListWelcome(paramMap); + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取数据成功!"); + map.put("foods", foodlist); + } catch (Exception e) { + e.printStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取食物列表失败!"); + } + + return map; + } + + /** + * 获取新品 + * + * @param limit ,page,campusId + * @return + */ + @RequestMapping(value = "/getFoodListFresh") + public @ResponseBody + Map getFoodListFresh(Integer limit, + @RequestParam Integer campusId, Integer page) { + Map map = new HashMap(); + + try { + Map paramMap = new HashMap<>(); + paramMap.put("campusId", campusId); + + if (limit != null && page != null) { + paramMap.put("offset", (page - 1) * limit); + paramMap.put("limit", limit); + } + + List foodlist = foodService.getFoodListFresh(paramMap); + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取数据成功!"); + map.put("foods", foodlist); + } catch (Exception e) { + e.printStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取食物列表失败!"); + } + + return map; + } + + /** + * 添加分类 + * + * @param categoryId + * @param categoryName + * @param isOpen 是否开通 + * @param status 0添加,1更新 + * @param campusId 校区id + * @return + */ + @RequestMapping(value = "updateFoodCategory") + public @ResponseBody + Map updateFoodFristCategory(@RequestParam Integer campusId, + Integer categoryId, @RequestParam String categoryName, + @RequestParam Short isOpen, Integer status) { + Map map = new HashMap(); + + try { + FoodCategory foodCategory = new FoodCategory(); + foodCategory.setCategoryId(categoryId); + foodCategory.setCategory(categoryName); + foodCategory.setTag((short) 1); + foodCategory.setParentId(0); + foodCategory.setCampusId(campusId); + foodCategory.setIsOpen((short) isOpen); + + Map paramMap = new HashMap(); + paramMap.put("categoryId", categoryId); + paramMap.put("campusId", campusId); + int flag = 0; + if (categoryId != null) { + // 查询是否已存在该分类 + FoodCategory foodCategory2 = foodService + .selectCategoryByPrimaryKey(paramMap); + if (foodCategory2 == null) { + flag = foodService.insertCategorySelective(foodCategory); + } else { + // id已存在 + if (status == 0) { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "id已存在,不能添加"); + return map; + } else { + flag = foodService + .updateCategoryByPrimaryKeySelective(foodCategory); // 更新该分类 + } + } + } else { // 新增商品 + flag = foodService.insertCategorySelective(foodCategory); + } + if (flag == 0 || flag == -1) { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "提交失败"); + } 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; + } + + // 弃用 + /* * @RequestMapping("/updateFoodSecondCategory") public String * updateFoodSecondCategory(@RequestParam MultipartFile myfile, * HttpServletRequest request)throws IOException{ FoodCategory @@ -806,179 +795,179 @@ Map updateFoodFristCategory(@RequestParam Integer campusId, * } */ - /** - * 删除食品分类 - * - * @param categoryIds - * @return - */ - @RequestMapping("/deleteFoodCategory.do") - public @ResponseBody - Map deleteFoodCategory(@RequestParam Integer campusId, - @RequestParam String categoryIds) { - Map map = new HashMap<>(); - - String[] categoryidsString = categoryIds.split(","); - - try { - Map paramMap = new HashMap(); - paramMap.put("campusId", campusId); - int flag = 0; - - // 渐次删除分类 - for (String categoryId : categoryidsString) { - if (categoryId != null && !categoryId.trim().equals("")) { - paramMap.put("categoryId", Integer.valueOf(categoryId)); - flag = foodService.deleteCategoryByPrimaryKey(paramMap); - } - } - - if (flag == -1 || flag == 0) { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "删除失败"); - } 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; - } - - /** - * 在pc端添加食品 - * - * @param myfile - * @param request - * @return - */ - @RequestMapping(value = "/updateFoods") - public String updateFoods(@RequestParam MultipartFile[] myfile, - HttpServletRequest request) { - try { - Long foodId = Long.valueOf(request.getParameter("foodId")); // 获取食品id - Float price = Float.valueOf(request.getParameter("price")); // 获取价格 - String name = request.getParameter("foodName"); // 获取食品名称 - Float discountPrice = Float.valueOf(request - .getParameter("discountPrice")); // 获取折扣价 - Short status = Short.valueOf(request.getParameter("status")); // 获取食品上架下架状态 - Short isDiscount = Short.valueOf(request - .getParameter("is_discount")); // 是否打折 - Short isFullDiscount = Short.valueOf(request - .getParameter("isFullDiscount")); // 是否参加满减 - String foodFlag = request.getParameter("foodTag"); // 食品标签 - Integer categoryId = Integer.valueOf(request - .getParameter("parentId")); // 获取分类Id - Float primeCost = null; - - String message = request.getParameter("message"); - System.out.println(message); - String temp1 = request.getParameter("primeCost"); // 获取成本价 - String temp2 = request.getParameter("foodCount"); // 获取食品数量 - Integer campusId = Integer - .valueOf(request.getParameter("campusId")); // 获取校区 - if (temp1 != null && !temp1.trim().equals("")) { - primeCost = Float.valueOf(request.getParameter("primeCost")); - } - Integer foodCount = null; - if (temp2 != null && !temp2.trim().equals("")) { - foodCount = Integer.valueOf(request.getParameter("foodCount")); - } - - String realPath = request.getSession().getServletContext() - .getRealPath("/"); - realPath = realPath.replace("foryou", "ForyouImage"); - realPath = realPath.concat("food/"); - System.out.println(realPath); // 打印出服务器路径 - - List imageUrl = new ArrayList(); - for (MultipartFile file : myfile) { - if (file.isEmpty()) { - System.out.println("文件未上传"); - imageUrl.add(null); - } else { - String contentType = file.getContentType(); - - if (contentType.startsWith("image")) { - String newFileName = new Date().getTime() + "" - + new Random().nextInt() + ".jpg"; - FileUtils.copyInputStreamToFile(file.getInputStream(), - new File(realPath, newFileName)); // 写文件 - imageUrl.add(Constants.localIp + "/food/" + newFileName); - } - } - } - Food food = new Food(campusId, foodId, name, price, discountPrice, - imageUrl.get(0), null, status, foodFlag, isDiscount, - categoryId, primeCost); - food.setMessage(message); - food.setFoodCount(foodCount); - food.setIsFullDiscount(isFullDiscount); - Map paramMap = new HashMap(); - paramMap.put("campusId", campusId); - paramMap.put("foodId", foodId); - Food orignFood = foodService.selectFoodByPrimaryKey(paramMap); // 查看该食品是否存在 - int flag = 0; - if (orignFood == null) { - // 不存在即添加 - flag = foodService.insertFoodSelective(food); - - } else { - // 存在即更新 - flag = foodService.updateFoodByPrimaryKeySelective(food); - - // 删除原食品主图片 - if (food.getImgUrl() != null && orignFood.getImgUrl() != null) { - String[] temp = orignFood.getImgUrl().split("/"); - String imageName = temp[(temp.length - 1)]; - - String name2 = realPath + imageName; - - File file = new File(name2); - if (file.isFile()) { - file.delete();// 删除 - } - } - - if (flag != -1 && flag != 0) { - return "redirect:/pages/food.html"; - } - } - - } catch (Exception e) { - e.printStackTrace(); - return "redirect:/pages/uploadError.html"; - } - return "redirect:/pages/food.html"; - } - - /** - * 添加新食品 弃用 - * - * @param foodId - * ,request - * @param name - * ,request - * @param price - * ,request - * @param discountPrice - * @param grade - * @param imgUrl - * @param info - * @param status - * @param foodCount - * @param foodFlag - * @param tag - * @param isDiscount - * @param categoryId - * @param primeCost - * @return - */ + /** + * 删除食品分类 + * + * @param categoryIds + * @return + */ + @RequestMapping("/deleteFoodCategory.do") + public @ResponseBody + Map deleteFoodCategory(@RequestParam Integer campusId, + @RequestParam String categoryIds) { + Map map = new HashMap<>(); + + String[] categoryidsString = categoryIds.split(","); + + try { + Map paramMap = new HashMap(); + paramMap.put("campusId", campusId); + int flag = 0; + + // 渐次删除分类 + for (String categoryId : categoryidsString) { + if (categoryId != null && !categoryId.trim().equals("")) { + paramMap.put("categoryId", Integer.valueOf(categoryId)); + flag = foodService.deleteCategoryByPrimaryKey(paramMap); + } + } + + if (flag == -1 || flag == 0) { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "删除失败"); + } 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; + } + + /** + * 在pc端添加食品 + * + * @param myfile + * @param request + * @return + */ + @RequestMapping(value = "/updateFoods") + public String updateFoods(@RequestParam MultipartFile[] myfile, + HttpServletRequest request) { + try { + Long foodId = Long.valueOf(request.getParameter("foodId")); // 获取食品id + Float price = Float.valueOf(request.getParameter("price")); // 获取价格 + String name = request.getParameter("foodName"); // 获取食品名称 + Float discountPrice = Float.valueOf(request + .getParameter("discountPrice")); // 获取折扣价 + Short status = Short.valueOf(request.getParameter("status")); // 获取食品上架下架状态 + Short isDiscount = Short.valueOf(request + .getParameter("is_discount")); // 是否打折 + Short isFullDiscount = Short.valueOf(request + .getParameter("isFullDiscount")); // 是否参加满减 + String foodFlag = request.getParameter("foodTag"); // 食品标签 + Integer categoryId = Integer.valueOf(request + .getParameter("parentId")); // 获取分类Id + Float primeCost = null; + + String message = request.getParameter("message"); + System.out.println(message); + String temp1 = request.getParameter("primeCost"); // 获取成本价 + String temp2 = request.getParameter("foodCount"); // 获取食品数量 + Integer campusId = Integer + .valueOf(request.getParameter("campusId")); // 获取校区 + if (temp1 != null && !temp1.trim().equals("")) { + primeCost = Float.valueOf(request.getParameter("primeCost")); + } + Integer foodCount = null; + if (temp2 != null && !temp2.trim().equals("")) { + foodCount = Integer.valueOf(request.getParameter("foodCount")); + } + + String realPath = request.getSession().getServletContext() + .getRealPath("/"); + realPath = realPath.replace("foryou", "ForyouImage"); + realPath = realPath.concat("food/"); + System.out.println(realPath); // 打印出服务器路径 + + List imageUrl = new ArrayList(); + for (MultipartFile file : myfile) { + if (file.isEmpty()) { + System.out.println("文件未上传"); + imageUrl.add(null); + } else { + String contentType = file.getContentType(); + + if (contentType.startsWith("image")) { + String newFileName = new Date().getTime() + "" + + new Random().nextInt() + ".jpg"; + FileUtils.copyInputStreamToFile(file.getInputStream(), + new File(realPath, newFileName)); // 写文件 + imageUrl.add(Constants.localIp + "/food/" + newFileName); + } + } + } + Food food = new Food(campusId, foodId, name, price, discountPrice, + imageUrl.get(0), null, status, foodFlag, isDiscount, + categoryId, primeCost); + food.setMessage(message); + food.setFoodCount(foodCount); + food.setIsFullDiscount(isFullDiscount); + Map paramMap = new HashMap(); + paramMap.put("campusId", campusId); + paramMap.put("foodId", foodId); + Food orignFood = foodService.selectFoodByPrimaryKey(paramMap); // 查看该食品是否存在 + int flag = 0; + if (orignFood == null) { + // 不存在即添加 + flag = foodService.insertFoodSelective(food); + + } else { + // 存在即更新 + flag = foodService.updateFoodByPrimaryKeySelective(food); + + // 删除原食品主图片 + if (food.getImgUrl() != null && orignFood.getImgUrl() != null) { + String[] temp = orignFood.getImgUrl().split("/"); + String imageName = temp[(temp.length - 1)]; + + String name2 = realPath + imageName; + + File file = new File(name2); + if (file.isFile()) { + file.delete();// 删除 + } + } + + if (flag != -1 && flag != 0) { + return "redirect:/pages/food.html"; + } + } + + } catch (Exception e) { + e.printStackTrace(); + return "redirect:/pages/uploadError.html"; + } + return "redirect:/pages/food.html"; + } + + /** + * 添加新食品 弃用 + * + * @param foodId + * ,request + * @param name + * ,request + * @param price + * ,request + * @param discountPrice + * @param grade + * @param imgUrl + * @param info + * @param status + * @param foodCount + * @param foodFlag + * @param tag + * @param isDiscount + * @param categoryId + * @param primeCost + * @return + */ /* * @RequestMapping("/addNewFood") public @ResponseBody Map * addNewFood(@RequestParam Long foodId,@RequestParam String name, @@ -1019,477 +1008,474 @@ public String updateFoods(@RequestParam MultipartFile[] myfile, * return map; } */ - /** - * 弃用,不再有口味 - * - * @param campusId - * @param foodId - * @param speicalId1 - * @param speicalId2 - * @param specialId3 - * @param specialName1 - * @param specialName2 - * @param specialName3 - * @param specialCount1 - * @param specialCount2 - * @param specialCount3 - * @param isDelete1 - * @param isDelete2 - * @param isDelete3 - * @return - */ - @RequestMapping(value = "/updateSpecialById") - public @ResponseBody - Map updateSpecialById(@RequestParam Integer campusId, - @RequestParam Long foodId, String speicalId1, String speicalId2, - String specialId3, String specialName1, String specialName2, - String specialName3, Integer specialCount1, Integer specialCount2, - Integer specialCount3, boolean isDelete1, boolean isDelete2, - boolean isDelete3) { - Map map = new HashMap(); - - // 一次性更新多个食品口味的数量或者名字 - String[] specialIds = { speicalId1, speicalId2, specialId3 }; - String[] specialNames = { specialName1, specialName2, specialName3 }; - Integer[] specialCounts = { specialCount1, specialCount2, specialCount3 }; - boolean[] isDeletes = { isDelete1, isDelete2, isDelete3 }; - - try { - for (int i = 0; i < 3; i++) { - if (specialIds[i] != null && !specialIds[i].equals("")) { - FoodSpecial foodSpecial = new FoodSpecial(campusId, foodId, - specialNames[i], specialCounts[i]); - foodSpecial.setSpecialId(Integer.valueOf(specialIds[i])); - if (isDeletes[i]) { - // 删除口味 - foodService.deleteFoodSpecial(foodSpecial); - } else { - // 更新口味数量 - foodService.updateFoodSpecial(foodSpecial); - } - } - } - 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 campusId - * @return - */ - @RequestMapping("/getHomeFood") - public @ResponseBody - Map getHomeFood(@RequestParam Integer campusId, - Integer limit, Integer page) { - Map map = new HashMap(); - try { - Map paramMap = new HashMap(); - if (limit != null & page != null) { - paramMap.put("limit", limit); - paramMap.put("offset", (page - 1) * limit); - } - paramMap.put("campusId", campusId); - List shortFood = foodService - .selectHomeFood(paramMap); - - map.put("food", shortFood); - if (shortFood.size() == 0) { - 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.FAILURE); - map.put(Constants.MESSAGE, "查找失败"); - } - - return map; - } - - /** - * 获取主页的八个模块信息 - * - * @param campusId - * @return - */ - @RequestMapping("/getHomeCategoryInfo") - public @ResponseBody - Map getHomeCategoryInfo(Integer campusId) { - Map map = new HashMap(); - - try { - Map paramMap = new HashMap(); - paramMap.put("campusId", campusId); - List homeCategory = foodService - .getHomeCategoryInfo(paramMap); - map.put("homeCategory", homeCategory); - map.put("campus", campusService.getCampusById(paramMap)); - 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; - } - - /** - * 获取所有的分类 - * - * @return - */ - @RequestMapping("/getAllFoodCategories") - public @ResponseBody - Map getAllFoodCategories(String campusId, Integer limit, - Integer page, Integer offset) { - Map map = new HashMap(); - try { - Map paramMap = new HashMap<>(); - if (limit != null & offset != null) { - paramMap.put("limit", limit); - paramMap.put("offset", offset); - } - if (limit != null & page != null) { - paramMap.put("limit", limit); - paramMap.put("offset", (page - 1) * limit); - } - paramMap.put("campusId", campusId); - List foodCategories = new ArrayList(); - foodCategories = foodService.getAllFoodCategories(paramMap); - map.put("total", foodService.getAllCategoryCount()); - map.put("rows", foodCategories); - } catch (Exception e) { - e.printStackTrace(); - } - - return map; - } - - /** - * 上传首页推荐食品图片(大图) - * - * @param foodId - * @param homeImage - * @return - * @throws IOException - */ - @RequestMapping("/uploadHomeImage") - public String updateHomeImageByFoodId( - @RequestParam MultipartFile homeImageFile, - HttpServletRequest request) throws IOException { - String foodId = request.getParameter("foodId"); - Integer campusId = Integer.valueOf(request.getParameter("campusId")); - System.out.println(campusId); - String imageUrl = null; - Map paramMap = new HashMap(); - paramMap.put("foodId", foodId); - // 这个toHome值在后台修改 - paramMap.put("toHome", 1); - paramMap.put("campusId", campusId); // 校区号 - - if (homeImageFile.isEmpty()) { // 不更新主页图片 - System.out.println("文件未上传"); - - int flag = foodService.uploadHomeFoodByFoodId(paramMap); - if (flag != 0 && flag != -1) { - return "redirect:/pages/food.html"; - } - } else { // 更新主页图片 - String contentType = homeImageFile.getContentType(); - if (contentType.startsWith("image")) { - String realPath = request.getSession().getServletContext() - .getRealPath("/"); - realPath = realPath.replace("foryou", "ForyouImage"); - realPath = realPath.concat("food/"); - String newFileName = new Date().getTime() + "" - + new Random().nextInt() + ".jpg"; - FileUtils.copyInputStreamToFile(homeImageFile.getInputStream(), - new File(realPath, newFileName)); - imageUrl = Constants.localIp + "/food/" + newFileName; - // 获取原来的图片 - String oldImgUrl = foodService.getFoodHomeImage(paramMap); - - paramMap.put("homeImage", imageUrl); - int flag = foodService.uploadHomeFoodByFoodId(paramMap); - - if (imageUrl != null && oldImgUrl != null) { - String[] temp = oldImgUrl.split("/"); - String imageName = temp[(temp.length - 1)]; - - String name2 = realPath + imageName; - - File file = new File(name2); - if (file.isFile()) { - file.delete();// 删除 - } - } - - if (flag != 0 && flag != -1) { - return "redirect:/pages/food.html"; - } - } - } - return "redirect:/pages/food.html"; - } - - /** - * 更新食品详情图片 - * - * @param detailImageFile1 - * @param detailImageFile2 - * @param detailImageFile3 - * @param request - * @return - * @throws IOException - */ - @RequestMapping("/uploadDetailImage") - public String uploadDetailImageByFoodId( - @RequestParam MultipartFile[] detailImageFiles, - HttpServletRequest request) throws IOException { - StringBuffer bufferInfo = new StringBuffer(); - - String foodId = request.getParameter("foodId"); - String campusId = request.getParameter("campusId"); - - int i = 0; - for (MultipartFile detailImageFile : detailImageFiles) { - i++; - String is_delete = request.getParameter("is_delete" + i); - if (is_delete != null - && request.getParameter("is_delete" + i).equals("on")) { - bufferInfo.append(""); - break; - } - if (detailImageFile.isEmpty()) { - System.out.println("文件未上传"); - bufferInfo.append("," + request.getParameter("img" + i)); - } else { - String contentType = detailImageFile.getContentType(); - if (contentType.startsWith("image")) { - String realPath = request.getSession().getServletContext() - .getRealPath("/"); - realPath = realPath.replace("foryou", "ForyouImage"); - realPath = realPath.concat("food/"); - // System.out.println(realPath); - String newFileName = new Date().getTime() + "" - + new Random().nextInt() + ".jpg"; - FileUtils.copyInputStreamToFile(detailImageFile - .getInputStream(), new File(realPath, newFileName)); - String imageUrl = Constants.localIp + "/food/" - + newFileName; - bufferInfo.append("," + imageUrl); - - String oldImgUrl = request.getParameter("img" + i); - if (imageUrl != null && oldImgUrl != null) { - String[] temp = oldImgUrl.split("/"); - String imageName = temp[(temp.length - 1)]; - - String name2 = realPath + imageName; - - File file = new File(name2); - if (file.isFile()) { - file.delete();// 删除 - } - } - } - - } - } - - Map paramMap = new HashMap(); - paramMap.put("foodId", foodId); - paramMap.put("info", bufferInfo.toString()); - paramMap.put("campusId", campusId); - int flag = foodService.updateInfoByFoodId(paramMap); - if (flag != 0 && flag != -1) { - return "redirect:/pages/food.html"; - } - - return "redirect:/pages/uploadError.html"; - } - - /** - * 返回JSON数组类型的食品分类,用于客户端分页 - * - * @param campusId - * @return - */ - @RequestMapping("getAllFoodCategories4Client") - public @ResponseBody - JSONArray getAllFoodCategories4Client(@RequestParam Long campusId) { - Map paramMap = new HashMap(); - paramMap.put("campusId", campusId); - - List foodCategories = foodService - .getAllFoodCategories(paramMap); - - return (JSONArray) JSON.toJSON(foodCategories); - } - - /** - * 对应校区 - * - * @param foodId - * @return - */ - @RequestMapping("cancelRecommend") - public @ResponseBody - Map cancelRecommend(@RequestParam Long foodId, - @RequestParam Integer campusId) { - Map responseMap = new HashMap(); - Map paramMap = new HashMap(); - - paramMap.put("foodId", foodId); - paramMap.put("toHome", 0); - paramMap.put("campusId", campusId); - Integer cancel = foodService.cancelRecommend(paramMap); - if (cancel == -1 || cancel == 0) { - responseMap.put(Constants.STATUS, Constants.FAILURE); - responseMap.put(Constants.MESSAGE, "取消推荐失败!"); - } else { - responseMap.put(Constants.STATUS, Constants.SUCCESS); - responseMap.put(Constants.MESSAGE, "取消推荐成功!"); - } - return responseMap; - } - - /** - * - * @param dateStart - * @param dateEnd - * @param page - * @param limit - * @return - */ - @RequestMapping("getTopFive") - public @ResponseBody - Map getTopFive(@RequestParam String dateStart, - @RequestParam Integer campusId, @RequestParam String dateEnd, - Integer page, Integer limit) { - Map requestMap = new HashMap(); - Map responseMap = new HashMap(); - - if (dateStart != null && dateEnd != null) { - try { - requestMap.put("dateStart", - new SimpleDateFormat("yyyy-MM-dd").parse(dateStart)); - requestMap.put("dateEnd", - new SimpleDateFormat("yyyy-MM-dd").parse(dateEnd)); - requestMap.put("limit", limit); - requestMap.put("offset", (page - 1) * limit); - requestMap.put("campusId", campusId); - JSONArray hotFive = (JSONArray) JSONArray.toJSON(foodService - .getTopFive(requestMap)); - responseMap.put("hotFive", hotFive); - } catch (ParseException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - } + /** + * 弃用,不再有口味 + * + * @param campusId + * @param foodId + * @param speicalId1 + * @param speicalId2 + * @param specialId3 + * @param specialName1 + * @param specialName2 + * @param specialName3 + * @param specialCount1 + * @param specialCount2 + * @param specialCount3 + * @param isDelete1 + * @param isDelete2 + * @param isDelete3 + * @return + */ + @RequestMapping(value = "/updateSpecialById") + public @ResponseBody + Map updateSpecialById(@RequestParam Integer campusId, + @RequestParam Long foodId, String speicalId1, String speicalId2, + String specialId3, String specialName1, String specialName2, + String specialName3, Integer specialCount1, Integer specialCount2, + Integer specialCount3, boolean isDelete1, boolean isDelete2, + boolean isDelete3) { + Map map = new HashMap(); + + // 一次性更新多个食品口味的数量或者名字 + String[] specialIds = {speicalId1, speicalId2, specialId3}; + String[] specialNames = {specialName1, specialName2, specialName3}; + Integer[] specialCounts = {specialCount1, specialCount2, specialCount3}; + boolean[] isDeletes = {isDelete1, isDelete2, isDelete3}; + + try { + for (int i = 0; i < 3; i++) { + if (specialIds[i] != null && !specialIds[i].equals("")) { + FoodSpecial foodSpecial = new FoodSpecial(campusId, foodId, + specialNames[i], specialCounts[i]); + foodSpecial.setSpecialId(Integer.valueOf(specialIds[i])); + if (isDeletes[i]) { + // 删除口味 + foodService.deleteFoodSpecial(foodSpecial); + } else { + // 更新口味数量 + foodService.updateFoodSpecial(foodSpecial); + } + } + } + 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 campusId + * @return + */ + @RequestMapping("/getHomeFood") + public @ResponseBody + Map getHomeFood(@RequestParam Integer campusId, + Integer limit, Integer page) { + Map map = new HashMap(); + try { + Map paramMap = new HashMap(); + if (limit != null & page != null) { + paramMap.put("limit", limit); + paramMap.put("offset", (page - 1) * limit); + } + paramMap.put("campusId", campusId); + List shortFood = foodService + .selectHomeFood(paramMap); + + map.put("food", shortFood); + if (shortFood.size() == 0) { + 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.FAILURE); + map.put(Constants.MESSAGE, "查找失败"); + } + + return map; + } + + /** + * 获取主页的八个模块信息 + * + * @param campusId + * @return + */ + @RequestMapping("/getHomeCategoryInfo") + public @ResponseBody + Map getHomeCategoryInfo(Integer campusId) { + Map map = new HashMap(); + + try { + Map paramMap = new HashMap(); + paramMap.put("campusId", campusId); + List homeCategory = foodService + .getHomeCategoryInfo(paramMap); + map.put("homeCategory", homeCategory); + map.put("campus", campusService.getCampusById(paramMap)); + 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; + } + + /** + * 获取所有的分类 + * + * @return + */ + @RequestMapping("/getAllFoodCategories") + public @ResponseBody + Map getAllFoodCategories(String campusId, Integer limit, + Integer page, Integer offset) { + Map map = new HashMap(); + try { + Map paramMap = new HashMap<>(); + if (limit != null & offset != null) { + paramMap.put("limit", limit); + paramMap.put("offset", offset); + } + if (limit != null & page != null) { + paramMap.put("limit", limit); + paramMap.put("offset", (page - 1) * limit); + } + paramMap.put("campusId", campusId); + List foodCategories = new ArrayList(); + foodCategories = foodService.getAllFoodCategories(paramMap); + map.put("total", foodService.getAllCategoryCount()); + map.put("rows", foodCategories); + } catch (Exception e) { + e.printStackTrace(); + } + + return map; + } + + /** + * 上传首页推荐食品图片(大图) + * + * @param homeImageFile + * @return + * @throws IOException + */ + @RequestMapping("/uploadHomeImage") + public String updateHomeImageByFoodId( + @RequestParam MultipartFile homeImageFile, + HttpServletRequest request) throws IOException { + String foodId = request.getParameter("foodId"); + Integer campusId = Integer.valueOf(request.getParameter("campusId")); + System.out.println(campusId); + String imageUrl = null; + Map paramMap = new HashMap(); + paramMap.put("foodId", foodId); + // 这个toHome值在后台修改 + paramMap.put("toHome", 1); + paramMap.put("campusId", campusId); // 校区号 + + if (homeImageFile.isEmpty()) { // 不更新主页图片 + System.out.println("文件未上传"); + + int flag = foodService.uploadHomeFoodByFoodId(paramMap); + if (flag != 0 && flag != -1) { + return "redirect:/pages/food.html"; + } + } else { // 更新主页图片 + String contentType = homeImageFile.getContentType(); + if (contentType.startsWith("image")) { + String realPath = request.getSession().getServletContext() + .getRealPath("/"); + realPath = realPath.replace("foryou", "ForyouImage"); + realPath = realPath.concat("food/"); + String newFileName = new Date().getTime() + "" + + new Random().nextInt() + ".jpg"; + FileUtils.copyInputStreamToFile(homeImageFile.getInputStream(), + new File(realPath, newFileName)); + imageUrl = Constants.localIp + "/food/" + newFileName; + // 获取原来的图片 + String oldImgUrl = foodService.getFoodHomeImage(paramMap); + + paramMap.put("homeImage", imageUrl); + int flag = foodService.uploadHomeFoodByFoodId(paramMap); + + if (imageUrl != null && oldImgUrl != null) { + String[] temp = oldImgUrl.split("/"); + String imageName = temp[(temp.length - 1)]; + + String name2 = realPath + imageName; + + File file = new File(name2); + if (file.isFile()) { + file.delete();// 删除 + } + } + + if (flag != 0 && flag != -1) { + return "redirect:/pages/food.html"; + } + } + } + return "redirect:/pages/food.html"; + } + + /** + * 更新食品详情图片 + * + * @param detailImageFiles + * @param request + * @return + * @throws IOException + */ + @RequestMapping("/uploadDetailImage") + public String uploadDetailImageByFoodId( + @RequestParam MultipartFile[] detailImageFiles, + HttpServletRequest request) throws IOException { + StringBuffer bufferInfo = new StringBuffer(); + + String foodId = request.getParameter("foodId"); + String campusId = request.getParameter("campusId"); + + int i = 0; + for (MultipartFile detailImageFile : detailImageFiles) { + i++; + String is_delete = request.getParameter("is_delete" + i); + if (is_delete != null + && request.getParameter("is_delete" + i).equals("on")) { + bufferInfo.append(""); + break; + } + if (detailImageFile.isEmpty()) { + System.out.println("文件未上传"); + bufferInfo.append("," + request.getParameter("img" + i)); + } else { + String contentType = detailImageFile.getContentType(); + if (contentType.startsWith("image")) { + String realPath = request.getSession().getServletContext() + .getRealPath("/"); + realPath = realPath.replace("foryou", "ForyouImage"); + realPath = realPath.concat("food/"); + // System.out.println(realPath); + String newFileName = new Date().getTime() + "" + + new Random().nextInt() + ".jpg"; + FileUtils.copyInputStreamToFile(detailImageFile + .getInputStream(), new File(realPath, newFileName)); + String imageUrl = Constants.localIp + "/food/" + + newFileName; + bufferInfo.append("," + imageUrl); + + String oldImgUrl = request.getParameter("img" + i); + if (oldImgUrl != null) { + String[] temp = oldImgUrl.split("/"); + String imageName = temp[(temp.length - 1)]; + + String name2 = realPath + imageName; + + File file = new File(name2); + if (file.isFile()) { + file.delete();// 删除 + } + } + } + + } + } + + Map paramMap = new HashMap(); + paramMap.put("foodId", foodId); + paramMap.put("info", bufferInfo.toString()); + paramMap.put("campusId", campusId); + int flag = foodService.updateInfoByFoodId(paramMap); + if (flag != 0 && flag != -1) { + return "redirect:/pages/food.html"; + } + + return "redirect:/pages/uploadError.html"; + } + + /** + * 返回JSON数组类型的食品分类,用于客户端分页 + * + * @param campusId + * @return + */ + @RequestMapping("getAllFoodCategories4Client") + public @ResponseBody + JSONArray getAllFoodCategories4Client(@RequestParam Long campusId) { + Map paramMap = new HashMap(); + paramMap.put("campusId", campusId); + + List foodCategories = foodService + .getAllFoodCategories(paramMap); + + return (JSONArray) JSON.toJSON(foodCategories); + } + + /** + * 对应校区 + * + * @param foodId + * @return + */ + @RequestMapping("cancelRecommend") + public @ResponseBody + Map cancelRecommend(@RequestParam Long foodId, + @RequestParam Integer campusId) { + Map responseMap = new HashMap(); + Map paramMap = new HashMap(); + + paramMap.put("foodId", foodId); + paramMap.put("toHome", 0); + paramMap.put("campusId", campusId); + Integer cancel = foodService.cancelRecommend(paramMap); + if (cancel == -1 || cancel == 0) { + responseMap.put(Constants.STATUS, Constants.FAILURE); + responseMap.put(Constants.MESSAGE, "取消推荐失败!"); + } else { + responseMap.put(Constants.STATUS, Constants.SUCCESS); + responseMap.put(Constants.MESSAGE, "取消推荐成功!"); + } + return responseMap; + } + + /** + * @param dateStart + * @param dateEnd + * @param page + * @param limit + * @return + */ + @RequestMapping("getTopFive") + public @ResponseBody + Map getTopFive(@RequestParam String dateStart, + @RequestParam Integer campusId, @RequestParam String dateEnd, + Integer page, Integer limit) { + Map requestMap = new HashMap(); + Map responseMap = new HashMap(); + + if (dateStart != null && dateEnd != null) { + try { + requestMap.put("dateStart", + new SimpleDateFormat("yyyy-MM-dd").parse(dateStart)); + requestMap.put("dateEnd", + new SimpleDateFormat("yyyy-MM-dd").parse(dateEnd)); + requestMap.put("limit", limit); + requestMap.put("offset", (page - 1) * limit); + requestMap.put("campusId", campusId); + JSONArray hotFive = (JSONArray) JSONArray.toJSON(foodService + .getTopFive(requestMap)); + responseMap.put("hotFive", hotFive); + } catch (ParseException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } /* * JSONArray hotFive = (JSONArray) * JSONArray.toJSON(foodService.getTopFive(requestMap)); * responseMap.put("hotFive", hotFive); */ - return responseMap; - } - - /* - * 添加商品库存 - */ - @RequestMapping("addFoodCountById") - @ResponseBody - public Map addFoodCountById(@RequestParam Integer campusId, - @RequestParam Integer foodId, @RequestParam Integer addCount) { - Map requestMap = new HashMap(); - Map responseMap = new HashMap(); - - requestMap.put("campusId", campusId); - requestMap.put("foodId", foodId); - Food thisFood = foodService.selectFoodByPrimaryKey(requestMap); - requestMap.put("foodCount", thisFood.getFoodCount() + addCount); - Integer result = foodService.addFoodCountById(requestMap); - if (result != 0 && result != -1) { - responseMap.put(Constants.STATUS, Constants.SUCCESS); - responseMap.put(Constants.MESSAGE, "添加库存成功"); - } else { - responseMap.put(Constants.STATUS, Constants.FAILURE); - responseMap.put(Constants.MESSAGE, "添加库存失败"); - } - return responseMap; - } - - /* - * 添加库存 - */ - @RequestMapping("addFoodCount") - @ResponseBody - public Map addFoodCount(@RequestParam Integer campusId, - @RequestParam Integer addCount) { - Map requestMap = new HashMap(); - Map responseMap = new HashMap(); - - requestMap.put("campusId", campusId); - requestMap.put("addCount", addCount); - // System.out.println(resultMap); - Integer result = foodService.addFoodCount(requestMap); - if (result != 0 && result != -1) { - responseMap.put(Constants.STATUS, Constants.SUCCESS); - responseMap.put(Constants.MESSAGE, "添加库存成功"); - } else { - responseMap.put(Constants.STATUS, Constants.FAILURE); - responseMap.put(Constants.MESSAGE, "添加库存失败"); - } - return responseMap; - } - - /* - * 获取商品详情 - */ - @RequestMapping("/getDetailImg") - @ResponseBody - public Map getDetailImg(@RequestParam Integer campusId, - @RequestParam Long foodId) { - Map resultMap = new HashMap(); - - try { - Map paramMap = new HashMap(); - paramMap.put("campusId", campusId); - paramMap.put("foodId", foodId); - - String imgs = foodService.getDetailImg(paramMap); - String[] detailImgs = imgs.split(","); - List detailImgsWithoutNull = new ArrayList(); - - for (String img : detailImgs) { - if (!img.trim().equals("")) { - detailImgsWithoutNull.add(img); - } - } - resultMap.put("imgs", detailImgsWithoutNull); - - 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; - } + return responseMap; + } + + /* + * 添加商品库存 + */ + @RequestMapping("addFoodCountById") + @ResponseBody + public Map addFoodCountById(@RequestParam Integer campusId, + @RequestParam Integer foodId, @RequestParam Integer addCount) { + Map requestMap = new HashMap(); + Map responseMap = new HashMap(); + + requestMap.put("campusId", campusId); + requestMap.put("foodId", foodId); + Food thisFood = foodService.selectFoodByPrimaryKey(requestMap); + requestMap.put("foodCount", thisFood.getFoodCount() + addCount); + Integer result = foodService.addFoodCountById(requestMap); + if (result > 0) { + responseMap.put(Constants.STATUS, Constants.SUCCESS); + responseMap.put(Constants.MESSAGE, "添加库存成功"); + } else { + responseMap.put(Constants.STATUS, Constants.FAILURE); + responseMap.put(Constants.MESSAGE, "添加库存失败"); + } + + return responseMap; + } + + /* + * 添加库存 + */ + @RequestMapping("addFoodCount") + @ResponseBody + public Map addFoodCount(@RequestParam Integer campusId, + @RequestParam Integer addCount) { + Map requestMap = new HashMap(); + Map responseMap = new HashMap(); + + requestMap.put("campusId", campusId); + requestMap.put("addCount", addCount); + Integer result = foodService.addFoodCount(requestMap); + if (result > 0) { + responseMap.put(Constants.STATUS, Constants.SUCCESS); + responseMap.put(Constants.MESSAGE, "添加库存成功"); + } else { + responseMap.put(Constants.STATUS, Constants.FAILURE); + responseMap.put(Constants.MESSAGE, "添加库存失败"); + } + return responseMap; + } + + /* + * 获取商品详情 + */ + @RequestMapping("/getDetailImg") + @ResponseBody + public Map getDetailImg(@RequestParam Integer campusId, + @RequestParam Long foodId) { + Map resultMap = new HashMap(); + + try { + Map paramMap = new HashMap(); + paramMap.put("campusId", campusId); + paramMap.put("foodId", foodId); + + String imgs = foodService.getDetailImg(paramMap); + String[] detailImgs = imgs.split(","); + List detailImgsWithoutNull = new ArrayList(); + + for (String img : detailImgs) { + if (!img.trim().equals("")) { + detailImgsWithoutNull.add(img); + } + } + + resultMap.put("imgs", detailImgsWithoutNull); + + 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; + } } diff --git a/src/main/java/com/changyu/foryou/controller/HotSearchController.java b/src/main/java/com/changyu/foryou/controller/HotSearchController.java index a9aeacd..4fbbb4a 100644 --- a/src/main/java/com/changyu/foryou/controller/HotSearchController.java +++ b/src/main/java/com/changyu/foryou/controller/HotSearchController.java @@ -20,146 +20,153 @@ @Controller @RequestMapping("/hotSearch") public class HotSearchController { - @Resource private HotSearchService hotSearchService; - - /** - * 获取所有的热门搜索标签 - * @param campusId 校区id - * @return - */ - @RequestMapping("/getHotSearchs") - public @ResponseBody List getHotSearchs(@RequestParam Integer campusId){ - Map paramMap=new HashMap(); - paramMap.put("campusId",campusId); - List searchs=hotSearchService.getHotSearchs(paramMap); - - return searchs; - } - - /** - * 将标签设为不显示 - * @param campusId //校区id - * @param hotId 搜索标签id - * @return - */ - @RequestMapping("/setNot2Display") - public @ResponseBody Map setNot2Display(@RequestParam Integer hotId){ - Map resultMap=new HashMap<>(); - - try { - Map paramMap=new HashMap(); - //paramMap.put("campusId",campusId); - paramMap.put("hotId",hotId); - int flag=hotSearchService.setNot2Display(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) { - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "修改失败"); - } - - return resultMap; - } - - /** - * 将标签设为显示 - * @param campusId - * @param hotId - * @return - */ - @RequestMapping("/set2Display") - public @ResponseBody Map set2Display(@RequestParam Integer hotId){ - Map resultMap=new HashMap<>(); - try { - Map paramMap=new HashMap(); - //paramMap.put("campusId",campusId); - paramMap.put("hotId",hotId); - int flag=hotSearchService.set2Display(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) { - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "修改失败"); - } - - - return resultMap; - } - - /** - * 删除标签 - * @param hotIds - * @return - */ - @RequestMapping("/deleteHotSearchs") - public @ResponseBody Map deleteHotSearchs(@RequestParam String hotIds){ - Map resultMap=new HashMap<>(); - - try { - Map paramMap=new HashMap<>(); - - String[] hotIdsStrings=hotIds.split(","); - paramMap.put("hotIds",hotIdsStrings); - int flag= hotSearchService.deleteHotSearchs(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; - } - - @RequestMapping("/updateHotSearch") - public @ResponseBody Map updateHotSearch(Integer hotId,String displayName,Integer campusId,String searchTag){ - Map resultMap=new HashMap(); - - try { - HotSearch hotSearch=new HotSearch(); + @Resource + private HotSearchService hotSearchService; + + /** + * 获取所有的热门搜索标签 + * + * @param campusId 校区id + * @return + */ + @RequestMapping("/getHotSearchs") + public @ResponseBody + List getHotSearchs(@RequestParam Integer campusId) { + Map paramMap = new HashMap(); + paramMap.put("campusId", campusId); + List searchs = hotSearchService.getHotSearchs(paramMap); + + return searchs; + } + + /** + * 将标签设为不显示 + * + * @param hotId 搜索标签id + * @return + */ + @RequestMapping("/setNot2Display") + public @ResponseBody + Map setNot2Display(@RequestParam Integer hotId) { + Map resultMap = new HashMap<>(); + + try { + Map paramMap = new HashMap(); + paramMap.put("hotId", hotId); + int flag = hotSearchService.setNot2Display(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) { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "修改失败"); + } + + return resultMap; + } + + /** + * 将标签设为显示 + * + * @param hotId + * @return + */ + @RequestMapping("/set2Display") + public @ResponseBody + Map set2Display(@RequestParam Integer hotId) { + Map resultMap = new HashMap<>(); + try { + Map paramMap = new HashMap(); + //paramMap.put("campusId",campusId); + paramMap.put("hotId", hotId); + int flag = hotSearchService.set2Display(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) { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "修改失败"); + } + + + return resultMap; + } + + /** + * 删除标签 + * + * @param hotIds + * @return + */ + @RequestMapping("/deleteHotSearchs") + public @ResponseBody + Map deleteHotSearches(@RequestParam String hotIds) { + Map resultMap = new HashMap<>(); + + try { + Map paramMap = new HashMap<>(); + + String[] hotIdsStrings = hotIds.split(","); + paramMap.put("hotIds", hotIdsStrings); + int flag = hotSearchService.deleteHotSearchs(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; + } + + @RequestMapping("/updateHotSearch") + public @ResponseBody + Map updateHotSearch(Integer hotId, String displayName, Integer campusId, String searchTag) { + Map resultMap = new HashMap(); + + try { + HotSearch hotSearch = new HotSearch(); hotSearch.setSearchTag(searchTag); hotSearch.setDisplayName(displayName); - - int flag=-1; - if(hotId==0||hotId==null){ - //新增 - hotSearch.setCampusId(campusId); - hotSearch.setCreateTime(new Date().getTime()); - flag=hotSearchService.insert(hotSearch); //添加 - }else{ - hotSearch.setHotId(hotId); - flag=hotSearchService.update(hotSearch); //更新 + + int flag = -1; + if (hotId == 0 || hotId == null) { + //新增 + hotSearch.setCampusId(campusId); + hotSearch.setCreateTime(new Date().getTime()); + flag = hotSearchService.insert(hotSearch); //添加 + } else { + hotSearch.setHotId(hotId); + flag = hotSearchService.update(hotSearch); //更新 } - - if(flag!=-1){ - resultMap.put(Constants.STATUS,Constants.SUCCESS); - resultMap.put(Constants.MESSAGE, "修改成功"); - }else{ - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "修改失败"); + + 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; - } + } 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/NewsController.java b/src/main/java/com/changyu/foryou/controller/NewsController.java index b59d3aa..c84e56b 100644 --- a/src/main/java/com/changyu/foryou/controller/NewsController.java +++ b/src/main/java/com/changyu/foryou/controller/NewsController.java @@ -29,178 +29,181 @@ /** * 处理新闻控制器 - * @author 殿下 * + * @author 殿下 */ @Controller @RequestMapping("/news") public class NewsController { - private NewsService newsService; - - public NewsService getNewsService() { - return newsService; - } - - @Autowired - public void setNewsService(NewsService newsService) { - this.newsService = newsService; - } - - /** - * 获取主界面图片 - * @return - */ - @RequestMapping("/getMainImage") - public @ResponseBody Map getMainImage(@RequestParam Integer campusId,Integer page,Integer limit){ - Map map=new HashMap(); - Map requestMap = new HashMap(); - requestMap.put("campusId", campusId); - if(page!=null&&limit!=null){ - requestMap.put("offset", (page-1)*limit); - requestMap.put("limit", limit); - } - try { - List news=newsService.getSmallNews(requestMap); - if(news.size()==0){ - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "没有图片!"); - map.put("newsList", news); - }else{ - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取图片成功!"); - map.put("newsList", news); - } - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取图片失败"); - } - - return map; - } - - /** - * 根据id获取新闻 - * @param newsId - * @return - */ - @RequestMapping("/getNewsById") - public @ResponseBody Map getNewsById(@RequestParam Long newsId){ - Map map=new HashMap(); - - try { - News news=newsService.getNewsById(newsId); - if(news==null){ - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE,"获取新闻失败"); - }else{ - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE,"获取新闻成功"); - map.put("news", news); - } - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE,"获取新闻失败"); - } - return map; - } - - @RequestMapping("/getPCAllNews") - public @ResponseBody JSONArray getPcAllNews(@RequestParam Integer campusId){ - List news=null; - Map requestMap = new HashMap(); - requestMap.put("campusId",campusId); - try { - news=newsService.getPcAllNews(requestMap); - System.out.println(news.size()); - for(News newsMessage:news){ - if(newsMessage.getContent().length()>27){ - String contentString=newsMessage.getContent().substring(0,26); - newsMessage.setContent(contentString+"....."); - } - } - JSONArray json=JSON.parseArray(JSON.toJSONStringWithDateFormat(news, "yyyy-MM-dd")); - return json; - } catch (Exception e) { - e.getStackTrace(); - e.getMessage(); - } - - return null; - } - - /** - * 更新新闻图片 - * @param myfile - * @param request - * @return - * @throws IOException - */ - @RequestMapping("/uploadNewsImage") - public String uploadNewsImage(@RequestParam MultipartFile myfile, HttpServletRequest request)throws IOException{ - News news=new News(); - - String title=request.getParameter("title"); - String content=request.getParameter("content"); - Integer campusId = Integer.parseInt(request.getParameter("campusId")); - if(myfile.isEmpty()){ - System.out.println("文件未上传"); - }else{ - String contentType=myfile.getContentType(); - - if(contentType.startsWith("image")){ - String realPath = request.getSession().getServletContext().getRealPath("/"); - - realPath=realPath.replace("foryou", "ForyouImage"); - realPath=realPath.concat("/news"); - - System.out.println(realPath); - String newFileName=new Date().getTime()+""+new Random().nextInt()+".jpg"; - FileUtils.copyInputStreamToFile(myfile.getInputStream(), new File(realPath, newFileName)); - - String imageUrl=Constants.localIp+"/news/"+newFileName; - news.setImgUrl(imageUrl); - news.setTitle(title); - news.setCreateTime(new Date()); - news.setContent(content); - news.setNewsId(new Date().getTime()); - news.setCampusId(campusId); - int flag= newsService.addNews(news); - if(flag!=0&&flag!=-1){ - return "redirect:/pages/news.html"; - } - } - } - - return "redirect:/pages/uploadError.html"; - } - - @RequestMapping(value="/deleteNews",method=RequestMethod.POST) - public @ResponseBody Map deleteNewsById(String newsId){ - Map map=new HashMap<>(); - String ids[]=newsId.split(","); - try { - int flag=0; - - for (String id:ids) { - if(id!=null&&!id.equals("")){ - flag=newsService.deleteById(id); - } - } - if(flag!=-1){ - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "删除新闻成功!"); - }else{ - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "删除新闻失败!"); + private NewsService newsService; + + @Autowired + public void setNewsService(NewsService newsService) { + this.newsService = newsService; + } + + /** + * 获取主界面图片 + * + * @return + */ + @RequestMapping("/getMainImage") + public @ResponseBody + Map getMainImage(@RequestParam Integer campusId, Integer page, Integer limit) { + Map map = new HashMap(); + Map requestMap = new HashMap(); + requestMap.put("campusId", campusId); + if (page != null && limit != null) { + requestMap.put("offset", (page - 1) * limit); + requestMap.put("limit", limit); + } + try { + List news = newsService.getSmallNews(requestMap); + if (news.size() == 0) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "没有图片!"); + map.put("newsList", news); + } else { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取图片成功!"); + map.put("newsList", news); + } + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取图片失败"); + } + + return map; + } + + /** + * 根据id获取新闻 + * + * @param newsId + * @return + */ + @RequestMapping("/getNewsById") + public @ResponseBody + Map getNewsById(@RequestParam Long newsId) { + Map map = new HashMap(); + + try { + News news = newsService.getNewsById(newsId); + if (news == null) { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取新闻失败"); + } else { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取新闻成功"); + map.put("news", news); + } + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取新闻失败"); + } + return map; + } + + @RequestMapping("/getPCAllNews") + public @ResponseBody + JSONArray getPcAllNews(@RequestParam Integer campusId) { + List news = null; + Map requestMap = new HashMap(); + requestMap.put("campusId", campusId); + try { + news = newsService.getPcAllNews(requestMap); + System.out.println(news.size()); + for (News newsMessage : news) { + if (newsMessage.getContent().length() > 27) { + String contentString = newsMessage.getContent().substring(0, 26); + newsMessage.setContent(contentString + "....."); + } + } + JSONArray json = JSON.parseArray(JSON.toJSONStringWithDateFormat(news, "yyyy-MM-dd")); + return json; + } catch (Exception e) { + e.getStackTrace(); + e.getMessage(); + } + + return null; + } + + /** + * 更新新闻图片 + * + * @param myfile + * @param request + * @return + * @throws IOException + */ + @RequestMapping("/uploadNewsImage") + public String uploadNewsImage(@RequestParam MultipartFile myfile, HttpServletRequest request) throws IOException { + News news = new News(); + + String title = request.getParameter("title"); + String content = request.getParameter("content"); + Integer campusId = Integer.parseInt(request.getParameter("campusId")); + if (myfile.isEmpty()) { + System.out.println("文件未上传"); + } else { + String contentType = myfile.getContentType(); + + if (contentType.startsWith("image")) { + String realPath = request.getSession().getServletContext().getRealPath("/"); + + realPath = realPath.replace("foryou", "ForyouImage"); + realPath = realPath.concat("/news"); + + System.out.println(realPath); + String newFileName = new Date().getTime() + "" + new Random().nextInt() + ".jpg"; + FileUtils.copyInputStreamToFile(myfile.getInputStream(), new File(realPath, newFileName)); + + String imageUrl = Constants.localIp + "/news/" + newFileName; + news.setImgUrl(imageUrl); + news.setTitle(title); + news.setCreateTime(new Date()); + news.setContent(content); + news.setNewsId(new Date().getTime()); + news.setCampusId(campusId); + int flag = newsService.addNews(news); + if (flag != 0 && flag != -1) { + return "redirect:/pages/news.html"; + } + } + } + + return "redirect:/pages/uploadError.html"; + } + + @RequestMapping(value = "/deleteNews", method = RequestMethod.POST) + public @ResponseBody + Map deleteNewsById(String newsId) { + Map map = new HashMap<>(); + String ids[] = newsId.split(","); + try { + int flag = 0; + + for (String id : ids) { + if (id != null && !id.equals("")) { + flag = newsService.deleteById(id); + } + } + if (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.printStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "删除新闻失败!"); - } - - return map; - } + } catch (Exception e) { + e.printStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "删除新闻失败!"); + } + + return map; + } } diff --git a/src/main/java/com/changyu/foryou/controller/OrderController.java b/src/main/java/com/changyu/foryou/controller/OrderController.java index 9c300a9..5d8b7da 100644 --- a/src/main/java/com/changyu/foryou/controller/OrderController.java +++ b/src/main/java/com/changyu/foryou/controller/OrderController.java @@ -50,179 +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(); @@ -241,687 +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 phoneId - * @param orderId - * @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() { - - @Override 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 phoneId - * @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() { - - @Override 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){ - // Map map=new HashMap(); - // try { - // List orders=orderService.superAdminGetOrder(isSelected); - // - // for(SuperAdminOrder superAdminOrder:orders){ - // String togetherId=superAdminOrder.getTogetherId(); - // - // List - // deliverChildOrders=orderService.getDeliverChildOrders(togetherId); - // Float priceFloat=0f; - // - // //获取该笔订单总价 - // for(DeliverChildOrder deliverChildOrder:deliverChildOrders){ - // if(deliverChildOrder.getIsDiscount()==0){ - // priceFloat+=deliverChildOrder.getPrice()*deliverChildOrder.getOrderCount(); - // }else{ - // priceFloat+=deliverChildOrder.getDiscountPrice()*deliverChildOrder.getOrderCount(); - // } - // } - // superAdminOrder.setPrice(priceFloat); - // } - // 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 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); - - } - }).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); + 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(); + + } 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) { @@ -932,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(); @@ -1076,563 +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 adminPhone ????????????????????????????? - * @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", Integer.valueOf(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&&orders!=null) - { - 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 - * @param totalPrice - * @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; - } - + 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(); + + 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/PackageOrderController.java b/src/main/java/com/changyu/foryou/controller/PackageOrderController.java index 4c38407..659b401 100644 --- a/src/main/java/com/changyu/foryou/controller/PackageOrderController.java +++ b/src/main/java/com/changyu/foryou/controller/PackageOrderController.java @@ -19,10 +19,6 @@ public class PackageOrderController { private PackageService packageService; - public PackageService getPackageService() { - return packageService; - } - @Autowired public void setPackageService(PackageService packageService) { this.packageService = packageService; diff --git a/src/main/java/com/changyu/foryou/controller/PayController.java b/src/main/java/com/changyu/foryou/controller/PayController.java index 47d6bab..073dcf8 100644 --- a/src/main/java/com/changyu/foryou/controller/PayController.java +++ b/src/main/java/com/changyu/foryou/controller/PayController.java @@ -1,204 +1,151 @@ package com.changyu.foryou.controller; -import java.io.BufferedReader; -import java.io.IOException; -import java.util.Enumeration; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -import javax.servlet.http.HttpServletRequest; -import javax.servlet.http.HttpServletResponse; - -import org.apache.log4j.Logger; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.stereotype.Controller; -import org.springframework.web.bind.annotation.RequestMapping; - import com.alibaba.fastjson.JSON; import com.changyu.foryou.model.Order; -import com.changyu.foryou.service.FoodService; -import com.changyu.foryou.service.OrderService; -import com.changyu.foryou.service.PayService; -import com.changyu.foryou.service.PushService; -import com.changyu.foryou.service.UserService; -import com.pingplusplus.exception.APIConnectionException; -import com.pingplusplus.exception.APIException; -import com.pingplusplus.exception.AuthenticationException; -import com.pingplusplus.exception.ChannelException; -import com.pingplusplus.exception.InvalidRequestException; +import com.changyu.foryou.service.*; +import com.pingplusplus.exception.*; import com.pingplusplus.model.Charge; import com.pingplusplus.model.Event; import com.pingplusplus.model.Refund; import com.pingplusplus.model.Webhooks; +import org.apache.log4j.Logger; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Controller; +import org.springframework.web.bind.annotation.RequestMapping; + +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; +import java.io.BufferedReader; +import java.io.IOException; +import java.util.Enumeration; +import java.util.HashMap; +import java.util.List; +import java.util.Map; @Controller @RequestMapping("/pay") public class PayController { - private PayService payService; - private OrderService orderService; + @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); - - public PushService getPushService() { - return pushService; - } - - public void setPushService(PushService pushService) { - this.pushService = pushService; - } - - @Autowired - public void setFoodService(FoodService foodService) { - this.foodService = foodService; - } - - public PayService getPayService() { - return payService; - } - - public OrderService getOrderService() { - return orderService; - } - - public UserService getUserService() { - return userService; - } - - @Autowired - public void setUserService(UserService userService) { - this.userService = userService; - } - - @Autowired - public void setOrderService(OrderService orderService) { - this.orderService = orderService; - } - - @Autowired - public void setPayService(PayService payService) { - this.payService = payService; - } - - /*@RequestMapping("/paytest") - public @ResponseBody Map payTest(String togetherId,Integer amount){ - Map resultMap=new HashMap(); - Charge charge=ChargeInterface.charge(togetherId, amount); - resultMap.put("charge", charge); - return resultMap; - }*/ - - @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(new Runnable() { - - @Override public void run() { //向超级管理员推送,让其分发订单 - - //推送 - //pushService.sendPushByTag("0","一笔新的订单已经到达,请前往选单中查看,并尽早分派配送员进行配送。For优。", 1); - - Map paramterMap=new HashMap(); - paramterMap.put("campusId",campusId); - List superPhones=userService.getAllSuperAdminPhone(paramterMap); - for(String phone:superPhones){ - - //推送 - pushService.sendPush(phone,"一笔新的订单已经到达,请前往选单中查看,并尽早分派配送员进行配送。for优。", 1); - } - } - }).start(); - return flag; - } - + .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); + + //获得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.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; + } + } diff --git a/src/main/java/com/changyu/foryou/controller/PushController.java b/src/main/java/com/changyu/foryou/controller/PushController.java index 906e22a..06a7461 100644 --- a/src/main/java/com/changyu/foryou/controller/PushController.java +++ b/src/main/java/com/changyu/foryou/controller/PushController.java @@ -50,9 +50,9 @@ public void setUserService(UserService userService) { if(alert.equals("1")){ //群推 if(pushDeviceAndroid!=null&&pushDeviceIos!=null){ payload = JpushInterface.buildPushObject_all_all_alert(push_data); - }else if(pushDeviceAndroid==null&&pushDeviceIos!=null){ + }else if(pushDeviceAndroid == null){ payload=JpushInterface.bulidPushObject_ios_alert(push_data); - }else if(pushDeviceAndroid!=null&&pushDeviceIos==null){ + }else { payload=JpushInterface.bulidPushObject_android_alert(push_data); } }else if(alert.equals("4")){ //向个体用户推送,默认向android和ios用户同时推,不管有没有选中android和ios @@ -161,119 +161,4 @@ public void setUserService(UserService userService) { } } - /*@RequestMapping("/pushIOS") - public @ResponseBody void IOSPushTest(){ - try { - List tokens=new ArrayList(); - tokens.add("eb9cd021be0ff3e622a3ad9b54d3996724c6f36c7a03bfbb37a7c3e38f2324e3"); - // tokens.add("dc2cf037bd4465c851b1d96a86b0a028307bc7e443435b6fafe93c2957bb415c"); - //String path="D:/push_mickeyfood_developer.p12"; - String path=this.getClass().getResource("").getPath()+"push_mickeyfood_developer.p12"; - path=path.substring(1).replace("%20", " "); - System.out.println(path); - String password="mickeyfood"; - String message="{'aps':{'alert':'iphone推送测试 www.baidu.com'}}"; - Integer count=1; - boolean sendCount=false; - sendpush(tokens, path, password, message, count, sendCount); - } catch (Exception e) { - e.getStackTrace(); - } - - } - - - public void sendpush(List tokens,String path, String password, String message,Integer count,boolean sendCount) { - - try { - //message是一个json的字符串{“aps”:{“alert”:”iphone推送测试”}} - - PushNotificationPayload payLoad = PushNotificationPayload.fromJSON(message); - - payLoad.addAlert("叶帆和博文都是sb!"); // 消息内容 - - payLoad.addBadge(count); // iphone应用图标上小红圈上的数值 - - payLoad.addSound("default"); // 铃音 默认 - - - - PushNotificationManager pushManager = new PushNotificationManager(); - - //true:表示的是产品发布推送服务 false:表示的是产品测试推送服务 - - pushManager.initializeConnection(new AppleNotificationServerBasicImpl(path, password, false)); - - List notifications = new ArrayList(); - - // 发送push消息 - - if (sendCount) { - - log.debug("--------------------------apple 推送 单-------"); - - Device device = new BasicDevice(); - - device.setToken(tokens.get(0)); - - PushedNotification notification = pushManager.sendNotification(device, payLoad, true); - - notifications.add(notification); - - } else { - - log.debug("--------------------------apple 推送 群-------"); - - List device = new ArrayList(); - - for (String token : tokens) { - - device.add(new BasicDevice(token)); - - } - - notifications = pushManager.sendNotifications(payLoad, device); - - } - - List failedNotifications = PushedNotification.findFailedNotifications(notifications); - - List successfulNotifications = PushedNotification.findSuccessfulNotifications(notifications); - - int failed = failedNotifications.size(); - - int successful = successfulNotifications.size(); - - - - if (successful > 0 && failed == 0) { - - log.debug("-----All notifications pushed 成功 (" + successfulNotifications.size() + "):"); - - } else if (successful == 0 && failed > 0) { - - log.debug("-----All notifications 失败 (" + failedNotifications.size() + "):"); - - } else if (successful == 0 && failed == 0) { - - System.out.println("No notifications could be sent, probably because of a critical error"); - - } else { - - log.debug("------Some notifications 失败 (" + failedNotifications.size() + "):"); - - log.debug("------Others 成功 (" + successfulNotifications.size() + "):"); - - } - - // pushManager.stopConnection(); - - } catch (Exception e) { - - e.printStackTrace(); - - } - - } - */ } diff --git a/src/main/java/com/changyu/foryou/controller/ReceiverController.java b/src/main/java/com/changyu/foryou/controller/ReceiverController.java index ad058b3..ec3f540 100644 --- a/src/main/java/com/changyu/foryou/controller/ReceiverController.java +++ b/src/main/java/com/changyu/foryou/controller/ReceiverController.java @@ -14,7 +14,6 @@ import com.alibaba.fastjson.JSON; import com.changyu.foryou.model.Receiver; -import com.changyu.foryou.service.OrderService; import com.changyu.foryou.service.ReceiverService; import com.changyu.foryou.tools.Constants; @@ -27,26 +26,8 @@ @Controller @RequestMapping("/receiver") public class ReceiverController { - private ReceiverService receiverService; - private OrderService orderService; - - public OrderService getOrderService() { - return orderService; - } - - public void setOrderService(OrderService orderService) { - this.orderService = orderService; - } - - public ReceiverService getReceiverService() { - return receiverService; - } - @Autowired - public void setReceiverService(ReceiverService receiverService) { - this.receiverService = receiverService; - } - + private ReceiverService receiverService; /** * 添加收貨人信息 @@ -158,7 +139,7 @@ public void setReceiverService(ReceiverService receiverService) { public @ResponseBody Map setDefaultAddress(@RequestParam String phoneId,@RequestParam String rank){ Map map=new HashMap(); try{ - receiverService.setRecevierTag(phoneId); //将原先的默认收货地址改成非默认 + receiverService.setReceiverTag(phoneId); //将原先的默认收货地址改成非默认 if(receiverService.setDefaultAddress(phoneId, rank)!=-1){ map.put(Constants.STATUS, Constants.SUCCESS); map.put(Constants.MESSAGE, "设置默认收货地址成功"); diff --git a/src/main/java/com/changyu/foryou/controller/SellerController.java b/src/main/java/com/changyu/foryou/controller/SellerController.java index 23b628d..2c2cd34 100644 --- a/src/main/java/com/changyu/foryou/controller/SellerController.java +++ b/src/main/java/com/changyu/foryou/controller/SellerController.java @@ -21,21 +21,15 @@ @Controller @RequestMapping("/seller") public class SellerController { + @Autowired private SellerService sellerService; - public SellerService getSellerService() { - return sellerService; - } - @Autowired public void setSellerService(SellerService sellerService) { this.sellerService = sellerService; } - - - /** * 商家登录 * @param campusAdmin @@ -45,14 +39,13 @@ public void setSellerService(SellerService sellerService) { public @ResponseBody Map toLogin( @RequestParam String campusAdmin, @RequestParam String password, HttpServletRequest request) { - Map map = new HashMap(); + Map map = new HashMap<>(); if (campusAdmin != null && password != null && !campusAdmin.trim().equals("") && !password.trim().equals("")) { Sellers sellers = sellerService.selectByCampusAdmin(campusAdmin); if (sellers != null) { if (sellers.getPassword().equals(Md5.GetMD5Code(password))) { - //if (sellers.getPassword().equals(password)) { map.put(Constants.STATUS, Constants.SUCCESS); map.put(Constants.MESSAGE, "登陆成功"); map.put("type", sellers.getType()); diff --git a/src/main/java/com/changyu/foryou/controller/UserController.java b/src/main/java/com/changyu/foryou/controller/UserController.java index b156f38..35e1d4e 100644 --- a/src/main/java/com/changyu/foryou/controller/UserController.java +++ b/src/main/java/com/changyu/foryou/controller/UserController.java @@ -37,26 +37,10 @@ @Controller @RequestMapping("/user") public class UserController { - private UserService userService; - private OrderService orderService; - - public UserService getUserService() { - return userService; - } - @Autowired - public void setUserService(UserService userService) { - this.userService = userService; - } - - public OrderService getOrderService() { - return orderService; - } - + private UserService userService; @Autowired - public void setOrderService(OrderService orderService) { - this.orderService = orderService; - } + private OrderService orderService; /** * 取得用户信息 @@ -315,7 +299,7 @@ Map resetPassword(@RequestParam String phone, /** * 获取我的用户总信息 - * @param phoneId 用户id + * @param phone 用户id * @return */ @RequestMapping(value="mineInfo") @@ -324,7 +308,6 @@ Map resetPassword(@RequestParam String phone, try { Map paramMap = new HashMap(); Users users=userService.selectByUsername(phone); - //Map counts=orderService.getOrderSummaryCount(phone); paramMap.put("phoneId", phone); paramMap.put("status", 1); List togetherId1=orderService.getTogetherId(paramMap); diff --git a/src/main/java/com/changyu/foryou/filter/IsLoginFilter.java b/src/main/java/com/changyu/foryou/filter/IsLoginFilter.java index 6227cde..89efe2e 100644 --- a/src/main/java/com/changyu/foryou/filter/IsLoginFilter.java +++ b/src/main/java/com/changyu/foryou/filter/IsLoginFilter.java @@ -1,74 +1,57 @@ -package com.changyu.foryou.filter; - -import java.io.IOException; - -import javax.servlet.FilterChain; -import javax.servlet.FilterConfig; -import javax.servlet.ServletException; -import javax.servlet.ServletRequest; -import javax.servlet.ServletResponse; -import javax.servlet.http.HttpServletRequest; -import javax.servlet.http.HttpServletResponse; -import javax.servlet.http.HttpServletResponseWrapper; -import javax.servlet.Filter; -public class IsLoginFilter implements Filter{ - public FilterConfig config; - - public void destroy() { - this.config = null; - } - - public static boolean isContains(String container, String[] regx) { - boolean result = false; - - for (int i = 0; i < regx.length; i++) { - if (container.indexOf(regx[i]) != -1) { - return true; - } - } - return result; - } - - public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException { - HttpServletRequest hrequest = (HttpServletRequest)request; - HttpServletResponseWrapper wrapper = new HttpServletResponseWrapper((HttpServletResponse) response); - - String loginStrings = config.getInitParameter("loginStrings"); - String includeStrings = config.getInitParameter("includeStrings"); - String redirectPath = hrequest.getContextPath() + config.getInitParameter("redirectPath"); - String disabletestfilter = config.getInitParameter("disabletestfilter"); - - if (disabletestfilter.toUpperCase().equals("Y")) { - chain.doFilter(request, response); - return; - } - String[] loginList = loginStrings.split(";"); - String[] includeList = includeStrings.split(";"); - - if (!IsLoginFilter.isContains(hrequest.getRequestURI(), includeList)) { - chain.doFilter(request, response); - return; - } - - if (IsLoginFilter.isContains(hrequest.getRequestURI(), loginList)) {// - chain.doFilter(request, response); - return; - } - - String user = ( String ) hrequest.getSession().getAttribute("campusAdmin"); - if (user == null) { - wrapper.sendRedirect(redirectPath); - return; - }else { - chain.doFilter(request, response); - return; - } - } - - public void init(FilterConfig filterConfig) throws ServletException { - config = filterConfig; - } - - -} - +//package com.changyu.foryou.filter; +// +//import org.springframework.stereotype.Component; +// +//import javax.servlet.*; +//import javax.servlet.http.HttpServletRequest; +//import javax.servlet.http.HttpServletResponse; +//import javax.servlet.http.HttpServletResponseWrapper; +//import java.io.IOException; +// +//@Component +//public class IsLoginFilter implements Filter { +// public FilterConfig config; +// +// public void destroy() { +// this.config = null; +// } +// +// public static boolean isContains(String container, String[] regx) { +// boolean result = false; +// +// for (int i = 0; i < regx.length; i++) { +// if (container.contains(regx[i])) { +// result = true; +// } +// } +// +// return result; +// } +// +// public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException { +// chain.doFilter(request,response); +// HttpServletRequest hrequest = (HttpServletRequest) request; +// HttpServletResponseWrapper wrapper = new HttpServletResponseWrapper((HttpServletResponse) response); +// +// String[] loginList = new String[]{"login","toLogin"}; +// +// if (IsLoginFilter.isContains(hrequest.getRequestURI(), loginList)) { +// chain.doFilter(request, response); +// return; +// } +// +// String user = (String) hrequest.getSession().getAttribute("campusAdmin"); +// if (user == null) { +// wrapper.sendRedirect("/login.html"); +// return; +// } else { +// chain.doFilter(request, response); +// return; +// } +// } +// +// public void init(FilterConfig filterConfig) throws ServletException { +// config = filterConfig; +// } +//} +// diff --git a/src/main/java/com/changyu/foryou/filter/SignFilter.java b/src/main/java/com/changyu/foryou/filter/SignFilter.java index 6638a32..a7c5381 100644 --- a/src/main/java/com/changyu/foryou/filter/SignFilter.java +++ b/src/main/java/com/changyu/foryou/filter/SignFilter.java @@ -15,6 +15,8 @@ import javax.servlet.http.HttpServletRequest; import org.apache.log4j.Logger; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Component; import org.springframework.web.context.WebApplicationContext; import org.springframework.web.context.support.WebApplicationContextUtils; @@ -25,101 +27,92 @@ /** * 实行对接口进行签名 - * + * * @author xiaowei * @copyght 倡予科技有限公司 */ +@Component public class SignFilter implements Filter { - - Logger logger = Logger.getLogger(SignFilter.class); - - @Override - public void destroy() { - - } - - @Override - public void doFilter(ServletRequest request, ServletResponse response, - FilterChain chain) throws IOException, ServletException { - @SuppressWarnings("unchecked") - HashMap map = (HashMap) request - .getParameterMap(); - Map resultMap = new HashMap(); - JSON.toJSONString(resultMap); - - if (map.get("server") != null - && map.get("server")[0] - .equals("56846a8a2fee49d14901d39cc48b8b2a")) { - chain.doFilter(request, response); - return; - } - if (map.get("timestamp") == null || map.get("secret") == null - || map.get("sign") == null) { // 签名参数不能为空 - response.reset(); - response.setContentType("text/html;charset=UTF-8"); - response.setCharacterEncoding("utf-8"); - PrintWriter out = response.getWriter(); - resultMap.put(Constants.STATUS, Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "签名必要参数不能为空"); - out.print(JSON.toJSONString(resultMap)); - return; - } - - String sign = Sign.getSignature(map); - String secret = map.get("secret")[0]; - System.out.println("server=" + sign); - System.out.println("client=" + map.get("sign")[0]); - /* - * System.out.println(timeStamp); System.out.println(new - * Date().getTime()); - */ - if ((new Date().getTime() - Long.parseLong(map.get("timestamp")[0])) > 10 * 1000 * 6) { - response.reset(); - response.setContentType("text/html;charset=UTF-8"); - response.setCharacterEncoding("utf-8"); - PrintWriter out = response.getWriter(); - resultMap.put(Constants.STATUS, Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "会话已超时"); - out.print(JSON.toJSONString(resultMap)); - return; - } else if (!map.get("sign")[0].equals(sign)) { - response.reset(); - response.setContentType("text/html;charset=UTF-8"); - response.setCharacterEncoding("utf-8"); - PrintWriter out = response.getWriter(); - resultMap.put(Constants.STATUS, Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "接口签名错误"); - out.print(JSON.toJSONString(resultMap)); - return; - } else { - Map paramMap = new HashMap<>(); - paramMap.put("secrect", secret); - HttpServletRequest httpRequest = (HttpServletRequest) request; - WebApplicationContext wac = WebApplicationContextUtils - .getRequiredWebApplicationContext(httpRequest.getSession() - .getServletContext()); - - // String flag=keyService.SelectKey(paramMap); - KeyService keyService = (KeyService) wac.getBean("keyService"); - String flag = keyService.SelectKey(paramMap); - if (flag == null) { - response.reset(); - response.setContentType("text/html;charset=UTF-8"); - response.setCharacterEncoding("utf-8"); - PrintWriter out = response.getWriter(); - - resultMap.put(Constants.STATUS, Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "密钥不存在"); - out.print(JSON.toJSONString(resultMap)); - return; - } - chain.doFilter(request, response); - } - - } - - @Override - public void init(FilterConfig arg0) throws ServletException { - } + @Autowired + private KeyService keyService; + + @Override + public void destroy() { + + } + + @Override + public void doFilter(ServletRequest request, ServletResponse response, + FilterChain chain) throws IOException, ServletException { + chain.doFilter(request,response); +// HashMap map = (HashMap) request +// .getParameterMap(); +// +// Map resultMap = new HashMap<>(); +// +// if (map.get("server") != null +// && map.get("server")[0] +// .equals("56846a8a2fee49d14901d39cc48b8b2a")) { +// chain.doFilter(request, response); +// return; +// } +// +// if (map.get("timestamp") == null || map.get("secret") == null +// || map.get("sign") == null) { // 签名参数不能为空 +// response.reset(); +// response.setContentType("text/html;charset=UTF-8"); +// response.setCharacterEncoding("utf-8"); +// PrintWriter out = response.getWriter(); +// resultMap.put(Constants.STATUS, Constants.FAILURE); +// resultMap.put(Constants.MESSAGE, "签名必要参数不能为空"); +// out.print(JSON.toJSONString(resultMap)); +// return; +// } +// +// String sign = Sign.getSignature(map); +// String secret = map.get("secret")[0]; +// +// if ((new Date().getTime() - Long.parseLong(map.get("timestamp")[0])) > 10 * 1000 * 6) { +// response.reset(); +// response.setContentType("text/html;charset=UTF-8"); +// response.setCharacterEncoding("utf-8"); +// PrintWriter out = response.getWriter(); +// resultMap.put(Constants.STATUS, Constants.FAILURE); +// resultMap.put(Constants.MESSAGE, "会话已超时"); +// out.print(JSON.toJSONString(resultMap)); +// return; +// } else if (!map.get("sign")[0].equals(sign)) { +// response.reset(); +// response.setContentType("text/html;charset=UTF-8"); +// response.setCharacterEncoding("utf-8"); +// PrintWriter out = response.getWriter(); +// resultMap.put(Constants.STATUS, Constants.FAILURE); +// resultMap.put(Constants.MESSAGE, "接口签名错误"); +// out.print(JSON.toJSONString(resultMap)); +// return; +// } else { +// Map paramMap = new HashMap<>(); +// paramMap.put("secrect", secret); +// +// String flag = keyService.SelectKey(paramMap); +// if (flag == null) { +// response.reset(); +// response.setContentType("text/html;charset=UTF-8"); +// response.setCharacterEncoding("utf-8"); +// PrintWriter out = response.getWriter(); +// +// resultMap.put(Constants.STATUS, Constants.FAILURE); +// resultMap.put(Constants.MESSAGE, "密钥不存在"); +// out.print(JSON.toJSONString(resultMap)); +// return; +// } +// chain.doFilter(request, response); +// } + + } + + @Override + public void init(FilterConfig arg0) throws ServletException { + } } diff --git a/src/main/java/com/changyu/foryou/filter/XssFilter.java b/src/main/java/com/changyu/foryou/filter/XssFilter.java index 2e31fb8..d5f7c71 100644 --- a/src/main/java/com/changyu/foryou/filter/XssFilter.java +++ b/src/main/java/com/changyu/foryou/filter/XssFilter.java @@ -1,5 +1,8 @@ package com.changyu.foryou.filter; +import com.changyu.foryou.tools.XssHttpServletRequestWrapper; +import org.springframework.stereotype.Component; + import java.io.IOException; import javax.servlet.Filter; @@ -10,29 +13,28 @@ import javax.servlet.ServletResponse; import javax.servlet.http.HttpServletRequest; -import com.changyu.foryou.tools.XssHttpServletRequestWraper; - /** * 防止xss攻击过滤器 - * @author xiaowei * + * @author xiaowei */ -public class XssFilter implements Filter{ - - @Override - public void init(FilterConfig filterConfig) throws ServletException { - - } - - @Override - public void doFilter(ServletRequest request, ServletResponse response, - FilterChain chain) throws IOException, ServletException { - chain.doFilter(new XssHttpServletRequestWraper((HttpServletRequest) request), response); - } - - @Override - public void destroy() { - - } +@Component +public class XssFilter implements Filter { + + @Override + public void init(FilterConfig filterConfig) throws ServletException { + + } + + @Override + public void doFilter(ServletRequest request, ServletResponse response, + FilterChain chain) throws IOException, ServletException { + chain.doFilter(new XssHttpServletRequestWrapper((HttpServletRequest) request), response); + } + + @Override + public void destroy() { + + } } diff --git a/src/main/java/com/changyu/foryou/interceptor/LoginInterceptor.java b/src/main/java/com/changyu/foryou/interceptor/LoginInterceptor.java new file mode 100644 index 0000000..c5a8dc6 --- /dev/null +++ b/src/main/java/com/changyu/foryou/interceptor/LoginInterceptor.java @@ -0,0 +1,51 @@ +package com.changyu.foryou.interceptor; + +import org.springframework.web.servlet.HandlerInterceptor; +import org.springframework.web.servlet.ModelAndView; + +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; + +/** + * Created by zhengzhihao on 2017/7/21. + */ +public class LoginInterceptor implements HandlerInterceptor { + @Override + public boolean preHandle(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, Object o) throws Exception { + String[] loginList = new String[]{"login", "toLogin"}; + + if (isContains(httpServletRequest.getRequestURI(), loginList)) { + return true; + } + + String user = (String) httpServletRequest.getSession().getAttribute("campusAdmin"); + if (user == null) { + httpServletResponse.sendRedirect("/login.html"); + return false; + } + + return true; + } + + @Override + public void postHandle(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, Object o, ModelAndView modelAndView) throws Exception { + + } + + @Override + public void afterCompletion(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, Object o, Exception e) throws Exception { + + } + + private boolean isContains(String container, String[] url) { + boolean result = false; + + for (int i = 0; i < url.length; i++) { + if (container.contains(url[i])) { + result = true; + } + } + + return result; + } +} diff --git a/src/main/java/com/changyu/foryou/mapper/SellerMapper.java b/src/main/java/com/changyu/foryou/mapper/SellerMapper.java index d3c8103..6d4921c 100644 --- a/src/main/java/com/changyu/foryou/mapper/SellerMapper.java +++ b/src/main/java/com/changyu/foryou/mapper/SellerMapper.java @@ -8,12 +8,10 @@ public interface SellerMapper { + Sellers selectByCampusAdmin(String campusAdmin); - Sellers selectByCampusAdmin(String campusAdmin); + void updateLastLoginTime(@Param(value = "date") Date date, @Param(value = "campusAdmin") String campusAdmin); - void updateLastLoginTime(@Param(value="date")Date date, @Param(value="campusAdmin") String campusAdmin - ); - - int insertSellective(Sellers seller); + int insertSellective(Sellers seller); } diff --git a/src/main/java/com/changyu/foryou/payment/ChargeInterface.java b/src/main/java/com/changyu/foryou/payment/ChargeInterface.java index c195927..44c63fc 100644 --- a/src/main/java/com/changyu/foryou/payment/ChargeInterface.java +++ b/src/main/java/com/changyu/foryou/payment/ChargeInterface.java @@ -16,62 +16,54 @@ import com.pingplusplus.model.Refund; public class ChargeInterface { - /** - * pingpp 管理平台对应的 API key - */ - public static String apiKey = Constants.apiKey; - /** - * pingpp 管理平台对应的应用 ID - */ - public static String appId = Constants.appId; - - public static Charge charge(String channel,String orderId,Float amount,String clientIp) { - Pingpp.apiKey = apiKey; - Charge charge = null; - Map chargeMap = new HashMap(); - chargeMap.put("amount", (int)(amount*100)); //金额,以分为单位 - chargeMap.put("currency", "cny"); - chargeMap.put("subject", "For优商品"); //商品的标题 - chargeMap.put("body", "For优商品值得信赖"); //商品的描述 - chargeMap.put("order_no", orderId); //订单号 唯一 - chargeMap.put("channel",channel); //支付渠道 - chargeMap.put("client_ip", clientIp); //发起支付请求的客户端ip - Map app = new HashMap(); - app.put("id",appId); - chargeMap.put("app", app); - try { - //发起交易请求 - charge = Charge.create(chargeMap); - System.out.println(charge); - } catch (PingppException e) { - e.printStackTrace(); - } - return charge; - } - - public static Refund Refund(String chargeId,Float price){ - Pingpp.apiKey = apiKey; - Charge ch; - try { - ch = Charge.retrieve(chargeId); - Map refundMap = new HashMap(); - System.out.println("charge=="+JSON.toJSONString(ch)); - refundMap.put("amount", (int)(price*100)); - refundMap.put("description","For优商品正常退款"); - Refund re = ch.getRefunds().create(refundMap); - return re; - } catch (AuthenticationException e) { - e.printStackTrace(); - } catch (InvalidRequestException e) { - e.printStackTrace(); - } catch (APIConnectionException e) { - e.printStackTrace(); - } catch (APIException e) { - e.printStackTrace(); - } catch (ChannelException e) { - e.printStackTrace(); - } - return null; - } + /** + * pingpp 管理平台对应的 API key + */ + public static String apiKey = Constants.apiKey; + /** + * pingpp 管理平台对应的应用 ID + */ + public static String appId = Constants.appId; + + public static Charge charge(String channel, String orderId, Float amount, String clientIp) { + Pingpp.apiKey = apiKey; + Charge charge = null; + Map chargeMap = new HashMap<>(); + chargeMap.put("amount", (int) (amount * 100)); //金额,以分为单位 + chargeMap.put("currency", "cny"); + chargeMap.put("subject", "For优商品"); //商品的标题 + chargeMap.put("body", "For优商品值得信赖"); //商品的描述 + chargeMap.put("order_no", orderId); //订单号 唯一 + chargeMap.put("channel", channel); //支付渠道 + chargeMap.put("client_ip", clientIp); //发起支付请求的客户端ip + Map app = new HashMap(); + app.put("id", appId); + chargeMap.put("app", app); + try { + //发起交易请求 + charge = Charge.create(chargeMap); + System.out.println(charge); + } catch (PingppException e) { + e.printStackTrace(); + } + return charge; + } + + public static Refund Refund(String chargeId, Float price) { + Pingpp.apiKey = apiKey; + Charge ch; + try { + ch = Charge.retrieve(chargeId); + Map refundMap = new HashMap<>(); + System.out.println("charge==" + JSON.toJSONString(ch)); + refundMap.put("amount", (int) (price * 100)); + refundMap.put("description", "For优商品正常退款"); + return ch.getRefunds().create(refundMap); + } catch (AuthenticationException | InvalidRequestException | APIException | APIConnectionException | ChannelException e) { + e.printStackTrace(); + } + + return null; + } } diff --git a/src/main/java/com/changyu/foryou/service/CampusService.java b/src/main/java/com/changyu/foryou/service/CampusService.java index 48bf259..896f394 100644 --- a/src/main/java/com/changyu/foryou/service/CampusService.java +++ b/src/main/java/com/changyu/foryou/service/CampusService.java @@ -16,17 +16,17 @@ public interface CampusService { Integer getIdByName(Map paramMap); - public Integer closeCampus(Map requestMap); + Integer closeCampus(Map requestMap); - public Campus getCampusById(Map paramMap); + Campus getCampusById(Map paramMap); - public CampusAdmin getCampusIdByAdmin(Map paramMap); + CampusAdmin getCampusIdByAdmin(Map paramMap); - public List getAllCampusAdmin(Map paramMap); + List getAllCampusAdmin(Map paramMap); - public Integer updateCampusAdmin(Map paramMap); + Integer updateCampusAdmin(Map paramMap); - public Map addCampus(Map paramMap); + Map addCampus(Map paramMap); Campus getCampus(Map paramMap); //从订单信息里面获取校区信息 diff --git a/src/main/java/com/changyu/foryou/service/FoodService.java b/src/main/java/com/changyu/foryou/service/FoodService.java index 214f664..b76072e 100644 --- a/src/main/java/com/changyu/foryou/service/FoodService.java +++ b/src/main/java/com/changyu/foryou/service/FoodService.java @@ -32,9 +32,6 @@ public interface FoodService { ListgetFirstCategory(Map paramMap); - //List getSecondCategories(Integer id); - - List getFoodSpecial(Map paramMap); int insertSelective(FoodComment record); @@ -47,10 +44,6 @@ public interface FoodService { String getSpecialName(Map paramMap); -// List getAllFoodSecondCategories(); -// -// List getAllFoodFirstCategories(); - int getSpecialCount(Map paramMap); int addFoodSpecial(FoodSpecial foodSpecial); diff --git a/src/main/java/com/changyu/foryou/service/OrderService.java b/src/main/java/com/changyu/foryou/service/OrderService.java index b03fc86..dc3c76a 100644 --- a/src/main/java/com/changyu/foryou/service/OrderService.java +++ b/src/main/java/com/changyu/foryou/service/OrderService.java @@ -31,18 +31,12 @@ public interface OrderService { int changeOrderStatus2Finish(String phoneId, String orderId); - int deleteAllUserOrder(String phoneId); - - // List getOrderListInMine(String phoneId); - List getOrderListInMineWait2Deliver(String phoneId); List getOrderListInMineDeliver(String phoneId); List getOrderListInMineFinish(String phoneId); - //List getOrderListInMine(String phoneId, String togetherId, Short status); - Map getOrderSummaryCount(String phone); List selectOrder(Order order); @@ -55,8 +49,6 @@ public interface OrderService { List superAdminGetOrder(Map paramMap); - int getExitOrderUserRank(String phoneId, String rank); - int setDeliverAdmin(String togetherId, String adminPhone); Order selectOneOrder(String phoneId, String orderId); @@ -65,8 +57,6 @@ public interface OrderService { List getDeliverChildOrders(String togetherId); - Long getPCOrdersCount(Short status,String search); - int setOrderInvalid(Map parameterMap); List selectOrdersByDate(Map paramMap); diff --git a/src/main/java/com/changyu/foryou/service/PushService.java b/src/main/java/com/changyu/foryou/service/PushService.java index 8d4e2fd..4306fd9 100644 --- a/src/main/java/com/changyu/foryou/service/PushService.java +++ b/src/main/java/com/changyu/foryou/service/PushService.java @@ -1,7 +1,7 @@ package com.changyu.foryou.service; public interface PushService { - public void sendPush(String phone, String message, Integer count); + void sendPush(String phone, String message, Integer count); - public void sendPushByTag(String tag, String string, int j); + void sendPushByTag(String tag, String string, int j); } diff --git a/src/main/java/com/changyu/foryou/service/ReceiverService.java b/src/main/java/com/changyu/foryou/service/ReceiverService.java index 26fb0e6..544ec89 100644 --- a/src/main/java/com/changyu/foryou/service/ReceiverService.java +++ b/src/main/java/com/changyu/foryou/service/ReceiverService.java @@ -6,7 +6,6 @@ import com.changyu.foryou.model.Receiver; - public interface ReceiverService { int deleteByPrimaryKey(String phoneId,String rank); @@ -24,7 +23,7 @@ public interface ReceiverService { int insert(Receiver receiver); - int setRecevierTag(String phoneId); + int setReceiverTag(String phoneId); Receiver getReceiver(Map paramMap); } diff --git a/src/main/java/com/changyu/foryou/service/SellerService.java b/src/main/java/com/changyu/foryou/service/SellerService.java index c76b561..acb91ef 100644 --- a/src/main/java/com/changyu/foryou/service/SellerService.java +++ b/src/main/java/com/changyu/foryou/service/SellerService.java @@ -4,12 +4,11 @@ import com.changyu.foryou.model.Sellers; - public interface SellerService { - public Sellers selectByCampusAdmin(String campusAdmin); + Sellers selectByCampusAdmin(String campusAdmin); - public void updateLastLoginTime(Date date, String campusAdmin); + void updateLastLoginTime(Date date, String campusAdmin); - public void addASeller(Sellers seller); + void addASeller(Sellers seller); } diff --git a/src/main/java/com/changyu/foryou/service/UserService.java b/src/main/java/com/changyu/foryou/service/UserService.java index 68836cc..341d511 100644 --- a/src/main/java/com/changyu/foryou/service/UserService.java +++ b/src/main/java/com/changyu/foryou/service/UserService.java @@ -7,7 +7,6 @@ import com.changyu.foryou.model.Feedback; import com.changyu.foryou.model.Users; - public interface UserService { Users selectByUsername(String id);//根据用户手机号获取用户信息 diff --git a/src/main/java/com/changyu/foryou/serviceImpl/CampusServiceImpl.java b/src/main/java/com/changyu/foryou/serviceImpl/CampusServiceImpl.java index 72f5168..d8b01f1 100644 --- a/src/main/java/com/changyu/foryou/serviceImpl/CampusServiceImpl.java +++ b/src/main/java/com/changyu/foryou/serviceImpl/CampusServiceImpl.java @@ -1,34 +1,28 @@ package com.changyu.foryou.serviceImpl; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -import javax.annotation.Resource; - -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.stereotype.Service; - import com.changyu.foryou.mapper.CampusMapper; import com.changyu.foryou.mapper.FoodCategoryMapper; -import com.changyu.foryou.mapper.FoodMapper; import com.changyu.foryou.model.Campus; import com.changyu.foryou.model.CampusAdmin; import com.changyu.foryou.model.City; import com.changyu.foryou.model.CityWithCampus; import com.changyu.foryou.service.CampusService; import com.changyu.foryou.tools.Constants; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Service; + +import java.util.HashMap; +import java.util.List; +import java.util.Map; @Service("campusService") public class CampusServiceImpl implements CampusService { + @Autowired private CampusMapper campusMapper; - @Resource(name="foodCategoryMapper") - private FoodCategoryMapper foodCategoryMapper; @Autowired - public void setCampusMapper(CampusMapper campusMapper) { - this.campusMapper = campusMapper; - } + private FoodCategoryMapper foodCategoryMapper; + public List getAllCampus(Map paramMap) { return campusMapper.selectAllCampus(paramMap); diff --git a/src/main/java/com/changyu/foryou/serviceImpl/FoodServiceImpl.java b/src/main/java/com/changyu/foryou/serviceImpl/FoodServiceImpl.java index f0d7282..361badc 100644 --- a/src/main/java/com/changyu/foryou/serviceImpl/FoodServiceImpl.java +++ b/src/main/java/com/changyu/foryou/serviceImpl/FoodServiceImpl.java @@ -34,37 +34,22 @@ public class FoodServiceImpl implements FoodService{ private FoodSpecialMapper foodSpecialMapper; private FoodCommentMapper foodCommentMapper; - public FoodCommentMapper getFoodCommentMapper() { - return foodCommentMapper; - } - @Autowired public void setFoodCommentMapper(FoodCommentMapper foodCommentMapper) { this.foodCommentMapper = foodCommentMapper; } - public FoodSpecialMapper getFoodSpecialMapper() { - return foodSpecialMapper; - } - @Autowired public void setFoodSpecialMapper(FoodSpecialMapper foodSpecialMapper) { this.foodSpecialMapper = foodSpecialMapper; } - public FoodMapper getFoodMapper() { - return foodMapper; - } @Autowired public void setFoodMapper(FoodMapper foodMapper) { this.foodMapper = foodMapper; } - public FoodCategoryMapper getFoodCategoryMapper() { - return foodCategoryMapper; - } - @Autowired public void setFoodCategoryMapper(FoodCategoryMapper foodCategoryMapper) { this.foodCategoryMapper = foodCategoryMapper; @@ -107,10 +92,6 @@ public List getFirstCategory(Map paramMap) { return foodCategoryMapper.getFirstCategory(paramMap); } -// //获取食品二级分类 -// public List getSecondCategories(Integer id) { -// return foodCategoryMapper.getSecondCategoryes(id); -// } //根据食品分类,和食品标签查询食品 public List selectFoods(Map paramMap) { @@ -195,8 +176,7 @@ public List getFoodListDiscount(Map paramMap) { } public Integer changeFoodCount(Map paramMap) { - int flag=0; - //flag= foodSpecialMapper.changeFoodCount(paramMap); + int flag; flag=foodMapper.changeFoodNumber(paramMap); return flag; } diff --git a/src/main/java/com/changyu/foryou/serviceImpl/NewsServiceImpl.java b/src/main/java/com/changyu/foryou/serviceImpl/NewsServiceImpl.java index c3ccca6..8f2a0fa 100644 --- a/src/main/java/com/changyu/foryou/serviceImpl/NewsServiceImpl.java +++ b/src/main/java/com/changyu/foryou/serviceImpl/NewsServiceImpl.java @@ -16,10 +16,6 @@ public class NewsServiceImpl implements NewsService { private NewsMapper newsMapper; - public NewsMapper getNewsMapper() { - return newsMapper; - } - @Autowired public void setNewsMapper(NewsMapper newsMapper) { this.newsMapper = newsMapper; diff --git a/src/main/java/com/changyu/foryou/serviceImpl/OrderServiceImpl.java b/src/main/java/com/changyu/foryou/serviceImpl/OrderServiceImpl.java index a2f45e1..b5c5e90 100644 --- a/src/main/java/com/changyu/foryou/serviceImpl/OrderServiceImpl.java +++ b/src/main/java/com/changyu/foryou/serviceImpl/OrderServiceImpl.java @@ -78,11 +78,7 @@ public int changeOrderStatus2Finish(String phoneId, String orderId) { return orderMapper.changeOrderStatus2Finish(orderId, phoneId); } - public int deleteAllUserOrder(String phoneId) { - return orderMapper.deleteAllUserOrder(phoneId); - } - - public List getOrderListInMine(Map map) { + public List getOrderListInMine(Map map) { return orderMapper.getOrderListInMine(map); } diff --git a/src/main/java/com/changyu/foryou/serviceImpl/ReceiverServiceImpl.java b/src/main/java/com/changyu/foryou/serviceImpl/ReceiverServiceImpl.java index b7caaae..4f95c81 100644 --- a/src/main/java/com/changyu/foryou/serviceImpl/ReceiverServiceImpl.java +++ b/src/main/java/com/changyu/foryou/serviceImpl/ReceiverServiceImpl.java @@ -59,7 +59,7 @@ public int insert(Receiver receiver) { return receiverMapper.insert(receiver); } - public int setRecevierTag(String phoneId) { + public int setReceiverTag(String phoneId) { return receiverMapper.setReceiverTag(phoneId); } diff --git a/src/main/java/com/changyu/foryou/tools/CalendarTool.java b/src/main/java/com/changyu/foryou/tools/CalendarTool.java index 3858ca4..65ec682 100644 --- a/src/main/java/com/changyu/foryou/tools/CalendarTool.java +++ b/src/main/java/com/changyu/foryou/tools/CalendarTool.java @@ -9,93 +9,91 @@ import java.util.Map; public class CalendarTool { - public static Date getMondayOfThisWeek() { - Calendar c = Calendar.getInstance(); - int day_of_week = c.get(Calendar.DAY_OF_WEEK) - 1; - if (day_of_week == 0) - day_of_week = 7; - c.add(Calendar.DATE, -day_of_week + 1); - c.set(c.get(Calendar.YEAR), c.get(Calendar.MONTH), c.get(Calendar.DATE), 00, 00, 00); - //return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(c.getTime()); - return c.getTime(); - } - - public static Date getSundayOfThisWeek() { - Calendar c = Calendar.getInstance(); - int day_of_week = c.get(Calendar.DAY_OF_WEEK) - 1; - if (day_of_week == 0) - day_of_week = 7; - c.add(Calendar.DATE, -day_of_week + 7); - c.set(c.get(Calendar.YEAR), c.get(Calendar.MONTH), c.get(Calendar.DATE), 23, 59, 59); - //return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(c.getTime()); - return c.getTime(); - } - - public static Date getTodayStart(){ - Calendar c = Calendar.getInstance(); - c.set(c.get(Calendar.YEAR), c.get(Calendar.MONTH), c.get(Calendar.DATE), 00, 00, 00); - return c.getTime(); - } - - public static Date getTodayEnd(){ - Calendar c = Calendar.getInstance(); - c.set(c.get(Calendar.YEAR), c.get(Calendar.MONTH), c.get(Calendar.DATE), 23, 59, 59); - return c.getTime(); - } - - public static Date getFirstDayOfThisMonth(){ - Calendar c = Calendar.getInstance(); - c.set(c.get(Calendar.YEAR), c.get(Calendar.MONTH), 1, 00, 00, 00); - return c.getTime(); - } - - public static Date getFirstDayOfThisMonth(Date date){ - Calendar c = Calendar.getInstance(); - c.setTime(date); - c.set(c.get(Calendar.YEAR), c.get(Calendar.MONTH), 1, 00, 00, 00); - return c.getTime(); - } - - public static Date getLastDayOfThisMonth(){ - Calendar calendar = Calendar.getInstance(); - calendar.set(Calendar.DATE, calendar.getMaximum(Calendar.DATE)); - return calendar.getTime(); - } - - public static Date getLastDayOfThisMonth(Date date){ - Calendar c = Calendar.getInstance(); - c.setTime(date); - c.set(Calendar.DATE, c.getMaximum(Calendar.DATE)); - return c.getTime(); - } - - public static Map getFirstAndLastDayOfMonth(String month){ - SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM"); - Date date = null; - try { - date = sdf.parse(month); - } catch (ParseException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - Map map = new HashMap(); - map.put("monthStart", getFirstDayOfThisMonth(date)); - map.put("monthEnd", getLastDayOfThisMonth(date)); - return map; - } - - public static Boolean checkIsThisMonth(String monthStr){ - Calendar c = Calendar.getInstance(); - int year = c.get(Calendar.YEAR); - int month = c.get(Calendar.MONTH)+1;//月份从0开始 - - int indexYear = monthStr.indexOf(String.valueOf(year)); - int indexMonth = monthStr.lastIndexOf(String.valueOf(month)); - - if(indexYear==-1||indexMonth==-1){ - //说明不是当前年月 - return false; - } - return true; - } + public static Date getMondayOfThisWeek() { + Calendar c = Calendar.getInstance(); + int day_of_week = c.get(Calendar.DAY_OF_WEEK) - 1; + if (day_of_week == 0) + day_of_week = 7; + c.add(Calendar.DATE, -day_of_week + 1); + c.set(c.get(Calendar.YEAR), c.get(Calendar.MONTH), c.get(Calendar.DATE), 00, 00, 00); + return c.getTime(); + } + + public static Date getSundayOfThisWeek() { + Calendar c = Calendar.getInstance(); + int day_of_week = c.get(Calendar.DAY_OF_WEEK) - 1; + if (day_of_week == 0) + day_of_week = 7; + c.add(Calendar.DATE, -day_of_week + 7); + c.set(c.get(Calendar.YEAR), c.get(Calendar.MONTH), c.get(Calendar.DATE), 23, 59, 59); + return c.getTime(); + } + + public static Date getTodayStart() { + Calendar c = Calendar.getInstance(); + c.set(c.get(Calendar.YEAR), c.get(Calendar.MONTH), c.get(Calendar.DATE), 00, 00, 00); + return c.getTime(); + } + + public static Date getTodayEnd() { + Calendar c = Calendar.getInstance(); + c.set(c.get(Calendar.YEAR), c.get(Calendar.MONTH), c.get(Calendar.DATE), 23, 59, 59); + return c.getTime(); + } + + public static Date getFirstDayOfThisMonth() { + Calendar c = Calendar.getInstance(); + c.set(c.get(Calendar.YEAR), c.get(Calendar.MONTH), 1, 00, 00, 00); + return c.getTime(); + } + + public static Date getFirstDayOfThisMonth(Date date) { + Calendar c = Calendar.getInstance(); + c.setTime(date); + c.set(c.get(Calendar.YEAR), c.get(Calendar.MONTH), 1, 00, 00, 00); + return c.getTime(); + } + + public static Date getLastDayOfThisMonth() { + Calendar calendar = Calendar.getInstance(); + calendar.set(Calendar.DATE, calendar.getMaximum(Calendar.DATE)); + return calendar.getTime(); + } + + public static Date getLastDayOfThisMonth(Date date) { + Calendar c = Calendar.getInstance(); + c.setTime(date); + c.set(Calendar.DATE, c.getMaximum(Calendar.DATE)); + return c.getTime(); + } + + public static Map getFirstAndLastDayOfMonth(String month) { + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM"); + Date date = null; + try { + date = sdf.parse(month); + } catch (ParseException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + Map map = new HashMap(); + map.put("monthStart", getFirstDayOfThisMonth(date)); + map.put("monthEnd", getLastDayOfThisMonth(date)); + return map; + } + + public static Boolean checkIsThisMonth(String monthStr) { + Calendar c = Calendar.getInstance(); + int year = c.get(Calendar.YEAR); + int month = c.get(Calendar.MONTH) + 1;//月份从0开始 + + int indexYear = monthStr.indexOf(String.valueOf(year)); + int indexMonth = monthStr.lastIndexOf(String.valueOf(month)); + + if (indexYear == -1 || indexMonth == -1) { + //说明不是当前年月 + return false; + } + return true; + } } diff --git a/src/main/java/com/changyu/foryou/tools/Constants.java b/src/main/java/com/changyu/foryou/tools/Constants.java index f3b6c35..bdd4959 100644 --- a/src/main/java/com/changyu/foryou/tools/Constants.java +++ b/src/main/java/com/changyu/foryou/tools/Constants.java @@ -6,8 +6,6 @@ public class Constants { final static public String FAILURE = "failure"; public static final String MESSAGE = "message"; public static final String localIp = "http://www.enjoyfu.com.cn:7777/ForyouImage"; - //public static final String localIp = "http://120.26.76.252:8080/ForyouImage"; - //public static final String localIp = "http://192.168.21.104:8080/ForyouImage"; public static String appId="app_La1y14yrPa10SeHS"; public static String apiKey="sk_live_vBNcIdIOKPBJEU9YOq3C02PU"; diff --git a/src/main/java/com/changyu/foryou/tools/CurrentVersion.java b/src/main/java/com/changyu/foryou/tools/CurrentVersion.java index a0ea90f..d748e38 100644 --- a/src/main/java/com/changyu/foryou/tools/CurrentVersion.java +++ b/src/main/java/com/changyu/foryou/tools/CurrentVersion.java @@ -9,27 +9,6 @@ public class CurrentVersion { private String android_version; private String ios_version; - public String getAndroid_version() { - return android_version; - } - - public void setAndroid_version(String android_version) { - this.android_version = android_version; - } - - public String getIos_version() { - return ios_version; - } - - public void setIos_version(String ios_version) { - this.ios_version = ios_version; - } - - public boolean writeAndroidVersion(){ - - return false; - } - private static String getFilePath(){ String path=CurrentVersion.class.getClass().getResource("/").getPath(); //截去一些前面6个无用的字符 diff --git a/src/main/java/com/changyu/foryou/tools/JpushInterface.java b/src/main/java/com/changyu/foryou/tools/JpushInterface.java index e3b2504..b5a7162 100644 --- a/src/main/java/com/changyu/foryou/tools/JpushInterface.java +++ b/src/main/java/com/changyu/foryou/tools/JpushInterface.java @@ -11,10 +11,10 @@ import cn.jpush.api.push.model.notification.Notification; public class JpushInterface { - - //向全体发送推送 - public static PushPayload buildPushObject_all_all_alert(String message) { - return PushPayload.newBuilder() + + //向全体发送推送 + public static PushPayload buildPushObject_all_all_alert(String message) { + return PushPayload.newBuilder() .setPlatform(Platform.android_ios()) .setAudience(Audience.all()) .setNotification(Notification.alert(message)) @@ -22,65 +22,65 @@ public static PushPayload buildPushObject_all_all_alert(String message) { .setMessage(Message.newBuilder() .setMsgContent(message) .addExtra("from", "foryou") - .build()) + .build()) .build(); - } - - //向别名发送推送,android和ios - public static PushPayload buildPushObject_android_and_ios_alias_alert(String alertString,String phone) { - + } + + //向别名发送推送,android和ios + public static PushPayload buildPushObject_android_and_ios_alias_alert(String alertString, String phone) { + return PushPayload.newBuilder() .setPlatform(Platform.android_ios()) .setAudience(Audience.alias(phone)) .setNotification(Notification.alert(alertString)) .setOptions(Options.newBuilder().setApnsProduction(false - ).build()) + ).build()) .setMessage(Message.newBuilder() .setMsgContent(alertString) .addExtra("from", "foryou") .build()) .build(); } - + //通过tag推送 public static PushPayload buildPushObject_android_and_ios_tag_alert( - String message, String tag) { - return PushPayload.newBuilder() - .setPlatform(Platform.android_ios()) - .setAudience(Audience.tag(tag)) - .setNotification(Notification.alert(message)) - .setOptions(Options.newBuilder().setApnsProduction(false).build()) - .setMessage(Message.newBuilder() - .setMsgContent(message) - .addExtra("from", "foryou") - .build()) - .build(); - } - - public static PushPayload buildPushObject_android__alertWithTitle(String message,String title) { + String message, String tag) { + return PushPayload.newBuilder() + .setPlatform(Platform.android_ios()) + .setAudience(Audience.tag(tag)) + .setNotification(Notification.alert(message)) + .setOptions(Options.newBuilder().setApnsProduction(false).build()) + .setMessage(Message.newBuilder() + .setMsgContent(message) + .addExtra("from", "foryou") + .build()) + .build(); + } + + public static PushPayload buildPushObject_android__alertWithTitle(String message, String title) { return PushPayload.newBuilder() .setPlatform(Platform.android()) .setAudience(Audience.tag("tag1")) .setNotification(Notification.android(message, title, null)) .build(); } - + public static PushPayload buildPushObject_android_and_ios() { return PushPayload.newBuilder() .setPlatform(Platform.android_ios()) .setAudience(Audience.tag("tag1")) .setNotification(Notification.newBuilder() - .setAlert("alert content") - .addPlatformNotification(AndroidNotification.newBuilder() - .setTitle("Android Title").build()) - .addPlatformNotification(IosNotification.newBuilder() - .incrBadge(1) - .addExtra("extra_key", "extra_value").build()) - .build()) + .setAlert("alert content") + .addPlatformNotification(AndroidNotification.newBuilder() + .setTitle("Android Title").build()) + .addPlatformNotification(IosNotification.newBuilder() + .incrBadge(1) + .addExtra("extra_key", "extra_value").build()) + .build()) .build(); } - - public static PushPayload buildPushObject_ios_tagAnd_alertWithExtrasAndMessage(String message,String msg_content) { + + public static PushPayload buildPushObject_ios_tagAnd_alertWithExtrasAndMessage(String message, String msg_content) { return PushPayload.newBuilder() .setPlatform(Platform.ios()) .setAudience(Audience.tag_and("tag1", "tag_all")) @@ -92,13 +92,13 @@ public static PushPayload buildPushObject_ios_tagAnd_alertWithExtrasAndMessage(S .addExtra("from", "JPush") .build()) .build()) - .setMessage(Message.content(msg_content)) - .setOptions(Options.newBuilder() - .setApnsProduction(true) - .build()) - .build(); + .setMessage(Message.content(msg_content)) + .setOptions(Options.newBuilder() + .setApnsProduction(true) + .build()) + .build(); } - + public static PushPayload buildPushObject_ios_audienceMore_messageWithExtras(String msg_content) { return PushPayload.newBuilder() .setPlatform(Platform.android_ios()) @@ -113,29 +113,29 @@ public static PushPayload buildPushObject_ios_audienceMore_messageWithExtras(Str .build(); } - public static PushPayload bulidPushObject_ios_alert(String message) { - return PushPayload.newBuilder() - .setPlatform(Platform.ios()) - .setAudience(Audience.all()) - .setNotification(Notification.alert(message)) - .setMessage(Message.newBuilder() - .setMsgContent(message) - .addExtra("from", "mickey") - .build()) - .build(); - } + public static PushPayload bulidPushObject_ios_alert(String message) { + return PushPayload.newBuilder() + .setPlatform(Platform.ios()) + .setAudience(Audience.all()) + .setNotification(Notification.alert(message)) + .setMessage(Message.newBuilder() + .setMsgContent(message) + .addExtra("from", "mickey") + .build()) + .build(); + } + + public static PushPayload bulidPushObject_android_alert(String message) { + return PushPayload.newBuilder() + .setPlatform(Platform.android()) + .setAudience(Audience.all()) + .setNotification(Notification.alert(message)) + .setMessage(Message.newBuilder() + .setMsgContent(message) + .addExtra("from", "mickey") + .build()) + .build(); + } - public static PushPayload bulidPushObject_android_alert(String message) { - return PushPayload.newBuilder() - .setPlatform(Platform.android()) - .setAudience(Audience.all()) - .setNotification(Notification.alert(message)) - .setMessage(Message.newBuilder() - .setMsgContent(message) - .addExtra("from", "mickey") - .build()) - .build(); - } - } diff --git a/src/main/java/com/changyu/foryou/tools/Md5.java b/src/main/java/com/changyu/foryou/tools/Md5.java index 4fc1806..5e1b732 100644 --- a/src/main/java/com/changyu/foryou/tools/Md5.java +++ b/src/main/java/com/changyu/foryou/tools/Md5.java @@ -4,9 +4,9 @@ import java.security.NoSuchAlgorithmException; public class Md5 { - // 全局数组 - private final static String[] strDigits = { "0", "1", "2", "3", "4", "5", - "6", "7", "8", "9", "a", "b", "c", "d", "e", "f" }; + // 全局数组 + private final static String[] strDigits = {"0", "1", "2", "3", "4", "5", + "6", "7", "8", "9", "a", "b", "c", "d", "e", "f"}; public Md5() { } @@ -14,10 +14,10 @@ public Md5() { // 返回形式为数字跟字符串 private static String byteToArrayString(byte bByte) { int iRet = bByte; - // System.out.println("iRet="+iRet); if (iRet < 0) { iRet += 256; } + int iD1 = iRet / 16; int iD2 = iRet % 16; return strDigits[iD1] + strDigits[iD2]; @@ -49,7 +49,7 @@ public static String GetMD5Code(String strObj) { MessageDigest md = MessageDigest.getInstance("MD5"); // md.digest() 该函数返回值为存放哈希值结果的byte数组 resultString = byteToString(md.digest(strObj.getBytes())); - + } catch (NoSuchAlgorithmException ex) { ex.printStackTrace(); } diff --git a/src/main/java/com/changyu/foryou/tools/PageParam.java b/src/main/java/com/changyu/foryou/tools/PageParam.java index 49af3d2..2478a99 100644 --- a/src/main/java/com/changyu/foryou/tools/PageParam.java +++ b/src/main/java/com/changyu/foryou/tools/PageParam.java @@ -11,8 +11,6 @@ public class PageParam { public static int pageSize = 10; // 页大小 - //private List data ; // 数据 - public int getCurrPage() { return currPage; } @@ -38,6 +36,7 @@ public void setRowCount(int rowCount) { if (rowCount % pageSize > 0) { totalPage += 1; } + setTotalPage(totalPage); this.rowCount = rowCount; } @@ -49,14 +48,5 @@ public int getPageSize() { public void setPageSize(int pageSize) { this.pageSize = pageSize; } - - /*public List getData() { - return data; - } - - public void setData(List data) { - this.data = data; - }*/ - } diff --git a/src/main/java/com/changyu/foryou/tools/Sign.java b/src/main/java/com/changyu/foryou/tools/Sign.java index 3a90988..dc2e2c4 100644 --- a/src/main/java/com/changyu/foryou/tools/Sign.java +++ b/src/main/java/com/changyu/foryou/tools/Sign.java @@ -14,82 +14,73 @@ import javax.crypto.KeyGenerator; /*** - * + * * @author xiaowei *coryright @ xiaowei */ public class Sign { - /** - * 签名生成算法 - * @param HashMap params 请求参数集,所有参数必须已转换为字符串类型 - * @param String secret 签名密钥 - * @return 签名 - * @throws IOException - */ - public static String getSignature(HashMap params) throws IOException - { - String[] secret=params.get("secret"); - //params.remove("secret"); - // 先将参数以其参数名的字典序升序进行排序 - Map sortedParams = new TreeMap(params); - Set> entrys = sortedParams.entrySet(); - - // 遍历排序后的字典,将所有参数按"key=value"格式拼接在一起 - StringBuilder basestring = new StringBuilder(); - for (Entry param : entrys) { - if(param.getKey().equals("timestamp")||param.getKey().equals("secret")||param.getKey().equals("sign")){ - continue; - } - String value = ((String[])param.getValue())[0]; - basestring.append(param.getKey()).append("=").append(value); - } - basestring.append(secret[0]); - - // 使用MD5对待签名串求签 - byte[] bytes = null; - try { - MessageDigest md5 = MessageDigest.getInstance("MD5"); - bytes = md5.digest(basestring.toString().getBytes("UTF-8")); - System.out.println(basestring.toString()); //一次 - - } catch (GeneralSecurityException ex) { - throw new IOException(ex); - } - - // 将MD5输出的二进制结果转换为小写的十六进制 - StringBuilder sign = new StringBuilder(); - for (int i = 0; i < bytes.length; i++) { - String hex = Integer.toHexString(bytes[i] & 0xFF); - if (hex.length() == 1) { - sign.append("0"); - } - sign.append(hex); - } - return sign.toString(); - } - - public static byte[] createPrivateKey(){ - byte[] privateKey = null; - try { - KeyGenerator keyGenerator=KeyGenerator.getInstance("DESede"); - keyGenerator.init(168); //选择DESede算法,密钥长度为112位或168位 - Key myKey = keyGenerator.generateKey(); //生成密钥 - // System.out.println("得到单钥加密密钥"+myKey.getEncoded()); - privateKey=myKey.getEncoded(); - } catch (NoSuchAlgorithmException e) { - e.printStackTrace(); - } - - return privateKey; - } - - public static void main(String[] args) { - try { - System.out.println(new String(Sign.createPrivateKey())); - } catch (Exception e) { - e.printStackTrace(); - } - - } + /** + * 签名生成算法 + * + * @param params 请求参数集,所有参数必须已转换为字符串类型 + * @param params secret 签名密钥 + * @return 签名 + * @throws IOException + */ + public static String getSignature(HashMap params) throws IOException { + String[] secret = params.get("secret"); + // 先将参数以其参数名的字典序升序进行排序 + Map sortedParams = new TreeMap(params); + Set> entrys = sortedParams.entrySet(); + + // 遍历排序后的字典,将所有参数按"key=value"格式拼接在一起 + StringBuilder basestring = new StringBuilder(); + for (Entry param : entrys) { + if (param.getKey().equals("timestamp") || param.getKey().equals("secret") || param.getKey().equals("sign")) { + continue; + } + String value = ((String[]) param.getValue())[0]; + basestring.append(param.getKey()).append("=").append(value); + } + + basestring.append(secret[0]); + + // 使用MD5对待签名串求签 + byte[] bytes; + try { + MessageDigest md5 = MessageDigest.getInstance("MD5"); + bytes = md5.digest(basestring.toString().getBytes("UTF-8")); + System.out.println(basestring.toString()); //一次 + + } catch (GeneralSecurityException ex) { + throw new IOException(ex); + } + + // 将MD5输出的二进制结果转换为小写的十六进制 + StringBuilder sign = new StringBuilder(); + for (int i = 0; i < bytes.length; i++) { + String hex = Integer.toHexString(bytes[i] & 0xFF); + if (hex.length() == 1) { + sign.append("0"); + } + sign.append(hex); + } + + return sign.toString(); + } + + public static byte[] createPrivateKey() { + byte[] privateKey = null; + try { + KeyGenerator keyGenerator = KeyGenerator.getInstance("DESede"); + keyGenerator.init(168); //选择DESede算法,密钥长度为112位或168位 + Key myKey = keyGenerator.generateKey(); //生成密钥 + privateKey = myKey.getEncoded(); + } catch (NoSuchAlgorithmException e) { + e.printStackTrace(); + } + + return privateKey; + } } diff --git a/src/main/java/com/changyu/foryou/tools/XssHttpServletRequestWraper.java b/src/main/java/com/changyu/foryou/tools/XssHttpServletRequestWrapper.java similarity index 80% rename from src/main/java/com/changyu/foryou/tools/XssHttpServletRequestWraper.java rename to src/main/java/com/changyu/foryou/tools/XssHttpServletRequestWrapper.java index 7284d47..0f3139f 100644 --- a/src/main/java/com/changyu/foryou/tools/XssHttpServletRequestWraper.java +++ b/src/main/java/com/changyu/foryou/tools/XssHttpServletRequestWrapper.java @@ -1,61 +1,62 @@ -package com.changyu.foryou.tools; - -import javax.servlet.http.HttpServletRequest; -import javax.servlet.http.HttpServletRequestWrapper; - -/** - * - * @author xiaowei - *copyright @倡予信息科技有限公司 - */ -public class XssHttpServletRequestWraper extends HttpServletRequestWrapper { - - public XssHttpServletRequestWraper(HttpServletRequest request) { - super(request); - } - - @Override - public String getParameter(String name) { - return clearXss(super.getParameter(name)); - } - - @Override - public String getHeader(String name) { - return clearXss(super.getHeader(name)); - } - - @Override - public String[] getParameterValues(String name) { - String[] values = super.getParameterValues(name); - if(values!=null){ - String[] newValues = new String[values.length]; - - for(int i =0; i< values.length; i++){ - newValues[i] = clearXss(values[i]).trim(); - System.out.println(newValues[i]); - } - return newValues; - }else{ - return values; - } - } - - /** - * 处理字符转义 - * @param value - * @return - */ - private String clearXss(String value){ - if (value == null || "".equals(value)) { - return value; - } - value = value.replaceAll("<", "<").replaceAll(">", ">"); - value = value.replaceAll("\\(", "(").replace("\\)", ")"); - value = value.replaceAll("'", "'"); - value = value.replaceAll("eval\\((.*)\\)", ""); - value = value.replaceAll("[\\\"\\\'][\\s]*javascript:(.*)[\\\"\\\']", "\"\""); - value = value.replace("script", ""); - return value; - } - -} +package com.changyu.foryou.tools; + +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletRequestWrapper; + +/** + * + * @author xiaowei + *copyright @倡予信息科技有限公司 + */ +public class XssHttpServletRequestWrapper extends HttpServletRequestWrapper { + + public XssHttpServletRequestWrapper(HttpServletRequest request) { + super(request); + } + + @Override + public String getParameter(String name) { + return clearXss(super.getParameter(name)); + } + + @Override + public String getHeader(String name) { + return clearXss(super.getHeader(name)); + } + + @Override + public String[] getParameterValues(String name) { + String[] values = super.getParameterValues(name); + if(values!=null){ + String[] newValues = new String[values.length]; + + for(int i =0; i< values.length; i++){ + newValues[i] = clearXss(values[i]).trim(); + } + + values = newValues; + } + + return values; + } + + /** + * 处理字符转义 + * @param value + * @return + */ + private String clearXss(String value){ + if (value == null || "".equals(value)) { + return value; + } + + value = value.replaceAll("<", "<").replaceAll(">", ">"); + value = value.replaceAll("\\(", "(").replace("\\)", ")"); + value = value.replaceAll("'", "'"); + value = value.replaceAll("eval\\((.*)\\)", ""); + value = value.replaceAll("[\\\"\\\'][\\s]*javascript:(.*)[\\\"\\\']", "\"\""); + value = value.replace("script", ""); + return value; + } + +} diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties new file mode 100644 index 0000000..903b73c --- /dev/null +++ b/src/main/resources/application.properties @@ -0,0 +1,17 @@ +#mybatis +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 +mybatis.configuration.default-statement-timeout=30 +mybatis.mapper.base.package=com.changyu.foryou.mapper +mybatis.config-location=classpath:mybatis.xml + +#mysql +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=****** +validationQuery=SELECT 1 + +server.port=8080 \ No newline at end of file diff --git a/src/main/resources/banner.txt b/src/main/resources/banner.txt new file mode 100644 index 0000000..735ab16 --- /dev/null +++ b/src/main/resources/banner.txt @@ -0,0 +1,8 @@ + _ + (_) + _ __ ___ ____ _ ___ ___ _ ____ _____ _ __ + | |/ _` \ \ / / _` | / __|/ _ \ '__\ \ / / _ \ '__| + | | (_| |\ V / (_| | \__ \ __/ | \ V / __/ | + | |\__,_| \_/ \__,_| |___/\___|_| \_/ \___|_| + _/ | ______ + |__/ |______| \ No newline at end of file diff --git a/src/main/java/com/changyu/foryou/mapping/CampusMapper.xml b/src/main/resources/com/changyu/foryou/mapping/CampusMapper.xml similarity index 95% rename from src/main/java/com/changyu/foryou/mapping/CampusMapper.xml rename to src/main/resources/com/changyu/foryou/mapping/CampusMapper.xml index bf7e910..221bbd2 100644 --- a/src/main/java/com/changyu/foryou/mapping/CampusMapper.xml +++ b/src/main/resources/com/changyu/foryou/mapping/CampusMapper.xml @@ -1,303 +1,301 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - campus_id, campus_name, city_id - - - - delete from campus - where campus_id = #{campusId,jdbcType=INTEGER} - - - insert into campus (campus_id, - campus_name, city_id, - location_x, location_y) - values - (#{campusId,jdbcType=INTEGER}, #{campusName,jdbcType=VARCHAR}, - #{cityId,jdbcType=INTEGER}, - #{locationX,jdbcType=DOUBLE}, - #{locationY,jdbcType=DOUBLE}) - - - insert into campus - - - campus_id, - - - campus_name, - - - city_id, - - - location_x, - - - location_y, - - - - - #{campusId,jdbcType=INTEGER}, - - - #{campusName,jdbcType=VARCHAR}, - - - #{cityId,jdbcType=INTEGER}, - - - #{locationX,jdbcType=DOUBLE}, - - - #{locationY,jdbcType=DOUBLE}, - - - - - update campus - - - campus_name = #{campusName,jdbcType=VARCHAR}, - - - city_id = #{cityId,jdbcType=INTEGER}, - - - location_x = #{locationX,jdbcType=DOUBLE}, - - - location_y = #{locationY,jdbcType=DOUBLE}, - - - where campus_id = #{campusId,jdbcType=INTEGER} - - - update campus - set - campus_name = #{campusName,jdbcType=VARCHAR}, - city_id = - #{cityId,jdbcType=INTEGER}, - location_x = #{locationX,jdbcType=DOUBLE}, - location_y = #{locationY,jdbcType=DOUBLE} - where campus_id = - #{campusId,jdbcType=INTEGER} - - - - - - - - - - update campus set - - status=#{status, jdbcType=SMALLINT} - - - ,close_reason=#{closeReason, jdbcType=VARCHAR} - - - - campus_id=#{campusId, jdbcType=INTEGER} - - - - - - - - - - - - - - UPDATE campus_admin SET campus_id=#{campusId, jdbcType=INTEGER} - WHERE campus_admin=#{campusAdmin, jdbcType=VARCHAR} - - - - - INSERT INTO campus - (campus_id,campus_name,city_id,open_time,close_time,status,custom_service) VALUES - (#{campusId,jdbcType=INTEGER}, - #{campusName, jdbcType=VARCHAR}, - #{cityId,jdbcType=INTEGER}, - #{openTime,jdbcType=TIMESTAMP}, - #{closeTime,jdbcType=TIMESTAMP}, - #{status,jdbcType=SMALLINT}, - #{customService,jdbcType=VARCHAR}) - - - - - - - DELETE FROM campus_admin WHERE campus_id=#{campusId} AND campus_admin=#{campusAdmin} - - - - - INSERT INTO campus_admin (campus_admin, password, type, campus_id) VALUES (#{campusAdmin},#{password}, #{type}, #{campusId}) - - - - - - - - insert into city (city_id,city_name) values (null,#{cityName,jdbcType=VARCHAR}) - - - - - - - - update campus set - campus_name=#{campusName,jdbcType=VARCHAR}, - city_id=#{cityId,jdbcType=INTEGER}, - open_time=#{openTime,jdbcType=TIMESTAMP}, - close_time=#{closeTime,jdbcType=TIMESTAMP}, - status=#{status,jdbcType=SMALLINT}, - custom_service=#{customService,jdbcType=VARCHAR} - where - campus_id=#{campusId,jdbcType=INTEGER} - - - - - - update - campus_admin - set - password=#{newPassword,jdbcType=VARCHAR} - where campus_admin=#{campusAdmin,jdbcType=VARCHAR} - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + campus_id, campus_name, city_id + + + + delete from campus + where campus_id = #{campusId,jdbcType=INTEGER} + + + insert into campus (campus_id, + campus_name, city_id, + location_x, location_y) + values + (#{campusId,jdbcType=INTEGER}, #{campusName,jdbcType=VARCHAR}, + #{cityId,jdbcType=INTEGER}, + #{locationX,jdbcType=DOUBLE}, + #{locationY,jdbcType=DOUBLE}) + + + insert into campus + + + campus_id, + + + campus_name, + + + city_id, + + + location_x, + + + location_y, + + + + + #{campusId,jdbcType=INTEGER}, + + + #{campusName,jdbcType=VARCHAR}, + + + #{cityId,jdbcType=INTEGER}, + + + #{locationX,jdbcType=DOUBLE}, + + + #{locationY,jdbcType=DOUBLE}, + + + + + update campus + + + campus_name = #{campusName,jdbcType=VARCHAR}, + + + city_id = #{cityId,jdbcType=INTEGER}, + + + location_x = #{locationX,jdbcType=DOUBLE}, + + + location_y = #{locationY,jdbcType=DOUBLE}, + + + where campus_id = #{campusId,jdbcType=INTEGER} + + + update campus + set + campus_name = #{campusName,jdbcType=VARCHAR}, + city_id = + #{cityId,jdbcType=INTEGER}, + location_x = #{locationX,jdbcType=DOUBLE}, + location_y = #{locationY,jdbcType=DOUBLE} + where campus_id = + #{campusId,jdbcType=INTEGER} + + + + + + + + + + update campus set + + status=#{status, jdbcType=SMALLINT} + + + ,close_reason=#{closeReason, jdbcType=VARCHAR} + + + + campus_id=#{campusId, jdbcType=INTEGER} + + + + + + + + + + + + + + UPDATE campus_admin SET campus_id=#{campusId, jdbcType=INTEGER} + WHERE campus_admin=#{campusAdmin, jdbcType=VARCHAR} + + + + + INSERT INTO campus + (campus_id,campus_name,city_id,open_time,close_time,status,custom_service) VALUES + (#{campusId,jdbcType=INTEGER}, + #{campusName, jdbcType=VARCHAR}, + #{cityId,jdbcType=INTEGER}, + #{openTime,jdbcType=TIMESTAMP}, + #{closeTime,jdbcType=TIMESTAMP}, + #{status,jdbcType=SMALLINT}, + #{customService,jdbcType=VARCHAR}) + + + + + + + DELETE FROM campus_admin WHERE campus_id=#{campusId} AND campus_admin=#{campusAdmin} + + + + + INSERT INTO campus_admin (campus_admin, password, type, campus_id) VALUES (#{campusAdmin},#{password}, #{type}, #{campusId}) + + + + + + + + insert into city (city_id,city_name) values (null,#{cityName,jdbcType=VARCHAR}) + + + + + + + + update campus set + campus_name=#{campusName,jdbcType=VARCHAR}, + city_id=#{cityId,jdbcType=INTEGER}, + open_time=#{openTime,jdbcType=TIMESTAMP}, + close_time=#{closeTime,jdbcType=TIMESTAMP}, + status=#{status,jdbcType=SMALLINT}, + custom_service=#{customService,jdbcType=VARCHAR} + where + campus_id=#{campusId,jdbcType=INTEGER} + + + + + + update + campus_admin + set + password=#{newPassword,jdbcType=VARCHAR} + where campus_admin=#{campusAdmin,jdbcType=VARCHAR} + + + \ No newline at end of file diff --git a/src/main/java/com/changyu/foryou/mapping/CityMapper.xml b/src/main/resources/com/changyu/foryou/mapping/CityMapper.xml similarity index 100% rename from src/main/java/com/changyu/foryou/mapping/CityMapper.xml rename to src/main/resources/com/changyu/foryou/mapping/CityMapper.xml diff --git a/src/main/java/com/changyu/foryou/mapping/DeliverComMapper.xml b/src/main/resources/com/changyu/foryou/mapping/DeliverComMapper.xml similarity index 96% rename from src/main/java/com/changyu/foryou/mapping/DeliverComMapper.xml rename to src/main/resources/com/changyu/foryou/mapping/DeliverComMapper.xml index 4473983..d718189 100644 --- a/src/main/java/com/changyu/foryou/mapping/DeliverComMapper.xml +++ b/src/main/resources/com/changyu/foryou/mapping/DeliverComMapper.xml @@ -1,71 +1,69 @@ - - - - - - - - - - - - deliver_id, category - - - - delete from deliver_com - where deliver_id = #{deliverId,jdbcType=INTEGER} - - - insert into deliver_com (deliver_id, category) - values (#{deliverId,jdbcType=INTEGER}, #{category,jdbcType=VARCHAR}) - - - insert into deliver_com - - - deliver_id, - - - category, - - - - - #{deliverId,jdbcType=INTEGER}, - - - #{category,jdbcType=VARCHAR}, - - - - - update deliver_com - - - category = #{category,jdbcType=VARCHAR}, - - - where deliver_id = #{deliverId,jdbcType=INTEGER} - - - update deliver_com - set category = #{category,jdbcType=VARCHAR} - where deliver_id = #{deliverId,jdbcType=INTEGER} - - - - + + + + + + + + + + deliver_id, category + + + + delete from deliver_com + where deliver_id = #{deliverId,jdbcType=INTEGER} + + + insert into deliver_com (deliver_id, category) + values (#{deliverId,jdbcType=INTEGER}, #{category,jdbcType=VARCHAR}) + + + insert into deliver_com + + + deliver_id, + + + category, + + + + + #{deliverId,jdbcType=INTEGER}, + + + #{category,jdbcType=VARCHAR}, + + + + + update deliver_com + + + category = #{category,jdbcType=VARCHAR}, + + + where deliver_id = #{deliverId,jdbcType=INTEGER} + + + update deliver_com + set category = #{category,jdbcType=VARCHAR} + where deliver_id = #{deliverId,jdbcType=INTEGER} + + + + \ No newline at end of file diff --git a/src/main/java/com/changyu/foryou/mapping/FeedbackMapper.xml b/src/main/resources/com/changyu/foryou/mapping/FeedbackMapper.xml similarity index 100% rename from src/main/java/com/changyu/foryou/mapping/FeedbackMapper.xml rename to src/main/resources/com/changyu/foryou/mapping/FeedbackMapper.xml diff --git a/src/main/java/com/changyu/foryou/mapping/FoodCategoryMapper.xml b/src/main/resources/com/changyu/foryou/mapping/FoodCategoryMapper.xml similarity index 97% rename from src/main/java/com/changyu/foryou/mapping/FoodCategoryMapper.xml rename to src/main/resources/com/changyu/foryou/mapping/FoodCategoryMapper.xml index 5b0cf98..42b22ae 100644 --- a/src/main/java/com/changyu/foryou/mapping/FoodCategoryMapper.xml +++ b/src/main/resources/com/changyu/foryou/mapping/FoodCategoryMapper.xml @@ -1,186 +1,186 @@ - - - - - - - - - - - - - - - - - - - - - - - category_id, campus_id,category, img_url, parent_id, tag, serial, is_open - - - - - update food_category - set tag=0 - where category_id = #{categoryId,jdbcType=INTEGER} and campus_id=#{campusId,jdbcType=INTEGER} - - - - insert into food_category (category_id, campus_id,category, img_url, - parent_id, tag) - values (#{categoryId,jdbcType=INTEGER},#{campusId,jdbcType=INTEGER},#{category,jdbcType=VARCHAR}, #{imgUrl,jdbcType=VARCHAR}, - #{parentId,jdbcType=INTEGER}, #{tag,jdbcType=SMALLINT}) - - - insert into food_category - - - category_id, - - - campus_id, - - - category, - - - img_url, - - - parent_id, - - - tag, - - - - - #{categoryId,jdbcType=INTEGER}, - - - #{campusId,jdbcType=INTEGER}, - - - #{category,jdbcType=VARCHAR}, - - - #{imgUrl,jdbcType=VARCHAR}, - - - #{parentId,jdbcType=INTEGER}, - - - #{tag,jdbcType=SMALLINT}, - - - - - update food_category - - - category = #{category,jdbcType=VARCHAR}, - - - img_url = #{imgUrl,jdbcType=VARCHAR}, - - - parent_id = #{parentId,jdbcType=INTEGER}, - - - tag = #{tag,jdbcType=SMALLINT}, - - - is_open = #{isOpen,jdbcType=SMALLINT} - - - where category_id = #{categoryId,jdbcType=INTEGER} and campus_id=#{campusId,jdbcType=INTEGER} - - - update food_category - set category = #{category,jdbcType=VARCHAR}, - img_url = #{imgUrl,jdbcType=VARCHAR}, - parent_id = #{parentId,jdbcType=INTEGER}, - tag = #{tag,jdbcType=SMALLINT} - where category_id = #{categoryId,jdbcType=INTEGER} and campus_id=#{campusId,jdbcType=INTEGER} - - - - - - - - - - - - - - - - - - - - - insert into food_category (category_id, campus_id, category, img_url, - parent_id, tag, serial,is_open) values (#{categoryId},#{campusId},#{category},#{imgUrl},#{parentId},#{tag},#{serial},#{isOpen}) - + + + + + + + + + + + + + + + + + + + + + + + category_id, campus_id,category, img_url, parent_id, tag, serial, is_open + + + + + update food_category + set tag=0 + where category_id = #{categoryId,jdbcType=INTEGER} and campus_id=#{campusId,jdbcType=INTEGER} + + + + insert into food_category (category_id, campus_id,category, img_url, + parent_id, tag) + values (#{categoryId,jdbcType=INTEGER},#{campusId,jdbcType=INTEGER},#{category,jdbcType=VARCHAR}, #{imgUrl,jdbcType=VARCHAR}, + #{parentId,jdbcType=INTEGER}, #{tag,jdbcType=SMALLINT}) + + + insert into food_category + + + category_id, + + + campus_id, + + + category, + + + img_url, + + + parent_id, + + + tag, + + + + + #{categoryId,jdbcType=INTEGER}, + + + #{campusId,jdbcType=INTEGER}, + + + #{category,jdbcType=VARCHAR}, + + + #{imgUrl,jdbcType=VARCHAR}, + + + #{parentId,jdbcType=INTEGER}, + + + #{tag,jdbcType=SMALLINT}, + + + + + update food_category + + + category = #{category,jdbcType=VARCHAR}, + + + img_url = #{imgUrl,jdbcType=VARCHAR}, + + + parent_id = #{parentId,jdbcType=INTEGER}, + + + tag = #{tag,jdbcType=SMALLINT}, + + + is_open = #{isOpen,jdbcType=SMALLINT} + + + where category_id = #{categoryId,jdbcType=INTEGER} and campus_id=#{campusId,jdbcType=INTEGER} + + + update food_category + set category = #{category,jdbcType=VARCHAR}, + img_url = #{imgUrl,jdbcType=VARCHAR}, + parent_id = #{parentId,jdbcType=INTEGER}, + tag = #{tag,jdbcType=SMALLINT} + where category_id = #{categoryId,jdbcType=INTEGER} and campus_id=#{campusId,jdbcType=INTEGER} + + + + + + + + + + + + + + + + + + + + + insert into food_category (category_id, campus_id, category, img_url, + parent_id, tag, serial,is_open) values (#{categoryId},#{campusId},#{category},#{imgUrl},#{parentId},#{tag},#{serial},#{isOpen}) + \ No newline at end of file diff --git a/src/main/java/com/changyu/foryou/mapping/FoodCommentMapper.xml b/src/main/resources/com/changyu/foryou/mapping/FoodCommentMapper.xml similarity index 96% rename from src/main/java/com/changyu/foryou/mapping/FoodCommentMapper.xml rename to src/main/resources/com/changyu/foryou/mapping/FoodCommentMapper.xml index a43964f..c60522e 100644 --- a/src/main/java/com/changyu/foryou/mapping/FoodCommentMapper.xml +++ b/src/main/resources/com/changyu/foryou/mapping/FoodCommentMapper.xml @@ -1,232 +1,232 @@ - - - - - - - - - - - - - - - - - - - - - insert into food_comment - (food_id, campus_id,comment, date, - grade, phone, tag - ) - values - (#{foodId,jdbcType=BIGINT}, - #{campusId,jdbcType=INTEGER},#{comment,jdbcType=VARCHAR}, - #{date,jdbcType=DATE}, - #{grade,jdbcType=SMALLINT}, - #{phone,jdbcType=VARCHAR}, #{tag,jdbcType=SMALLINT} - ) - - - insert into food_comment - - - is_hidden, - - - food_id, - - - campus_id, - - - comment, - - - date, - - - grade, - - - phone, - - - tag, - - - order_id, - - - - - #{isHidden,jdbcType=SMALLINT}, - - - #{foodId,jdbcType=BIGINT}, - - - #{campusId,jdbcType=INTEGER}, - - - #{comment,jdbcType=VARCHAR}, - - - now(), - - - #{grade,jdbcType=SMALLINT}, - - - #{phone,jdbcType=VARCHAR}, - - - #{tag,jdbcType=SMALLINT}, - - - #{orderId,jdbcType=BIGINT}, - - - - - - - - - - - - - - delete - from - food_comment - - food_id=#{foodId,jdbcType=BIGINT} - and - date_format(date,'%Y-%m-%d')=#{date,jdbcType=DATE} - and grade=#{grade} - and campus_id=#{campusId,jdbcType=INTEGER} - - - - - - - + + + + + + + + + + + + + + + + + + + + + insert into food_comment + (food_id, campus_id,comment, date, + grade, phone, tag + ) + values + (#{foodId,jdbcType=BIGINT}, + #{campusId,jdbcType=INTEGER},#{comment,jdbcType=VARCHAR}, + #{date,jdbcType=DATE}, + #{grade,jdbcType=SMALLINT}, + #{phone,jdbcType=VARCHAR}, #{tag,jdbcType=SMALLINT} + ) + + + insert into food_comment + + + is_hidden, + + + food_id, + + + campus_id, + + + comment, + + + date, + + + grade, + + + phone, + + + tag, + + + order_id, + + + + + #{isHidden,jdbcType=SMALLINT}, + + + #{foodId,jdbcType=BIGINT}, + + + #{campusId,jdbcType=INTEGER}, + + + #{comment,jdbcType=VARCHAR}, + + + now(), + + + #{grade,jdbcType=SMALLINT}, + + + #{phone,jdbcType=VARCHAR}, + + + #{tag,jdbcType=SMALLINT}, + + + #{orderId,jdbcType=BIGINT}, + + + + + + + + + + + + + + delete + from + food_comment + + food_id=#{foodId,jdbcType=BIGINT} + and + date_format(date,'%Y-%m-%d')=#{date,jdbcType=DATE} + and grade=#{grade} + and campus_id=#{campusId,jdbcType=INTEGER} + + + + + + + \ No newline at end of file diff --git a/src/main/java/com/changyu/foryou/mapping/FoodMapper.xml b/src/main/resources/com/changyu/foryou/mapping/FoodMapper.xml similarity index 96% rename from src/main/java/com/changyu/foryou/mapping/FoodMapper.xml rename to src/main/resources/com/changyu/foryou/mapping/FoodMapper.xml index f0d9ccb..82c74bd 100644 --- a/src/main/java/com/changyu/foryou/mapping/FoodMapper.xml +++ b/src/main/resources/com/changyu/foryou/mapping/FoodMapper.xml @@ -1,565 +1,565 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - food_id,campus_id, name, price, discount_price, grade, - img_url, info, - modify_time, - status, - food_flag, tag, is_discount, - category_id, - prime_cost, sale_number,food_count,food.message as message,to_home,home_image,is_full_discount - - - - food_id, campus_id,name, price, discount_price, img_url, - is_discount,food_count, - sale_number - - - - food_id, campus_id,name, price, discount_price, img_url, - is_discount,food_count, - sale_number,info,message,grade - - - - food_id,home_image - - - - - - update food - set - tag=0 - where food_id = - #{foodId,jdbcType=BIGINT} and campus_id=#{campusId,jdbcType=INTEGER} - - - - insert into food - (food_id,campus_id, - name, price, - discount_price, grade, img_url, - info, - modify_time, status, - food_flag, tag, - is_discount, category_id, - prime_cost, - sale_number,food_count) - values (#{foodId,jdbcType=BIGINT}, - #{campusId,jdbcType=INTEGER}, - #{name,jdbcType=VARCHAR}, - #{price,jdbcType=REAL}, - #{discountPrice,jdbcType=REAL}, - #{grade,jdbcType=REAL}, - #{imgUrl,jdbcType=VARCHAR}, - #{info,jdbcType=VARCHAR}, - #{modifyTime,jdbcType=TIMESTAMP}, - #{status,jdbcType=SMALLINT}, - #{foodFlag,jdbcType=VARCHAR}, - #{tag,jdbcType=SMALLINT}, - #{isDiscount,jdbcType=SMALLINT}, - #{categoryId,jdbcType=INTEGER}, - #{primeCost,jdbcType=REAL}, - #{saleNumber,jdbcType=BIGINT}, - #{foodCount,jdbcType=INTEGER}) - - - insert into food - - - food_id, - - - campus_id, - - - name, - - - price, - - - discount_price, - - - grade, - - - img_url, - - - info, - - - modify_time, - - - status, - - - - food_flag, - - - tag, - - - is_discount, - - - category_id, - - - prime_cost, - - - sale_number, - - - food_count, - - - message, - - - - - #{foodId,jdbcType=BIGINT}, - - - #{campusId,jdbcType=INTEGER}, - - - #{name,jdbcType=VARCHAR}, - - - #{price,jdbcType=REAL}, - - - #{discountPrice,jdbcType=REAL}, - - - #{grade,jdbcType=REAL}, - - - #{imgUrl,jdbcType=VARCHAR}, - - - #{info,jdbcType=VARCHAR}, - - - #{modifyTime,jdbcType=TIMESTAMP}, - - - #{status,jdbcType=SMALLINT}, - - - #{foodFlag,jdbcType=VARCHAR}, - - - #{tag,jdbcType=SMALLINT}, - - - #{isDiscount,jdbcType=SMALLINT}, - - - #{categoryId,jdbcType=INTEGER}, - - - #{primeCost,jdbcType=REAL}, - - - #{saleNumber,jdbcType=BIGINT}, - - - #{foodCount,jdbcType=INTEGER}, - - - #{message,jdbcType=VARCHAR}, - - - - - update food - - - is_full_discount=#{isFullDiscount,jdbcType=SMALLINT}, - - - message=#{message,jdbcType=VARCHAR}, - - - name = #{name,jdbcType=VARCHAR}, - - - price = #{price,jdbcType=REAL}, - - - discount_price = #{discountPrice,jdbcType=REAL}, - - - grade = #{grade,jdbcType=REAL}, - - - img_url = #{imgUrl,jdbcType=VARCHAR}, - - - info = #{info,jdbcType=VARCHAR}, - - - modify_time = #{modifyTime,jdbcType=TIMESTAMP}, - - - status = #{status,jdbcType=SMALLINT}, - - - food_flag = #{foodFlag,jdbcType=VARCHAR}, - - - tag = #{tag,jdbcType=SMALLINT}, - - - is_discount = #{isDiscount,jdbcType=SMALLINT}, - - - category_id = #{categoryId,jdbcType=INTEGER}, - - - prime_cost = #{primeCost,jdbcType=REAL}, - - - sale_number = #{saleNumber,jdbcType=BIGINT}, - - - food_count=#{foodCount,jdbcType=INTEGER}, - - - where food_id = #{foodId,jdbcType=BIGINT} and - campus_id=#{campusId,jdbcType=INTEGER} - - - update food - set - food_count=#{foodCount,jdbcType=INTEGER}, - name = #{name,jdbcType=VARCHAR}, - price = #{price,jdbcType=REAL}, - discount_price = #{discountPrice,jdbcType=REAL}, - grade = - #{grade,jdbcType=REAL}, - img_url = #{imgUrl,jdbcType=VARCHAR}, - info = - #{info,jdbcType=VARCHAR}, - modify_time = - #{modifyTime,jdbcType=TIMESTAMP}, - status = #{status,jdbcType=SMALLINT}, - food_flag = - #{foodFlag,jdbcType=VARCHAR}, - tag = - #{tag,jdbcType=SMALLINT}, - is_discount = - #{isDiscount,jdbcType=SMALLINT}, - category_id = - #{categoryId,jdbcType=INTEGER}, - prime_cost = - #{primeCost,jdbcType=REAL}, - sale_number = #{saleNumber,jdbcType=BIGINT} - where food_id = #{foodId,jdbcType=BIGINT} and tag=1 and - campus_id=#{campusId,jdbcType=INTEGER} - - - - - - - - - - - - update food - set - sale_number = - sale_number+#{orderCount,jdbcType=INTEGER}, - food_count=food_count-#{orderCount,jdbcType=INTEGER} - where food_id = - #{foodId,jdbcType=BIGINT} and campus_id=#{campusId,jdbcType=INTEGER} - - - - - - - - - - - - - update food set - to_home=#{toHome, jdbcType=SMALLINT} - - , home_image=#{homeImage, jdbcType=VARCHAR} - - where food_id=#{foodId, jdbcType=BIGINT} and campus_id=#{campusId,jdbcType=INTEGER} - - - - update food set - - info=#{info, jdbcType=VARCHAR} - - where food_id=#{foodId, jdbcType=BIGINT} and campus_id=#{campusId,jdbcType=INTEGER} - - - - update food set - to_home=#{toHome, jdbcType=SMALLINT} - where food_id=#{foodId, jdbcType=BIGINT} and campus_id=#{campusId,jdbcType=INTEGER} - - - - - - update food set food_count=#{foodCount,jdbcType=INTEGER} where campus_id=#{campusId,jdbcType=INTEGER} and food_id=#{foodId,jdbcType=BIGINT} - - - - UPDATE food - SET food_count = food_count + #{addCount,jdbcType=INTEGER} - - campus_id=#{campusId,jdbcType=INTEGER} - - and food_id=#{foodId,jdbcType=BIGINT} - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + food_id,campus_id, name, price, discount_price, grade, + img_url, info, + modify_time, + status, + food_flag, tag, is_discount, + category_id, + prime_cost, sale_number,food_count,food.message as message,to_home,home_image,is_full_discount + + + + food_id, campus_id,name, price, discount_price, img_url, + is_discount,food_count, + sale_number + + + + food_id, campus_id,name, price, discount_price, img_url, + is_discount,food_count, + sale_number,info,message,grade + + + + food_id,home_image + + + + + + update food + set + tag=0 + where food_id = + #{foodId,jdbcType=BIGINT} and campus_id=#{campusId,jdbcType=INTEGER} + + + + insert into food + (food_id,campus_id, + name, price, + discount_price, grade, img_url, + info, + modify_time, status, + food_flag, tag, + is_discount, category_id, + prime_cost, + sale_number,food_count) + values (#{foodId,jdbcType=BIGINT}, + #{campusId,jdbcType=INTEGER}, + #{name,jdbcType=VARCHAR}, + #{price,jdbcType=REAL}, + #{discountPrice,jdbcType=REAL}, + #{grade,jdbcType=REAL}, + #{imgUrl,jdbcType=VARCHAR}, + #{info,jdbcType=VARCHAR}, + #{modifyTime,jdbcType=TIMESTAMP}, + #{status,jdbcType=SMALLINT}, + #{foodFlag,jdbcType=VARCHAR}, + #{tag,jdbcType=SMALLINT}, + #{isDiscount,jdbcType=SMALLINT}, + #{categoryId,jdbcType=INTEGER}, + #{primeCost,jdbcType=REAL}, + #{saleNumber,jdbcType=BIGINT}, + #{foodCount,jdbcType=INTEGER}) + + + insert into food + + + food_id, + + + campus_id, + + + name, + + + price, + + + discount_price, + + + grade, + + + img_url, + + + info, + + + modify_time, + + + status, + + + + food_flag, + + + tag, + + + is_discount, + + + category_id, + + + prime_cost, + + + sale_number, + + + food_count, + + + message, + + + + + #{foodId,jdbcType=BIGINT}, + + + #{campusId,jdbcType=INTEGER}, + + + #{name,jdbcType=VARCHAR}, + + + #{price,jdbcType=REAL}, + + + #{discountPrice,jdbcType=REAL}, + + + #{grade,jdbcType=REAL}, + + + #{imgUrl,jdbcType=VARCHAR}, + + + #{info,jdbcType=VARCHAR}, + + + #{modifyTime,jdbcType=TIMESTAMP}, + + + #{status,jdbcType=SMALLINT}, + + + #{foodFlag,jdbcType=VARCHAR}, + + + #{tag,jdbcType=SMALLINT}, + + + #{isDiscount,jdbcType=SMALLINT}, + + + #{categoryId,jdbcType=INTEGER}, + + + #{primeCost,jdbcType=REAL}, + + + #{saleNumber,jdbcType=BIGINT}, + + + #{foodCount,jdbcType=INTEGER}, + + + #{message,jdbcType=VARCHAR}, + + + + + update food + + + is_full_discount=#{isFullDiscount,jdbcType=SMALLINT}, + + + message=#{message,jdbcType=VARCHAR}, + + + name = #{name,jdbcType=VARCHAR}, + + + price = #{price,jdbcType=REAL}, + + + discount_price = #{discountPrice,jdbcType=REAL}, + + + grade = #{grade,jdbcType=REAL}, + + + img_url = #{imgUrl,jdbcType=VARCHAR}, + + + info = #{info,jdbcType=VARCHAR}, + + + modify_time = #{modifyTime,jdbcType=TIMESTAMP}, + + + status = #{status,jdbcType=SMALLINT}, + + + food_flag = #{foodFlag,jdbcType=VARCHAR}, + + + tag = #{tag,jdbcType=SMALLINT}, + + + is_discount = #{isDiscount,jdbcType=SMALLINT}, + + + category_id = #{categoryId,jdbcType=INTEGER}, + + + prime_cost = #{primeCost,jdbcType=REAL}, + + + sale_number = #{saleNumber,jdbcType=BIGINT}, + + + food_count=#{foodCount,jdbcType=INTEGER}, + + + where food_id = #{foodId,jdbcType=BIGINT} and + campus_id=#{campusId,jdbcType=INTEGER} + + + update food + set + food_count=#{foodCount,jdbcType=INTEGER}, + name = #{name,jdbcType=VARCHAR}, + price = #{price,jdbcType=REAL}, + discount_price = #{discountPrice,jdbcType=REAL}, + grade = + #{grade,jdbcType=REAL}, + img_url = #{imgUrl,jdbcType=VARCHAR}, + info = + #{info,jdbcType=VARCHAR}, + modify_time = + #{modifyTime,jdbcType=TIMESTAMP}, + status = #{status,jdbcType=SMALLINT}, + food_flag = + #{foodFlag,jdbcType=VARCHAR}, + tag = + #{tag,jdbcType=SMALLINT}, + is_discount = + #{isDiscount,jdbcType=SMALLINT}, + category_id = + #{categoryId,jdbcType=INTEGER}, + prime_cost = + #{primeCost,jdbcType=REAL}, + sale_number = #{saleNumber,jdbcType=BIGINT} + where food_id = #{foodId,jdbcType=BIGINT} and tag=1 and + campus_id=#{campusId,jdbcType=INTEGER} + + + + + + + + + + + + update food + set + sale_number = + sale_number+#{orderCount,jdbcType=INTEGER}, + food_count=food_count-#{orderCount,jdbcType=INTEGER} + where food_id = + #{foodId,jdbcType=BIGINT} and campus_id=#{campusId,jdbcType=INTEGER} + + + + + + + + + + + + + update food set + to_home=#{toHome, jdbcType=SMALLINT} + + , home_image=#{homeImage, jdbcType=VARCHAR} + + where food_id=#{foodId, jdbcType=BIGINT} and campus_id=#{campusId,jdbcType=INTEGER} + + + + update food set + + info=#{info, jdbcType=VARCHAR} + + where food_id=#{foodId, jdbcType=BIGINT} and campus_id=#{campusId,jdbcType=INTEGER} + + + + update food set + to_home=#{toHome, jdbcType=SMALLINT} + where food_id=#{foodId, jdbcType=BIGINT} and campus_id=#{campusId,jdbcType=INTEGER} + + + + + + update food set food_count=#{foodCount,jdbcType=INTEGER} where campus_id=#{campusId,jdbcType=INTEGER} and food_id=#{foodId,jdbcType=BIGINT} + + + + UPDATE food + SET food_count = food_count + #{addCount,jdbcType=INTEGER} + + campus_id=#{campusId,jdbcType=INTEGER} + + and food_id=#{foodId,jdbcType=BIGINT} + + + + + + + \ No newline at end of file diff --git a/src/main/java/com/changyu/foryou/mapping/FoodSpecialMapper.xml b/src/main/resources/com/changyu/foryou/mapping/FoodSpecialMapper.xml similarity index 97% rename from src/main/java/com/changyu/foryou/mapping/FoodSpecialMapper.xml rename to src/main/resources/com/changyu/foryou/mapping/FoodSpecialMapper.xml index c29fe77..29dbc06 100644 --- a/src/main/java/com/changyu/foryou/mapping/FoodSpecialMapper.xml +++ b/src/main/resources/com/changyu/foryou/mapping/FoodSpecialMapper.xml @@ -1,163 +1,163 @@ - - - - - - - - - - - - - - food_id,campus_id, special_id, name, food_count - - - - update food_special - set tag=0 - where food_id = #{foodId,jdbcType=BIGINT} and campus_id=#{campusId,jdbcType=INTEGER} - and special_id = #{specialId,jdbcType=INTEGER} - - - insert into food_special (food_id, campus_id,special_id, name,tag - food_count) - values (#{foodId,jdbcType=BIGINT},#{campusId,jdbcType=INTEGER},#{specialId,jdbcType=INTEGER}, - #{name,jdbcType=VARCHAR}, - #{foodCount,jdbcType=INTEGER},1) - - - insert into food_special - - - food_id, - - - campus_id, - - - special_id, - - - name, - - - food_count, - - tag - - - - #{foodId,jdbcType=BIGINT}, - - - #{campusId,jdbcType=INTEGER}, - - - #{specialId,jdbcType=INTEGER}, - - - #{name,jdbcType=VARCHAR}, - - - #{foodCount,jdbcType=INTEGER}, - - 1 - - - - update food_special - - - name = #{name,jdbcType=VARCHAR}, - - - food_count = #{foodCount,jdbcType=INTEGER}, - - - where food_id = #{foodId,jdbcType=BIGINT} - and special_id = #{specialId,jdbcType=INTEGER} and campus_id=#{campusId,jdbcType=INTEGER} - - - update food_special - set name = #{name,jdbcType=VARCHAR}, - food_count = #{foodCount,jdbcType=INTEGER} - where food_id = #{foodId,jdbcType=BIGINT} - and special_id = #{specialId,jdbcType=INTEGER} and campus_id=#{campusId,jdbcType=INTEGER} - - - - - - - - - - - - - - - - - insert into food_special (food_id, campus_id,special_id, name, - food_count,tag) - values (#{foodId,jdbcType=BIGINT}, #{campusId,jdbcType=INTEGER}, - #{specialId,jdbcType=INTEGER}, - #{name,jdbcType=VARCHAR}, - #{foodCount,jdbcType=INTEGER},1) - - - - - - - - update - food_special - set - food_count=food_count-#{orderCount,jdbcType=INTEGER} - where food_id= - #{foodId,jdbcType=BIGINT} and special_id=#{specialId,jdbcType=INTEGER} and campus_id=#{campusId,jdbcType=INTEGER} - - + + + + + + + + + + + + + + food_id,campus_id, special_id, name, food_count + + + + update food_special + set tag=0 + where food_id = #{foodId,jdbcType=BIGINT} and campus_id=#{campusId,jdbcType=INTEGER} + and special_id = #{specialId,jdbcType=INTEGER} + + + insert into food_special (food_id, campus_id,special_id, name,tag + food_count) + values (#{foodId,jdbcType=BIGINT},#{campusId,jdbcType=INTEGER},#{specialId,jdbcType=INTEGER}, + #{name,jdbcType=VARCHAR}, + #{foodCount,jdbcType=INTEGER},1) + + + insert into food_special + + + food_id, + + + campus_id, + + + special_id, + + + name, + + + food_count, + + tag + + + + #{foodId,jdbcType=BIGINT}, + + + #{campusId,jdbcType=INTEGER}, + + + #{specialId,jdbcType=INTEGER}, + + + #{name,jdbcType=VARCHAR}, + + + #{foodCount,jdbcType=INTEGER}, + + 1 + + + + update food_special + + + name = #{name,jdbcType=VARCHAR}, + + + food_count = #{foodCount,jdbcType=INTEGER}, + + + where food_id = #{foodId,jdbcType=BIGINT} + and special_id = #{specialId,jdbcType=INTEGER} and campus_id=#{campusId,jdbcType=INTEGER} + + + update food_special + set name = #{name,jdbcType=VARCHAR}, + food_count = #{foodCount,jdbcType=INTEGER} + where food_id = #{foodId,jdbcType=BIGINT} + and special_id = #{specialId,jdbcType=INTEGER} and campus_id=#{campusId,jdbcType=INTEGER} + + + + + + + + + + + + + + + + + insert into food_special (food_id, campus_id,special_id, name, + food_count,tag) + values (#{foodId,jdbcType=BIGINT}, #{campusId,jdbcType=INTEGER}, + #{specialId,jdbcType=INTEGER}, + #{name,jdbcType=VARCHAR}, + #{foodCount,jdbcType=INTEGER},1) + + + + + + + + update + food_special + set + food_count=food_count-#{orderCount,jdbcType=INTEGER} + where food_id= + #{foodId,jdbcType=BIGINT} and special_id=#{specialId,jdbcType=INTEGER} and campus_id=#{campusId,jdbcType=INTEGER} + + \ No newline at end of file diff --git a/src/main/java/com/changyu/foryou/mapping/HotSearchMapper.xml b/src/main/resources/com/changyu/foryou/mapping/HotSearchMapper.xml similarity index 97% rename from src/main/java/com/changyu/foryou/mapping/HotSearchMapper.xml rename to src/main/resources/com/changyu/foryou/mapping/HotSearchMapper.xml index d0a4db3..b227b19 100644 --- a/src/main/java/com/changyu/foryou/mapping/HotSearchMapper.xml +++ b/src/main/resources/com/changyu/foryou/mapping/HotSearchMapper.xml @@ -1,132 +1,132 @@ - - - - - - - - - - - - - - hot_id, display_name, search_tag, create_time, is_display, campus_id - - - - delete from hot_search - where hot_id = #{hotId,jdbcType=INTEGER} - - - insert into hot_search (hot_id, display_name, search_tag, - create_time, is_display, campus_id - ) - values (#{hotId,jdbcType=INTEGER}, #{displayName,jdbcType=VARCHAR}, #{searchTag,jdbcType=VARCHAR}, - #{createTime,jdbcType=BIGINT}, #{isDisplay,jdbcType=TINYINT}, #{campusId,jdbcType=INTEGER} - ) - - - insert into hot_search - - - hot_id, - - - display_name, - - - search_tag, - - - create_time, - - - is_display, - - - campus_id, - - - - - #{hotId,jdbcType=INTEGER}, - - - #{displayName,jdbcType=VARCHAR}, - - - #{searchTag,jdbcType=VARCHAR}, - - - #{createTime,jdbcType=BIGINT}, - - - #{isDisplay,jdbcType=TINYINT}, - - - #{campusId,jdbcType=INTEGER}, - - - - - update hot_search - - - display_name = #{displayName,jdbcType=VARCHAR}, - - - search_tag = #{searchTag,jdbcType=VARCHAR}, - - - create_time = #{createTime,jdbcType=BIGINT}, - - - is_display = #{isDisplay,jdbcType=TINYINT}, - - - campus_id = #{campusId,jdbcType=INTEGER}, - - - where hot_id = #{hotId,jdbcType=INTEGER} - - - update hot_search - set display_name = #{displayName,jdbcType=VARCHAR}, - search_tag = #{searchTag,jdbcType=VARCHAR}, - create_time = #{createTime,jdbcType=BIGINT}, - is_display = #{isDisplay,jdbcType=TINYINT}, - campus_id = #{campusId,jdbcType=INTEGER} - where hot_id = #{hotId,jdbcType=INTEGER} - - - - - - - update - hot_search - set - is_display=0 - where hot_id=#{hotId,jdbcType=INTEGER} - - - - update - hot_search - set - is_display=1 - where hot_id=#{hotId,jdbcType=INTEGER} - + + + + + + + + + + + + + + hot_id, display_name, search_tag, create_time, is_display, campus_id + + + + delete from hot_search + where hot_id = #{hotId,jdbcType=INTEGER} + + + insert into hot_search (hot_id, display_name, search_tag, + create_time, is_display, campus_id + ) + values (#{hotId,jdbcType=INTEGER}, #{displayName,jdbcType=VARCHAR}, #{searchTag,jdbcType=VARCHAR}, + #{createTime,jdbcType=BIGINT}, #{isDisplay,jdbcType=TINYINT}, #{campusId,jdbcType=INTEGER} + ) + + + insert into hot_search + + + hot_id, + + + display_name, + + + search_tag, + + + create_time, + + + is_display, + + + campus_id, + + + + + #{hotId,jdbcType=INTEGER}, + + + #{displayName,jdbcType=VARCHAR}, + + + #{searchTag,jdbcType=VARCHAR}, + + + #{createTime,jdbcType=BIGINT}, + + + #{isDisplay,jdbcType=TINYINT}, + + + #{campusId,jdbcType=INTEGER}, + + + + + update hot_search + + + display_name = #{displayName,jdbcType=VARCHAR}, + + + search_tag = #{searchTag,jdbcType=VARCHAR}, + + + create_time = #{createTime,jdbcType=BIGINT}, + + + is_display = #{isDisplay,jdbcType=TINYINT}, + + + campus_id = #{campusId,jdbcType=INTEGER}, + + + where hot_id = #{hotId,jdbcType=INTEGER} + + + update hot_search + set display_name = #{displayName,jdbcType=VARCHAR}, + search_tag = #{searchTag,jdbcType=VARCHAR}, + create_time = #{createTime,jdbcType=BIGINT}, + is_display = #{isDisplay,jdbcType=TINYINT}, + campus_id = #{campusId,jdbcType=INTEGER} + where hot_id = #{hotId,jdbcType=INTEGER} + + + + + + + update + hot_search + set + is_display=0 + where hot_id=#{hotId,jdbcType=INTEGER} + + + + update + hot_search + set + is_display=1 + where hot_id=#{hotId,jdbcType=INTEGER} + \ No newline at end of file diff --git a/src/main/java/com/changyu/foryou/mapping/KeyMapper.xml b/src/main/resources/com/changyu/foryou/mapping/KeyMapper.xml similarity index 100% rename from src/main/java/com/changyu/foryou/mapping/KeyMapper.xml rename to src/main/resources/com/changyu/foryou/mapping/KeyMapper.xml diff --git a/src/main/java/com/changyu/foryou/mapping/NewsMapper.xml b/src/main/resources/com/changyu/foryou/mapping/NewsMapper.xml similarity index 97% rename from src/main/java/com/changyu/foryou/mapping/NewsMapper.xml rename to src/main/resources/com/changyu/foryou/mapping/NewsMapper.xml index ef66f16..5dd02b2 100644 --- a/src/main/java/com/changyu/foryou/mapping/NewsMapper.xml +++ b/src/main/resources/com/changyu/foryou/mapping/NewsMapper.xml @@ -1,117 +1,117 @@ - - - - - - - - - - - - - - - - - - - news_id, campus_id, create_time, title, img_url, content - - - - delete from news - where news_id = #{newsId,jdbcType=BIGINT} - - - insert into news (news_id, campus_id, create_time, title, - img_url, content) - values (#{newsId,jdbcType=BIGINT}, #{campusId,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP}, #{title,jdbcType=VARCHAR}, - #{imgUrl,jdbcType=VARCHAR}, #{content,jdbcType=VARCHAR}) - - - insert into news - - - news_id, - - - create_time, - - - title, - - - img_url, - - - content, - - - - - #{newsId,jdbcType=BIGINT}, - - - #{createTime,jdbcType=TIMESTAMP}, - - - #{title,jdbcType=VARCHAR}, - - - #{imgUrl,jdbcType=VARCHAR}, - - - #{content,jdbcType=VARCHAR}, - - - - - update news - - - create_time = #{createTime,jdbcType=TIMESTAMP}, - - - title = #{title,jdbcType=VARCHAR}, - - - img_url = #{imgUrl,jdbcType=VARCHAR}, - - - content = #{content,jdbcType=VARCHAR}, - - - where news_id = #{newsId,jdbcType=BIGINT} - - - update news - set create_time = #{createTime,jdbcType=TIMESTAMP}, - title = #{title,jdbcType=VARCHAR}, - img_url = #{imgUrl,jdbcType=VARCHAR}, - content = #{content,jdbcType=VARCHAR} - where news_id = #{newsId,jdbcType=BIGINT} - - - - - - + + + + + + + + + + + + + + + + + + + news_id, campus_id, create_time, title, img_url, content + + + + delete from news + where news_id = #{newsId,jdbcType=BIGINT} + + + insert into news (news_id, campus_id, create_time, title, + img_url, content) + values (#{newsId,jdbcType=BIGINT}, #{campusId,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP}, #{title,jdbcType=VARCHAR}, + #{imgUrl,jdbcType=VARCHAR}, #{content,jdbcType=VARCHAR}) + + + insert into news + + + news_id, + + + create_time, + + + title, + + + img_url, + + + content, + + + + + #{newsId,jdbcType=BIGINT}, + + + #{createTime,jdbcType=TIMESTAMP}, + + + #{title,jdbcType=VARCHAR}, + + + #{imgUrl,jdbcType=VARCHAR}, + + + #{content,jdbcType=VARCHAR}, + + + + + update news + + + create_time = #{createTime,jdbcType=TIMESTAMP}, + + + title = #{title,jdbcType=VARCHAR}, + + + img_url = #{imgUrl,jdbcType=VARCHAR}, + + + content = #{content,jdbcType=VARCHAR}, + + + where news_id = #{newsId,jdbcType=BIGINT} + + + update news + set create_time = #{createTime,jdbcType=TIMESTAMP}, + title = #{title,jdbcType=VARCHAR}, + img_url = #{imgUrl,jdbcType=VARCHAR}, + content = #{content,jdbcType=VARCHAR} + where news_id = #{newsId,jdbcType=BIGINT} + + + + + + \ No newline at end of file diff --git a/src/main/java/com/changyu/foryou/mapping/OrderMapper.xml b/src/main/resources/com/changyu/foryou/mapping/OrderMapper.xml similarity index 96% rename from src/main/java/com/changyu/foryou/mapping/OrderMapper.xml rename to src/main/resources/com/changyu/foryou/mapping/OrderMapper.xml index 635ebb5..476b46d 100644 --- a/src/main/java/com/changyu/foryou/mapping/OrderMapper.xml +++ b/src/main/resources/com/changyu/foryou/mapping/OrderMapper.xml @@ -1,1128 +1,1128 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - order_id, phone, create_time, status, price, - order_count,together_id, - is_remarked, - tag, - food_id,rank - - - - - - - - delete from orders - where - order_id=#{orderId,jdbcType=BIGINT} And - phone=#{phoneId,jdbcType=VARCHAR} - - - - - update orders - set tag=0 - where - together_id=#{togetherId,jdbcType=VARCHAR} - - - - insert into orders (order_id, - phone, create_time, - status, price, order_count, - is_remarked, - tag, - food_id) - values (#{orderId,jdbcType=BIGINT}, - #{phone,jdbcType=VARCHAR}, - #{createTime,jdbcType=TIMESTAMP}, - #{status,jdbcType=SMALLINT}, - #{price,jdbcType=REAL}, - #{orderCount,jdbcType=INTEGER}, - #{isRemarked,jdbcType=SMALLINT}, - #{tag,jdbcType=SMALLINT}, - #{foodId,jdbcType=BIGINT}) - - - insert into orders - - - order_id, - - - phone, - - - campus_id, - - - create_time, - - - status, - - - price, - - - order_count, - - - - is_remarked, - - - tag, - - - food_id, - - - together_id - - - - - #{orderId,jdbcType=BIGINT}, - - - #{phone,jdbcType=VARCHAR}, - - - #{campusId,jdbcType=INTEGER}, - - - #{createTime,jdbcType=TIMESTAMP}, - - - #{status,jdbcType=SMALLINT}, - - - #{price,jdbcType=REAL}, - - - #{orderCount,jdbcType=INTEGER}, - - - #{isRemarked,jdbcType=SMALLINT}, - - - #{tag,jdbcType=SMALLINT}, - - - #{foodId,jdbcType=BIGINT}, - - - #{togetherId,jdbcType=VARCHAR}, - - - - - update orders - - - create_time = #{createTime,jdbcType=TIMESTAMP}, - - - status = #{status,jdbcType=SMALLINT}, - - - price = #{price,jdbcType=REAL}, - - - order_count = #{orderCount,jdbcType=INTEGER}, - - - - is_remarked = #{isRemarked,jdbcType=SMALLINT}, - - - tag = #{tag,jdbcType=SMALLINT}, - - - food_id = #{foodId,jdbcType=BIGINT}, - - - together_id = #{togetherId,jdbcType=VARCHAR}, - - - where order_id = #{orderId,jdbcType=BIGINT} And - phone=#{phone,jdbcType=VARCHAR} - - - update orders - set - phone = #{phone,jdbcType=VARCHAR}, - together_id = - #{togetherId,jdbcType=VARCHAR}, - create_time = - #{createTime,jdbcType=TIMESTAMP}, - status = #{status,jdbcType=SMALLINT}, - price = #{price,jdbcType=REAL}, - order_count = - #{orderCount,jdbcType=INTEGER}, - - is_remarked = - #{isRemarked,jdbcType=SMALLINT}, - tag = - #{tag,jdbcType=SMALLINT}, - food_id - = - #{foodId,jdbcType=BIGINT} - where order_id = #{orderId,jdbcType=BIGINT} - - - - - - - - - - - update - orders - set - order_count=#{orderCount,jdbcType=INTEGER} - where - order_id=#{orderId,jdbcType=BIGINT} And - phone=#{phoneId,jdbcType=VARCHAR} - - - - - update - orders - set - status=1,message=#{message,jdbcType=VARCHAR},reserve_time=#{reserveTime,jdbcType=VARCHAR}, - together_id=#{togetherId,jdbcType=VARCHAR},rank=#{rank,jdbcType=VARCHAR},together_date=Now(), - pay_way=#{payWay,jdbcType=SMALLINT}, - price=#{price,jdbcType=REAL} - ,total_price=#{totalPrice,jdbcType=REAL} - where - order_id=#{orderId,jdbcType=BIGINT} And - phone=#{phoneId,jdbcType=VARCHAR} - - - - - - update - orders - set - status=2 - where - together_id=#{togetherId,jdbcType=VARCHAR} - And - admin_phone=#{phoneId,jdbcType=VARCHAR} - - - - - - update - orders - set - status=3 - where - together_id=#{togetherId,jdbcType=VARCHAR} - And - admin_phone=#{phoneId,jdbcType=VARCHAR} - - - - - delete from orders - where phone=#{phoneId,jdbcType=VARCHAR} and status=0 - - - - - - - - - - - - - - - - - - - - - - - - delete from orders - where phone= - #{phone,jdbcType=VARCHAR} And food_id= - #{foodId,jdbcType=BIGINT} And status=0 - - - - - - - - - update - orders - set - is_remarked=1 - where phone= - #{phone,jdbcType=VARCHAR} And order_id= - #{orderId,jdbcType=BIGINT} and - status=4 and tag=1 - - - - - - - - - - - update - orders - set - admin_phone=#{adminPhone,jdbcType=VARCHAR} - where together_id= - #{togetherId,jdbcType=VARCHAR} and status IN (2,3) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - update orders set - - status=#{status, jdbcType=SMALLINT} - - - ,is_remarked=#{isRemarked, jdbcType=SMALLINT} - - - together_id=#{togetherId, jdbcType=VARCHAR} - and tag=1 - - and order_id=#{orderId, jdbcType=BIGINT} - - - and admin_phone is not null - - - - - - update orders - set tag = 0 - where - together_id=#{togetherId,jdbcType=VARCHAR} - and status=4 - - - - - - - - - - update orders - set total_price=#{totalPrice} - where - order_id=#{orderId} - - - - - - - - update - orders - set total_price=#{amount,jdbcType=REAL}, - status=2 ,charge_id=#{chargeId,jdbcType=VARCHAR} - where - together_id=#{togetherId,jdbcType=VARCHAR} - - - - - - - - - - - update - orders - set - status=9 - where - together_id=#{togetherId,jdbcType=VARCHAR} - - - - - - - - - - update - orders - set - status=4 - where - together_id=#{togetherId,jdbcType=VARCHAR} - - - - - - - - update - orders - set status=10 - where - together_id=#{togetherId,jdbcType=VARCHAR} - - - - - update - orders - set status=11 - where - together_id=#{togetherId,jdbcType=VARCHAR} - - - - - - - - - - - - - - delete - from - orders - where together_id=#{togetherId,jdbcType=VARCHAR} - and status =1 and tag=0 - - - - - delete - from - orders - where phone=#{phone,jdbcType=VARCHAR} and status=7 - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + order_id, phone, create_time, status, price, + order_count,together_id, + is_remarked, + tag, + food_id,rank + + + + + + + + delete from orders + where + order_id=#{orderId,jdbcType=BIGINT} And + phone=#{phoneId,jdbcType=VARCHAR} + + + + + update orders + set tag=0 + where + together_id=#{togetherId,jdbcType=VARCHAR} + + + + insert into orders (order_id, + phone, create_time, + status, price, order_count, + is_remarked, + tag, + food_id) + values (#{orderId,jdbcType=BIGINT}, + #{phone,jdbcType=VARCHAR}, + #{createTime,jdbcType=TIMESTAMP}, + #{status,jdbcType=SMALLINT}, + #{price,jdbcType=REAL}, + #{orderCount,jdbcType=INTEGER}, + #{isRemarked,jdbcType=SMALLINT}, + #{tag,jdbcType=SMALLINT}, + #{foodId,jdbcType=BIGINT}) + + + insert into orders + + + order_id, + + + phone, + + + campus_id, + + + create_time, + + + status, + + + price, + + + order_count, + + + + is_remarked, + + + tag, + + + food_id, + + + together_id + + + + + #{orderId,jdbcType=BIGINT}, + + + #{phone,jdbcType=VARCHAR}, + + + #{campusId,jdbcType=INTEGER}, + + + #{createTime,jdbcType=TIMESTAMP}, + + + #{status,jdbcType=SMALLINT}, + + + #{price,jdbcType=REAL}, + + + #{orderCount,jdbcType=INTEGER}, + + + #{isRemarked,jdbcType=SMALLINT}, + + + #{tag,jdbcType=SMALLINT}, + + + #{foodId,jdbcType=BIGINT}, + + + #{togetherId,jdbcType=VARCHAR}, + + + + + update orders + + + create_time = #{createTime,jdbcType=TIMESTAMP}, + + + status = #{status,jdbcType=SMALLINT}, + + + price = #{price,jdbcType=REAL}, + + + order_count = #{orderCount,jdbcType=INTEGER}, + + + + is_remarked = #{isRemarked,jdbcType=SMALLINT}, + + + tag = #{tag,jdbcType=SMALLINT}, + + + food_id = #{foodId,jdbcType=BIGINT}, + + + together_id = #{togetherId,jdbcType=VARCHAR}, + + + where order_id = #{orderId,jdbcType=BIGINT} And + phone=#{phone,jdbcType=VARCHAR} + + + update orders + set + phone = #{phone,jdbcType=VARCHAR}, + together_id = + #{togetherId,jdbcType=VARCHAR}, + create_time = + #{createTime,jdbcType=TIMESTAMP}, + status = #{status,jdbcType=SMALLINT}, + price = #{price,jdbcType=REAL}, + order_count = + #{orderCount,jdbcType=INTEGER}, + + is_remarked = + #{isRemarked,jdbcType=SMALLINT}, + tag = + #{tag,jdbcType=SMALLINT}, + food_id + = + #{foodId,jdbcType=BIGINT} + where order_id = #{orderId,jdbcType=BIGINT} + + + + + + + + + + + update + orders + set + order_count=#{orderCount,jdbcType=INTEGER} + where + order_id=#{orderId,jdbcType=BIGINT} And + phone=#{phoneId,jdbcType=VARCHAR} + + + + + update + orders + set + status=1,message=#{message,jdbcType=VARCHAR},reserve_time=#{reserveTime,jdbcType=VARCHAR}, + together_id=#{togetherId,jdbcType=VARCHAR},rank=#{rank,jdbcType=VARCHAR},together_date=Now(), + pay_way=#{payWay,jdbcType=SMALLINT}, + price=#{price,jdbcType=REAL} + ,total_price=#{totalPrice,jdbcType=REAL} + where + order_id=#{orderId,jdbcType=BIGINT} And + phone=#{phoneId,jdbcType=VARCHAR} + + + + + + update + orders + set + status=2 + where + together_id=#{togetherId,jdbcType=VARCHAR} + And + admin_phone=#{phoneId,jdbcType=VARCHAR} + + + + + + update + orders + set + status=3 + where + together_id=#{togetherId,jdbcType=VARCHAR} + And + admin_phone=#{phoneId,jdbcType=VARCHAR} + + + + + delete from orders + where phone=#{phoneId,jdbcType=VARCHAR} and status=0 + + + + + + + + + + + + + + + + + + + + + + + + delete from orders + where phone= + #{phone,jdbcType=VARCHAR} And food_id= + #{foodId,jdbcType=BIGINT} And status=0 + + + + + + + + + update + orders + set + is_remarked=1 + where phone= + #{phone,jdbcType=VARCHAR} And order_id= + #{orderId,jdbcType=BIGINT} and + status=4 and tag=1 + + + + + + + + + + + update + orders + set + admin_phone=#{adminPhone,jdbcType=VARCHAR} + where together_id= + #{togetherId,jdbcType=VARCHAR} and status IN (2,3) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + update orders set + + status=#{status, jdbcType=SMALLINT} + + + ,is_remarked=#{isRemarked, jdbcType=SMALLINT} + + + together_id=#{togetherId, jdbcType=VARCHAR} + and tag=1 + + and order_id=#{orderId, jdbcType=BIGINT} + + + and admin_phone is not null + + + + + + update orders + set tag = 0 + where + together_id=#{togetherId,jdbcType=VARCHAR} + and status=4 + + + + + + + + + + update orders + set total_price=#{totalPrice} + where + order_id=#{orderId} + + + + + + + + update + orders + set total_price=#{amount,jdbcType=REAL}, + status=2 ,charge_id=#{chargeId,jdbcType=VARCHAR} + where + together_id=#{togetherId,jdbcType=VARCHAR} + + + + + + + + + + + update + orders + set + status=9 + where + together_id=#{togetherId,jdbcType=VARCHAR} + + + + + + + + + + update + orders + set + status=4 + where + together_id=#{togetherId,jdbcType=VARCHAR} + + + + + + + + update + orders + set status=10 + where + together_id=#{togetherId,jdbcType=VARCHAR} + + + + + update + orders + set status=11 + where + together_id=#{togetherId,jdbcType=VARCHAR} + + + + + + + + + + + + + + delete + from + orders + where together_id=#{togetherId,jdbcType=VARCHAR} + and status =1 and tag=0 + + + + + delete + from + orders + where phone=#{phone,jdbcType=VARCHAR} and status=7 + + + + \ No newline at end of file diff --git a/src/main/java/com/changyu/foryou/mapping/PackageOrderMapper.xml b/src/main/resources/com/changyu/foryou/mapping/PackageOrderMapper.xml similarity index 97% rename from src/main/java/com/changyu/foryou/mapping/PackageOrderMapper.xml rename to src/main/resources/com/changyu/foryou/mapping/PackageOrderMapper.xml index da07607..f45de9a 100644 --- a/src/main/java/com/changyu/foryou/mapping/PackageOrderMapper.xml +++ b/src/main/resources/com/changyu/foryou/mapping/PackageOrderMapper.xml @@ -1,150 +1,150 @@ - - - - - - - - - - - - - - - - - - - package_id, phone_id, create_time, reserve_time, rank, tag, deliver_type,price,message,deliver_phone,admin_phone - - - - delete from package_order - where package_id = #{packageId,jdbcType=VARCHAR} - - - insert into package_order (package_id, phone_id, create_time, - reserve_time, rank, tag, - deliver_type) - values (#{packageId,jdbcType=VARCHAR}, #{phoneId,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, - #{reserveTime,jdbcType=VARCHAR}, #{rank,jdbcType=VARCHAR}, #{tag,jdbcType=TINYINT}, - #{deliverType,jdbcType=TINYINT}) - - - insert into package_order - - - package_id, - - - phone_id, - - - create_time, - - - reserve_time, - - - price, - - - rank, - - - message, - - - deliver_phone, - - - tag, - - - deliver_type, - - - - - #{packageId,jdbcType=VARCHAR}, - - - #{phoneId,jdbcType=VARCHAR}, - - - #{createTime,jdbcType=TIMESTAMP}, - - - #{reserveTime,jdbcType=VARCHAR}, - - - price, - - - #{rank,jdbcType=VARCHAR}, - - - #{message,jdbcType=VARCHAR}, - - - #{deliverPhone,jdbcType=VARCHAR}, - - - #{tag,jdbcType=TINYINT}, - - - #{deliverType,jdbcType=TINYINT}, - - - - - update package_order - - - phone_id = #{phoneId,jdbcType=VARCHAR}, - - - create_time = #{createTime,jdbcType=TIMESTAMP}, - - - reserve_time = #{reserveTime,jdbcType=VARCHAR}, - - - rank = #{rank,jdbcType=VARCHAR}, - - - message=#{message,jdbcType=VARCHAR}, - - - tag = #{tag,jdbcType=TINYINT}, - - - deliver_type = #{deliverType,jdbcType=TINYINT}, - - - where package_id = #{packageId,jdbcType=VARCHAR} - - - update package_order - set phone_id = #{phoneId,jdbcType=VARCHAR}, - create_time = #{createTime,jdbcType=TIMESTAMP}, - reserve_time = #{reserveTime,jdbcType=VARCHAR}, - rank = #{rank,jdbcType=VARCHAR}, - tag = #{tag,jdbcType=TINYINT}, - deliver_type = #{deliverType,jdbcType=TINYINT} - where package_id = #{packageId,jdbcType=VARCHAR} - - - - - update package_order - set admin_phone=#{adminPhone,jdbcType=VARCHAR} - where package_id = #{packageId,jdbcType=VARCHAR} - + + + + + + + + + + + + + + + + + + + package_id, phone_id, create_time, reserve_time, rank, tag, deliver_type,price,message,deliver_phone,admin_phone + + + + delete from package_order + where package_id = #{packageId,jdbcType=VARCHAR} + + + insert into package_order (package_id, phone_id, create_time, + reserve_time, rank, tag, + deliver_type) + values (#{packageId,jdbcType=VARCHAR}, #{phoneId,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, + #{reserveTime,jdbcType=VARCHAR}, #{rank,jdbcType=VARCHAR}, #{tag,jdbcType=TINYINT}, + #{deliverType,jdbcType=TINYINT}) + + + insert into package_order + + + package_id, + + + phone_id, + + + create_time, + + + reserve_time, + + + price, + + + rank, + + + message, + + + deliver_phone, + + + tag, + + + deliver_type, + + + + + #{packageId,jdbcType=VARCHAR}, + + + #{phoneId,jdbcType=VARCHAR}, + + + #{createTime,jdbcType=TIMESTAMP}, + + + #{reserveTime,jdbcType=VARCHAR}, + + + price, + + + #{rank,jdbcType=VARCHAR}, + + + #{message,jdbcType=VARCHAR}, + + + #{deliverPhone,jdbcType=VARCHAR}, + + + #{tag,jdbcType=TINYINT}, + + + #{deliverType,jdbcType=TINYINT}, + + + + + update package_order + + + phone_id = #{phoneId,jdbcType=VARCHAR}, + + + create_time = #{createTime,jdbcType=TIMESTAMP}, + + + reserve_time = #{reserveTime,jdbcType=VARCHAR}, + + + rank = #{rank,jdbcType=VARCHAR}, + + + message=#{message,jdbcType=VARCHAR}, + + + tag = #{tag,jdbcType=TINYINT}, + + + deliver_type = #{deliverType,jdbcType=TINYINT}, + + + where package_id = #{packageId,jdbcType=VARCHAR} + + + update package_order + set phone_id = #{phoneId,jdbcType=VARCHAR}, + create_time = #{createTime,jdbcType=TIMESTAMP}, + reserve_time = #{reserveTime,jdbcType=VARCHAR}, + rank = #{rank,jdbcType=VARCHAR}, + tag = #{tag,jdbcType=TINYINT}, + deliver_type = #{deliverType,jdbcType=TINYINT} + where package_id = #{packageId,jdbcType=VARCHAR} + + + + + update package_order + set admin_phone=#{adminPhone,jdbcType=VARCHAR} + where package_id = #{packageId,jdbcType=VARCHAR} + \ No newline at end of file diff --git a/src/main/java/com/changyu/foryou/mapping/PreferentialMapper.xml b/src/main/resources/com/changyu/foryou/mapping/PreferentialMapper.xml similarity index 97% rename from src/main/java/com/changyu/foryou/mapping/PreferentialMapper.xml rename to src/main/resources/com/changyu/foryou/mapping/PreferentialMapper.xml index 3bcd620..5f3aedb 100644 --- a/src/main/java/com/changyu/foryou/mapping/PreferentialMapper.xml +++ b/src/main/resources/com/changyu/foryou/mapping/PreferentialMapper.xml @@ -1,99 +1,99 @@ - - - - - - - - - - - preferential_id, need_number, discount_num - - - - delete from preferential - where preferential_id = #{preferentialId,jdbcType=INTEGER} - - - insert into preferential ( preferential_id, need_number, discount_num,campus_id - ) - values (null, #{needNumber,jdbcType=INTEGER}, #{discountNum,jdbcType=INTEGER},#{campusId,jdbcType=INTEGER} - ) - - - insert into preferential - - - preferential_id, - - - need_number, - - - discount_num, - - - - - #{preferentialId,jdbcType=INTEGER}, - - - #{needNumber,jdbcType=INTEGER}, - - - #{discountNum,jdbcType=INTEGER}, - - - - - - - update preferential - - - need_number = #{needNumber,jdbcType=INTEGER} - - - ,discount_num = #{discountNum,jdbcType=INTEGER} - - - ,campus_id = #{campusId,jdbcType=INTEGER} - - - where preferential_id = #{preferentialId,jdbcType=INTEGER} - - - - update preferential - set - - need_number = #{needNumber,jdbcType=INTEGER} - - - ,discount_num = #{discountNum,jdbcType=INTEGER} - - - ,campus_id = #{campusId,jdbcType=INTEGER} - - where preferential_id = #{preferentialId,jdbcType=INTEGER} - - - - + + + + + + + + + + + preferential_id, need_number, discount_num + + + + delete from preferential + where preferential_id = #{preferentialId,jdbcType=INTEGER} + + + insert into preferential ( preferential_id, need_number, discount_num,campus_id + ) + values (null, #{needNumber,jdbcType=INTEGER}, #{discountNum,jdbcType=INTEGER},#{campusId,jdbcType=INTEGER} + ) + + + insert into preferential + + + preferential_id, + + + need_number, + + + discount_num, + + + + + #{preferentialId,jdbcType=INTEGER}, + + + #{needNumber,jdbcType=INTEGER}, + + + #{discountNum,jdbcType=INTEGER}, + + + + + + + update preferential + + + need_number = #{needNumber,jdbcType=INTEGER} + + + ,discount_num = #{discountNum,jdbcType=INTEGER} + + + ,campus_id = #{campusId,jdbcType=INTEGER} + + + where preferential_id = #{preferentialId,jdbcType=INTEGER} + + + + update preferential + set + + need_number = #{needNumber,jdbcType=INTEGER} + + + ,discount_num = #{discountNum,jdbcType=INTEGER} + + + ,campus_id = #{campusId,jdbcType=INTEGER} + + where preferential_id = #{preferentialId,jdbcType=INTEGER} + + + + \ No newline at end of file diff --git a/src/main/java/com/changyu/foryou/mapping/PushMessageMapper.xml b/src/main/resources/com/changyu/foryou/mapping/PushMessageMapper.xml similarity index 97% rename from src/main/java/com/changyu/foryou/mapping/PushMessageMapper.xml rename to src/main/resources/com/changyu/foryou/mapping/PushMessageMapper.xml index 35f2943..e7b330f 100644 --- a/src/main/java/com/changyu/foryou/mapping/PushMessageMapper.xml +++ b/src/main/resources/com/changyu/foryou/mapping/PushMessageMapper.xml @@ -1,144 +1,144 @@ - - - - - - - - - - - - - - - - - - push_id, title, content, push_tag, alias, create_time, valid_length, is_send_now, - device_tag - - - - delete from push_message - where push_id = #{pushId,jdbcType=INTEGER} - - - insert into push_message (push_id, title, content, - push_tag, alias, create_time, - valid_length, is_send_now, device_tag - ) - values (#{pushId,jdbcType=INTEGER}, #{title,jdbcType=VARCHAR}, #{content,jdbcType=VARCHAR}, - #{pushTag,jdbcType=VARCHAR}, #{alias,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, - #{validLength,jdbcType=INTEGER}, #{isSendNow,jdbcType=VARCHAR}, #{deviceTag,jdbcType=SMALLINT} - ) - - - insert into push_message - - - push_id, - - - title, - - - content, - - - push_tag, - - - alias, - - - create_time, - - - valid_length, - - - is_send_now, - - - device_tag, - - - - - #{pushId,jdbcType=INTEGER}, - - - #{title,jdbcType=VARCHAR}, - - - #{content,jdbcType=VARCHAR}, - - - #{pushTag,jdbcType=VARCHAR}, - - - #{alias,jdbcType=VARCHAR}, - - - #{createTime,jdbcType=TIMESTAMP}, - - - #{validLength,jdbcType=INTEGER}, - - - #{isSendNow,jdbcType=VARCHAR}, - - - #{deviceTag,jdbcType=SMALLINT}, - - - - - update push_message - - - title = #{title,jdbcType=VARCHAR}, - - - content = #{content,jdbcType=VARCHAR}, - - - push_tag = #{pushTag,jdbcType=VARCHAR}, - - - alias = #{alias,jdbcType=VARCHAR}, - - - create_time = #{createTime,jdbcType=TIMESTAMP}, - - - valid_length = #{validLength,jdbcType=INTEGER}, - - - is_send_now = #{isSendNow,jdbcType=VARCHAR}, - - - device_tag = #{deviceTag,jdbcType=SMALLINT}, - - - where push_id = #{pushId,jdbcType=INTEGER} - - - update push_message - set title = #{title,jdbcType=VARCHAR}, - content = #{content,jdbcType=VARCHAR}, - push_tag = #{pushTag,jdbcType=VARCHAR}, - alias = #{alias,jdbcType=VARCHAR}, - create_time = #{createTime,jdbcType=TIMESTAMP}, - valid_length = #{validLength,jdbcType=INTEGER}, - is_send_now = #{isSendNow,jdbcType=VARCHAR}, - device_tag = #{deviceTag,jdbcType=SMALLINT} - where push_id = #{pushId,jdbcType=INTEGER} - + + + + + + + + + + + + + + + + + + push_id, title, content, push_tag, alias, create_time, valid_length, is_send_now, + device_tag + + + + delete from push_message + where push_id = #{pushId,jdbcType=INTEGER} + + + insert into push_message (push_id, title, content, + push_tag, alias, create_time, + valid_length, is_send_now, device_tag + ) + values (#{pushId,jdbcType=INTEGER}, #{title,jdbcType=VARCHAR}, #{content,jdbcType=VARCHAR}, + #{pushTag,jdbcType=VARCHAR}, #{alias,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, + #{validLength,jdbcType=INTEGER}, #{isSendNow,jdbcType=VARCHAR}, #{deviceTag,jdbcType=SMALLINT} + ) + + + insert into push_message + + + push_id, + + + title, + + + content, + + + push_tag, + + + alias, + + + create_time, + + + valid_length, + + + is_send_now, + + + device_tag, + + + + + #{pushId,jdbcType=INTEGER}, + + + #{title,jdbcType=VARCHAR}, + + + #{content,jdbcType=VARCHAR}, + + + #{pushTag,jdbcType=VARCHAR}, + + + #{alias,jdbcType=VARCHAR}, + + + #{createTime,jdbcType=TIMESTAMP}, + + + #{validLength,jdbcType=INTEGER}, + + + #{isSendNow,jdbcType=VARCHAR}, + + + #{deviceTag,jdbcType=SMALLINT}, + + + + + update push_message + + + title = #{title,jdbcType=VARCHAR}, + + + content = #{content,jdbcType=VARCHAR}, + + + push_tag = #{pushTag,jdbcType=VARCHAR}, + + + alias = #{alias,jdbcType=VARCHAR}, + + + create_time = #{createTime,jdbcType=TIMESTAMP}, + + + valid_length = #{validLength,jdbcType=INTEGER}, + + + is_send_now = #{isSendNow,jdbcType=VARCHAR}, + + + device_tag = #{deviceTag,jdbcType=SMALLINT}, + + + where push_id = #{pushId,jdbcType=INTEGER} + + + update push_message + set title = #{title,jdbcType=VARCHAR}, + content = #{content,jdbcType=VARCHAR}, + push_tag = #{pushTag,jdbcType=VARCHAR}, + alias = #{alias,jdbcType=VARCHAR}, + create_time = #{createTime,jdbcType=TIMESTAMP}, + valid_length = #{validLength,jdbcType=INTEGER}, + is_send_now = #{isSendNow,jdbcType=VARCHAR}, + device_tag = #{deviceTag,jdbcType=SMALLINT} + where push_id = #{pushId,jdbcType=INTEGER} + \ No newline at end of file diff --git a/src/main/java/com/changyu/foryou/mapping/ReceiverMapper.xml b/src/main/resources/com/changyu/foryou/mapping/ReceiverMapper.xml similarity index 100% rename from src/main/java/com/changyu/foryou/mapping/ReceiverMapper.xml rename to src/main/resources/com/changyu/foryou/mapping/ReceiverMapper.xml diff --git a/src/main/java/com/changyu/foryou/mapping/SellerMapper.xml b/src/main/resources/com/changyu/foryou/mapping/SellerMapper.xml similarity index 96% rename from src/main/java/com/changyu/foryou/mapping/SellerMapper.xml rename to src/main/resources/com/changyu/foryou/mapping/SellerMapper.xml index d968f50..c4c2726 100644 --- a/src/main/java/com/changyu/foryou/mapping/SellerMapper.xml +++ b/src/main/resources/com/changyu/foryou/mapping/SellerMapper.xml @@ -1,69 +1,69 @@ - - - - - - - - - - - - - - campus_admin,password,type,campus_id,last_login_date - - - - - - update campus_admin - set last_login_date = - #{date,jdbcType=DATE} - where - campus_admin = #{campusAdmin,jdbcType=VARCHAR} - - - - insert into campus_admin - - - campus_id, - - - type, - - - campus_admin, - - - password, - - - - - #{campusId,jdbcType=INTEGER}, - - - #{type,jdbcType=SMALLINT}, - - - #{campusAdmin,jdbcType=VARCHAR}, - - - #{password,jdbcType=VARCHAR}, - - - - - + + + + + + + + + + + + + + campus_admin,password,type,campus_id,last_login_date + + + + + + update campus_admin + set last_login_date = + #{date,jdbcType=DATE} + where + campus_admin = #{campusAdmin,jdbcType=VARCHAR} + + + + insert into campus_admin + + + campus_id, + + + type, + + + campus_admin, + + + password, + + + + + #{campusId,jdbcType=INTEGER}, + + + #{type,jdbcType=SMALLINT}, + + + #{campusAdmin,jdbcType=VARCHAR}, + + + #{password,jdbcType=VARCHAR}, + + + + + diff --git a/src/main/java/com/changyu/foryou/mapping/UsersMapper.xml b/src/main/resources/com/changyu/foryou/mapping/UsersMapper.xml similarity index 96% rename from src/main/java/com/changyu/foryou/mapping/UsersMapper.xml rename to src/main/resources/com/changyu/foryou/mapping/UsersMapper.xml index 3b01078..14a0d43 100644 --- a/src/main/java/com/changyu/foryou/mapping/UsersMapper.xml +++ b/src/main/resources/com/changyu/foryou/mapping/UsersMapper.xml @@ -1,357 +1,357 @@ - - - - - - - - - - - - - - - - - - - - - - phone, password, type, nickname, img_url, - last_login_date,create_time,sex,academy,qq,weixin - - - - delete from users - where phone = #{phone,jdbcType=VARCHAR} - - - insert into users (phone, - password, type, - nickname, img_url, last_login_date - ) - values - (#{phone,jdbcType=VARCHAR}, #{password,jdbcType=VARCHAR}, - #{type,jdbcType=SMALLINT}, - #{nickname,jdbcType=VARCHAR}, - #{imgUrl,jdbcType=VARCHAR}, #{lastLoginDate,jdbcType=DATE} - ) - - - insert into users - - - phone, - - - password, - - - type, - - - nickname, - - - img_url, - - - last_login_date, - - - create_time, - - - - - #{phone,jdbcType=VARCHAR}, - - - #{password,jdbcType=VARCHAR}, - - - #{type,jdbcType=SMALLINT}, - - - #{nickname,jdbcType=VARCHAR}, - - - #{imgUrl,jdbcType=VARCHAR}, - - - #{lastLoginDate,jdbcType=DATE}, - - - #{createTime,jdbcType=DATE}, - - - - - update users - - - sex=#{sex,jdbcType=SMALLINT}, - - - qq=#{qq,jdbcType=VARCHAR}, - - - weixin=#{weiXin,jdbcType=VARCHAR}, - - - academy=#{academy,jdbcType=VARCHAR}, - - - password = #{password,jdbcType=VARCHAR}, - - - type = #{type,jdbcType=SMALLINT}, - - - nickname = #{nickname,jdbcType=VARCHAR}, - - - img_url = #{imgUrl,jdbcType=VARCHAR}, - - - last_login_date = #{lastLoginDate,jdbcType=DATE}, - - - where phone = #{phone,jdbcType=VARCHAR} - - - update users - set - password = #{password,jdbcType=VARCHAR}, - type = - #{type,jdbcType=SMALLINT}, - nickname = #{nickname,jdbcType=VARCHAR}, - img_url = #{imgUrl,jdbcType=VARCHAR}, - last_login_date = - #{lastLoginDate,jdbcType=DATE} - where phone = #{phone,jdbcType=VARCHAR} - - - - - update users - set password = - #{newPassword,jdbcType=VARCHAR} - where phone = #{phone,jdbcType=VARCHAR} - - - - - update users - set type=1 , - campus_id=#{campusId,jdbcType=INTEGER} - where phone = - #{phone,jdbcType=VARCHAR} - - - - update users - set type=2, - campus_id=#{campusId,jdbcType=INTEGER} - where phone = - #{phone,jdbcType=VARCHAR} - - - - update users - set - type=0, - campus_id=#{campusId,jdbcType=INTEGER} - where phone = - #{phone,jdbcType=VARCHAR} - - - - update users - set last_login_date = - #{date,jdbcType=DATE} - where phone = #{phone,jdbcType=VARCHAR} - - - - - - - - update users - set img_url = - #{imageUrl,jdbcType=VARCHAR} - where phone = #{phone,jdbcType=VARCHAR} - - - - - - - - update users - set token = - #{token,jdbcType=VARCHAR} - where phone = #{phone,jdbcType=VARCHAR} - - - - - - - update - users - set token=null - where - token=#{token,jdbcType=VARCHAR} - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + phone, password, type, nickname, img_url, + last_login_date,create_time,sex,academy,qq,weixin + + + + delete from users + where phone = #{phone,jdbcType=VARCHAR} + + + insert into users (phone, + password, type, + nickname, img_url, last_login_date + ) + values + (#{phone,jdbcType=VARCHAR}, #{password,jdbcType=VARCHAR}, + #{type,jdbcType=SMALLINT}, + #{nickname,jdbcType=VARCHAR}, + #{imgUrl,jdbcType=VARCHAR}, #{lastLoginDate,jdbcType=DATE} + ) + + + insert into users + + + phone, + + + password, + + + type, + + + nickname, + + + img_url, + + + last_login_date, + + + create_time, + + + + + #{phone,jdbcType=VARCHAR}, + + + #{password,jdbcType=VARCHAR}, + + + #{type,jdbcType=SMALLINT}, + + + #{nickname,jdbcType=VARCHAR}, + + + #{imgUrl,jdbcType=VARCHAR}, + + + #{lastLoginDate,jdbcType=DATE}, + + + #{createTime,jdbcType=DATE}, + + + + + update users + + + sex=#{sex,jdbcType=SMALLINT}, + + + qq=#{qq,jdbcType=VARCHAR}, + + + weixin=#{weiXin,jdbcType=VARCHAR}, + + + academy=#{academy,jdbcType=VARCHAR}, + + + password = #{password,jdbcType=VARCHAR}, + + + type = #{type,jdbcType=SMALLINT}, + + + nickname = #{nickname,jdbcType=VARCHAR}, + + + img_url = #{imgUrl,jdbcType=VARCHAR}, + + + last_login_date = #{lastLoginDate,jdbcType=DATE}, + + + where phone = #{phone,jdbcType=VARCHAR} + + + update users + set + password = #{password,jdbcType=VARCHAR}, + type = + #{type,jdbcType=SMALLINT}, + nickname = #{nickname,jdbcType=VARCHAR}, + img_url = #{imgUrl,jdbcType=VARCHAR}, + last_login_date = + #{lastLoginDate,jdbcType=DATE} + where phone = #{phone,jdbcType=VARCHAR} + + + + + update users + set password = + #{newPassword,jdbcType=VARCHAR} + where phone = #{phone,jdbcType=VARCHAR} + + + + + update users + set type=1 , + campus_id=#{campusId,jdbcType=INTEGER} + where phone = + #{phone,jdbcType=VARCHAR} + + + + update users + set type=2, + campus_id=#{campusId,jdbcType=INTEGER} + where phone = + #{phone,jdbcType=VARCHAR} + + + + update users + set + type=0, + campus_id=#{campusId,jdbcType=INTEGER} + where phone = + #{phone,jdbcType=VARCHAR} + + + + update users + set last_login_date = + #{date,jdbcType=DATE} + where phone = #{phone,jdbcType=VARCHAR} + + + + + + + + update users + set img_url = + #{imageUrl,jdbcType=VARCHAR} + where phone = #{phone,jdbcType=VARCHAR} + + + + + + + + update users + set token = + #{token,jdbcType=VARCHAR} + where phone = #{phone,jdbcType=VARCHAR} + + + + + + + update + users + set token=null + where + token=#{token,jdbcType=VARCHAR} + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/config.out.xml b/src/main/resources/config.out.xml deleted file mode 100644 index e69de29..0000000 diff --git a/src/main/resources/config.properties b/src/main/resources/config.properties deleted file mode 100644 index 681b345..0000000 --- a/src/main/resources/config.properties +++ /dev/null @@ -1,47 +0,0 @@ -#hibernate.dialect=org.hibernate.dialect.OracleDialect -#driverClassName=oracle.jdbc.driver.OracleDriver -#validationQuery=SELECT 1 FROM DUAL -#jdbc_url=jdbc:oracle:thin:@localhost:1521:orcl -#jdbc_username=sypro -#jdbc_password=sypro - -hibernate.dialect=org.hibernate.dialect.MySQLDialect -driverClassName=com.mysql.jdbc.Driver -validationQuery=SELECT 1 -jdbc_url=jdbc:mysql://120.26.213.172:3306/foryou?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull -jdbc_username=changyu2015 -jdbc_password=changyu15 - -#hibernate.dialect=org.hibernate.dialect.MySQLDialect -#driverClassName=com.mysql.jdbc.Driver -#validationQuery=SELECT 1 -#jdbc_url=jdbc:mysql://localhost:3306/foryou?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull -#jdbc_username=root -#jdbc_password=zc0829 - -#hibernate.dialect=org.hibernate.dialect.SQLServerDialect -#driverClassName=net.sourceforge.jtds.jdbc.Driver -#validationQuery=SELECT 1 -#jdbc_url=jdbc:jtds:sqlserver://127.0.0.1:1433/sy -#jdbc_username=sa -#jdbc_password=123456 - -#hibernate.dialect=org.hibernate.dialect.DerbyDialect -#driverClassName=org.apache.derby.jdbc.EmbeddedDriver -#validationQuery=SELECT 1 -#jdbc_url=jdbc:derby:sy;create=true -#jdbc_username=sypro -#jdbc_password=sypro - -#jndiName=java:comp/env/dataSourceName - -hibernate.hbm2ddl.auto=update -hibernate.show_sql=false -hibernate.format_sql=true - -sessionInfoName=sessionInfo - -uploadFieldName=filedata -uploadFileMaxSize=20971520 -uploadFileExts=txt,rar,zip,doc,docx,xls,xlsx,jpg,jpeg,gif,png,swf,wmv,avi,wma,mp3,mid -uploadDirectory=attached \ No newline at end of file diff --git a/src/main/resources/mybatis.xml b/src/main/resources/mybatis.xml new file mode 100644 index 0000000..d99eda6 --- /dev/null +++ b/src/main/resources/mybatis.xml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/spring-mvc.xml b/src/main/resources/spring-mvc.xml deleted file mode 100644 index 6a0b694..0000000 --- a/src/main/resources/spring-mvc.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - text/html;charset=UTF-8 - - - - - - - - - - - - - - - - - - - UTF-8 - - - 32505856 - - - 4096 - - - - \ No newline at end of file diff --git a/src/main/resources/spring-mybatis.xml b/src/main/resources/spring-mybatis.xml deleted file mode 100644 index e453095..0000000 --- a/src/main/resources/spring-mybatis.xml +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - java:comp/env/jdbc/foryouDB - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.changyu.foryou.serviceImpl.* - - - - - - - - \ No newline at end of file diff --git a/src/main/resources/spring.xml b/src/main/resources/spring.xml deleted file mode 100644 index d85cb76..0000000 --- a/src/main/resources/spring.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/main/webapp/assets/bootstrap-table/bootstrap-editable.css b/src/main/resources/static/assets/bootstrap-table/bootstrap-editable.css similarity index 100% rename from src/main/webapp/assets/bootstrap-table/bootstrap-editable.css rename to src/main/resources/static/assets/bootstrap-table/bootstrap-editable.css diff --git a/src/main/webapp/assets/bootstrap-table/bootstrap-editable.js b/src/main/resources/static/assets/bootstrap-table/bootstrap-editable.js similarity index 100% rename from src/main/webapp/assets/bootstrap-table/bootstrap-editable.js rename to src/main/resources/static/assets/bootstrap-table/bootstrap-editable.js diff --git a/src/main/webapp/assets/bootstrap-table/bootstrap-table-editable.js b/src/main/resources/static/assets/bootstrap-table/bootstrap-table-editable.js similarity index 100% rename from src/main/webapp/assets/bootstrap-table/bootstrap-table-editable.js rename to src/main/resources/static/assets/bootstrap-table/bootstrap-table-editable.js diff --git a/src/main/webapp/assets/bootstrap-table/bootstrap-table-export.js b/src/main/resources/static/assets/bootstrap-table/bootstrap-table-export.js similarity index 100% rename from src/main/webapp/assets/bootstrap-table/bootstrap-table-export.js rename to src/main/resources/static/assets/bootstrap-table/bootstrap-table-export.js diff --git a/src/main/webapp/assets/bootstrap-table/bootstrap-table.css b/src/main/resources/static/assets/bootstrap-table/bootstrap-table.css similarity index 100% rename from src/main/webapp/assets/bootstrap-table/bootstrap-table.css rename to src/main/resources/static/assets/bootstrap-table/bootstrap-table.css diff --git a/src/main/webapp/assets/bootstrap-table/bootstrap-table.js b/src/main/resources/static/assets/bootstrap-table/bootstrap-table.js similarity index 100% rename from src/main/webapp/assets/bootstrap-table/bootstrap-table.js rename to src/main/resources/static/assets/bootstrap-table/bootstrap-table.js diff --git a/src/main/webapp/assets/bootstrap-table/bootstrap.min.css b/src/main/resources/static/assets/bootstrap-table/bootstrap.min.css similarity index 100% rename from src/main/webapp/assets/bootstrap-table/bootstrap.min.css rename to src/main/resources/static/assets/bootstrap-table/bootstrap.min.css diff --git a/src/main/webapp/assets/bootstrap-table/bootstrap.min.js b/src/main/resources/static/assets/bootstrap-table/bootstrap.min.js similarity index 100% rename from src/main/webapp/assets/bootstrap-table/bootstrap.min.js rename to src/main/resources/static/assets/bootstrap-table/bootstrap.min.js diff --git a/src/main/webapp/assets/bootstrap-table/jquery.min.js b/src/main/resources/static/assets/bootstrap-table/jquery.min.js similarity index 100% rename from src/main/webapp/assets/bootstrap-table/jquery.min.js rename to src/main/resources/static/assets/bootstrap-table/jquery.min.js diff --git a/src/main/webapp/assets/bootstrap-table/jquery.validate.js b/src/main/resources/static/assets/bootstrap-table/jquery.validate.js similarity index 100% rename from src/main/webapp/assets/bootstrap-table/jquery.validate.js rename to src/main/resources/static/assets/bootstrap-table/jquery.validate.js diff --git a/src/main/webapp/assets/bootstrap-table/messages_cn.js b/src/main/resources/static/assets/bootstrap-table/messages_cn.js similarity index 100% rename from src/main/webapp/assets/bootstrap-table/messages_cn.js rename to src/main/resources/static/assets/bootstrap-table/messages_cn.js diff --git a/src/main/webapp/assets/bootstrap-table/tableExport.js b/src/main/resources/static/assets/bootstrap-table/tableExport.js similarity index 100% rename from src/main/webapp/assets/bootstrap-table/tableExport.js rename to src/main/resources/static/assets/bootstrap-table/tableExport.js diff --git a/src/main/webapp/assets/bootstrap/css/bootstrap-theme.css b/src/main/resources/static/assets/bootstrap/css/bootstrap-theme.css similarity index 100% rename from src/main/webapp/assets/bootstrap/css/bootstrap-theme.css rename to src/main/resources/static/assets/bootstrap/css/bootstrap-theme.css diff --git a/src/main/webapp/assets/bootstrap/css/bootstrap-theme.css.map b/src/main/resources/static/assets/bootstrap/css/bootstrap-theme.css.map similarity index 100% rename from src/main/webapp/assets/bootstrap/css/bootstrap-theme.css.map rename to src/main/resources/static/assets/bootstrap/css/bootstrap-theme.css.map diff --git a/src/main/webapp/assets/bootstrap/css/bootstrap-theme.min.css b/src/main/resources/static/assets/bootstrap/css/bootstrap-theme.min.css similarity index 100% rename from src/main/webapp/assets/bootstrap/css/bootstrap-theme.min.css rename to src/main/resources/static/assets/bootstrap/css/bootstrap-theme.min.css diff --git a/src/main/webapp/assets/bootstrap/css/bootstrap.css b/src/main/resources/static/assets/bootstrap/css/bootstrap.css similarity index 100% rename from src/main/webapp/assets/bootstrap/css/bootstrap.css rename to src/main/resources/static/assets/bootstrap/css/bootstrap.css diff --git a/src/main/webapp/assets/bootstrap/css/bootstrap.css.map b/src/main/resources/static/assets/bootstrap/css/bootstrap.css.map similarity index 100% rename from src/main/webapp/assets/bootstrap/css/bootstrap.css.map rename to src/main/resources/static/assets/bootstrap/css/bootstrap.css.map diff --git a/src/main/webapp/assets/bootstrap/css/bootstrap.min.css b/src/main/resources/static/assets/bootstrap/css/bootstrap.min.css similarity index 100% rename from src/main/webapp/assets/bootstrap/css/bootstrap.min.css rename to src/main/resources/static/assets/bootstrap/css/bootstrap.min.css diff --git a/src/main/webapp/assets/bootstrap/fonts/glyphicons-halflings-regular.eot b/src/main/resources/static/assets/bootstrap/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from src/main/webapp/assets/bootstrap/fonts/glyphicons-halflings-regular.eot rename to src/main/resources/static/assets/bootstrap/fonts/glyphicons-halflings-regular.eot diff --git a/src/main/webapp/assets/bootstrap/fonts/glyphicons-halflings-regular.svg b/src/main/resources/static/assets/bootstrap/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from src/main/webapp/assets/bootstrap/fonts/glyphicons-halflings-regular.svg rename to src/main/resources/static/assets/bootstrap/fonts/glyphicons-halflings-regular.svg diff --git a/src/main/webapp/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf b/src/main/resources/static/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from src/main/webapp/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf rename to src/main/resources/static/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf diff --git a/src/main/webapp/assets/bootstrap/fonts/glyphicons-halflings-regular.woff b/src/main/resources/static/assets/bootstrap/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from src/main/webapp/assets/bootstrap/fonts/glyphicons-halflings-regular.woff rename to src/main/resources/static/assets/bootstrap/fonts/glyphicons-halflings-regular.woff diff --git a/src/main/webapp/assets/bootstrap/js/bootstrap.js b/src/main/resources/static/assets/bootstrap/js/bootstrap.js similarity index 100% rename from src/main/webapp/assets/bootstrap/js/bootstrap.js rename to src/main/resources/static/assets/bootstrap/js/bootstrap.js diff --git a/src/main/webapp/assets/bootstrap/js/bootstrap.min.js b/src/main/resources/static/assets/bootstrap/js/bootstrap.min.js similarity index 100% rename from src/main/webapp/assets/bootstrap/js/bootstrap.min.js rename to src/main/resources/static/assets/bootstrap/js/bootstrap.min.js diff --git a/src/main/webapp/assets/bootstrap/js/npm.js b/src/main/resources/static/assets/bootstrap/js/npm.js similarity index 100% rename from src/main/webapp/assets/bootstrap/js/npm.js rename to src/main/resources/static/assets/bootstrap/js/npm.js diff --git a/src/main/webapp/assets/css/docs.min.css b/src/main/resources/static/assets/css/docs.min.css similarity index 100% rename from src/main/webapp/assets/css/docs.min.css rename to src/main/resources/static/assets/css/docs.min.css diff --git a/src/main/webapp/assets/css/sidenav.css b/src/main/resources/static/assets/css/sidenav.css similarity index 100% rename from src/main/webapp/assets/css/sidenav.css rename to src/main/resources/static/assets/css/sidenav.css diff --git a/src/main/webapp/assets/css/style.css b/src/main/resources/static/assets/css/style.css similarity index 100% rename from src/main/webapp/assets/css/style.css rename to src/main/resources/static/assets/css/style.css diff --git a/src/main/webapp/assets/flash/ZeroClipboard.swf b/src/main/resources/static/assets/flash/ZeroClipboard.swf similarity index 100% rename from src/main/webapp/assets/flash/ZeroClipboard.swf rename to src/main/resources/static/assets/flash/ZeroClipboard.swf diff --git a/src/main/webapp/assets/fonts/glyphicons-halflings-regular.eot b/src/main/resources/static/assets/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from src/main/webapp/assets/fonts/glyphicons-halflings-regular.eot rename to src/main/resources/static/assets/fonts/glyphicons-halflings-regular.eot diff --git a/src/main/webapp/assets/fonts/glyphicons-halflings-regular.svg b/src/main/resources/static/assets/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from src/main/webapp/assets/fonts/glyphicons-halflings-regular.svg rename to src/main/resources/static/assets/fonts/glyphicons-halflings-regular.svg diff --git a/src/main/webapp/assets/fonts/glyphicons-halflings-regular.ttf b/src/main/resources/static/assets/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from src/main/webapp/assets/fonts/glyphicons-halflings-regular.ttf rename to src/main/resources/static/assets/fonts/glyphicons-halflings-regular.ttf diff --git a/src/main/webapp/assets/fonts/glyphicons-halflings-regular.woff b/src/main/resources/static/assets/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from src/main/webapp/assets/fonts/glyphicons-halflings-regular.woff rename to src/main/resources/static/assets/fonts/glyphicons-halflings-regular.woff diff --git a/src/main/webapp/assets/js/common.js b/src/main/resources/static/assets/js/common.js similarity index 100% rename from src/main/webapp/assets/js/common.js rename to src/main/resources/static/assets/js/common.js diff --git a/src/main/webapp/assets/js/customize.min.js b/src/main/resources/static/assets/js/customize.min.js similarity index 100% rename from src/main/webapp/assets/js/customize.min.js rename to src/main/resources/static/assets/js/customize.min.js diff --git a/src/main/webapp/assets/js/docs.min.js b/src/main/resources/static/assets/js/docs.min.js similarity index 100% rename from src/main/webapp/assets/js/docs.min.js rename to src/main/resources/static/assets/js/docs.min.js diff --git a/src/main/webapp/assets/js/ie-emulation-modes-warning.js b/src/main/resources/static/assets/js/ie-emulation-modes-warning.js similarity index 100% rename from src/main/webapp/assets/js/ie-emulation-modes-warning.js rename to src/main/resources/static/assets/js/ie-emulation-modes-warning.js diff --git a/src/main/webapp/assets/js/ie10-viewport-bug-workaround.js b/src/main/resources/static/assets/js/ie10-viewport-bug-workaround.js similarity index 100% rename from src/main/webapp/assets/js/ie10-viewport-bug-workaround.js rename to src/main/resources/static/assets/js/ie10-viewport-bug-workaround.js diff --git a/src/main/webapp/assets/js/ie8-responsive-file-warning.js b/src/main/resources/static/assets/js/ie8-responsive-file-warning.js similarity index 100% rename from src/main/webapp/assets/js/ie8-responsive-file-warning.js rename to src/main/resources/static/assets/js/ie8-responsive-file-warning.js diff --git a/src/main/webapp/assets/js/jquery.min.js b/src/main/resources/static/assets/js/jquery.min.js similarity index 100% rename from src/main/webapp/assets/js/jquery.min.js rename to src/main/resources/static/assets/js/jquery.min.js diff --git a/src/main/webapp/assets/js/sidenav.js b/src/main/resources/static/assets/js/sidenav.js similarity index 100% rename from src/main/webapp/assets/js/sidenav.js rename to src/main/resources/static/assets/js/sidenav.js diff --git a/src/main/webapp/css/bootstrap-datepicker3.css b/src/main/resources/static/css/bootstrap-datepicker3.css similarity index 100% rename from src/main/webapp/css/bootstrap-datepicker3.css rename to src/main/resources/static/css/bootstrap-datepicker3.css diff --git a/src/main/webapp/css/bootstrap-datepicker3.standalone.css b/src/main/resources/static/css/bootstrap-datepicker3.standalone.css similarity index 100% rename from src/main/webapp/css/bootstrap-datepicker3.standalone.css rename to src/main/resources/static/css/bootstrap-datepicker3.standalone.css diff --git a/src/main/webapp/css/bootstrap-editable.css b/src/main/resources/static/css/bootstrap-editable.css similarity index 100% rename from src/main/webapp/css/bootstrap-editable.css rename to src/main/resources/static/css/bootstrap-editable.css diff --git a/src/main/webapp/css/bootstrap-switch.css b/src/main/resources/static/css/bootstrap-switch.css similarity index 100% rename from src/main/webapp/css/bootstrap-switch.css rename to src/main/resources/static/css/bootstrap-switch.css diff --git a/src/main/webapp/css/bootstrap-table.min.css b/src/main/resources/static/css/bootstrap-table.min.css similarity index 100% rename from src/main/webapp/css/bootstrap-table.min.css rename to src/main/resources/static/css/bootstrap-table.min.css diff --git a/src/main/webapp/css/bootstrap.min.css b/src/main/resources/static/css/bootstrap.min.css similarity index 100% rename from src/main/webapp/css/bootstrap.min.css rename to src/main/resources/static/css/bootstrap.min.css diff --git a/src/main/webapp/css/docs.min.css b/src/main/resources/static/css/docs.min.css similarity index 100% rename from src/main/webapp/css/docs.min.css rename to src/main/resources/static/css/docs.min.css diff --git a/src/main/webapp/css/mainstyle.css b/src/main/resources/static/css/mainstyle.css similarity index 100% rename from src/main/webapp/css/mainstyle.css rename to src/main/resources/static/css/mainstyle.css diff --git a/src/main/webapp/css/order.css b/src/main/resources/static/css/order.css similarity index 100% rename from src/main/webapp/css/order.css rename to src/main/resources/static/css/order.css diff --git a/src/main/webapp/css/push_style.css b/src/main/resources/static/css/push_style.css similarity index 100% rename from src/main/webapp/css/push_style.css rename to src/main/resources/static/css/push_style.css diff --git a/src/main/webapp/css/sidenav.css b/src/main/resources/static/css/sidenav.css similarity index 100% rename from src/main/webapp/css/sidenav.css rename to src/main/resources/static/css/sidenav.css diff --git a/src/main/webapp/css/style.css b/src/main/resources/static/css/style.css similarity index 100% rename from src/main/webapp/css/style.css rename to src/main/resources/static/css/style.css diff --git a/src/main/webapp/fonts/OpenSans-Light-webfont.ttf b/src/main/resources/static/fonts/OpenSans-Light-webfont.ttf similarity index 100% rename from src/main/webapp/fonts/OpenSans-Light-webfont.ttf rename to src/main/resources/static/fonts/OpenSans-Light-webfont.ttf diff --git a/src/main/webapp/fonts/OpenSans-Regular-webfont.ttf b/src/main/resources/static/fonts/OpenSans-Regular-webfont.ttf similarity index 100% rename from src/main/webapp/fonts/OpenSans-Regular-webfont.ttf rename to src/main/resources/static/fonts/OpenSans-Regular-webfont.ttf diff --git a/src/main/webapp/img/colbg.jpg b/src/main/resources/static/img/colbg.jpg similarity index 100% rename from src/main/webapp/img/colbg.jpg rename to src/main/resources/static/img/colbg.jpg diff --git a/src/main/webapp/img/glyphicons-halflings-white.png b/src/main/resources/static/img/glyphicons-halflings-white.png similarity index 100% rename from src/main/webapp/img/glyphicons-halflings-white.png rename to src/main/resources/static/img/glyphicons-halflings-white.png diff --git a/src/main/webapp/img/glyphicons-halflings.png b/src/main/resources/static/img/glyphicons-halflings.png similarity index 100% rename from src/main/webapp/img/glyphicons-halflings.png rename to src/main/resources/static/img/glyphicons-halflings.png diff --git a/src/main/webapp/img/icon.png b/src/main/resources/static/img/icon.png similarity index 100% rename from src/main/webapp/img/icon.png rename to src/main/resources/static/img/icon.png diff --git a/src/main/webapp/index.html b/src/main/resources/static/index.html similarity index 92% rename from src/main/webapp/index.html rename to src/main/resources/static/index.html index 92b6f63..76a8e36 100644 --- a/src/main/webapp/index.html +++ b/src/main/resources/static/index.html @@ -34,7 +34,7 @@ -document.write(" - - - - - - - - - - - - -
-
- -
-
- - - - -
- - - - - - - - - - - - - - -
校区ID校区名称城市ID所在城市开店时间关店时间状态客服电话
-
-
- - - - - - - - - - - - - - - - -
- - - - - + + + + +校区管理 +校区管理 + + + + + + + + + + + + + + + + +
+
+ +
+
+ + + + +
+ + + + + + + + + + + + + + +
校区ID校区名称城市ID所在城市开店时间关店时间状态客服电话
+
+
+ + + + + + + + + + + + + + + + +
+ + + + + \ No newline at end of file diff --git a/src/main/webapp/pages/campus_admin.html b/src/main/resources/static/pages/campus_admin.html similarity index 94% rename from src/main/webapp/pages/campus_admin.html rename to src/main/resources/static/pages/campus_admin.html index 8029865..727d0e2 100644 --- a/src/main/webapp/pages/campus_admin.html +++ b/src/main/resources/static/pages/campus_admin.html @@ -1,381 +1,381 @@ - - - - -校区管理员管理 - - - - - - -
-
- -
-
-
- - - -
- - - - - - - - - - -
校区Id校区名称校区管理员上次登录时间
-
-
- - - - - - - - - - - - -
- - - - - - - - - - - - - - + + + + +校区管理员管理 + + + + + + +
+
+ +
+
+
+ + + +
+ + + + + + + + + + +
校区Id校区名称校区管理员上次登录时间
+
+
+ + + + + + + + + + + + +
+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/pages/close.html b/src/main/resources/static/pages/close.html similarity index 94% rename from src/main/webapp/pages/close.html rename to src/main/resources/static/pages/close.html index 111e1aa..9ad29e0 100644 --- a/src/main/webapp/pages/close.html +++ b/src/main/resources/static/pages/close.html @@ -1,106 +1,106 @@ - - - - -一键关店 - - - - - - - -
-
- -
- - 设置成功 - -
-
-
-
- -
- -
-
-
-
-
- -
- -
-
-
- - -
-
-
-
-
- - - + + + + +一键关店 + + + + + + + +
+
+ +
+ + 设置成功 + +
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+ + +
+
+
+
+
+ + + \ No newline at end of file diff --git a/src/main/webapp/pages/dashboard.html b/src/main/resources/static/pages/dashboard.html similarity index 100% rename from src/main/webapp/pages/dashboard.html rename to src/main/resources/static/pages/dashboard.html diff --git a/src/main/webapp/pages/feedback.html b/src/main/resources/static/pages/feedback.html similarity index 93% rename from src/main/webapp/pages/feedback.html rename to src/main/resources/static/pages/feedback.html index 0e895ef..f2b6e58 100644 --- a/src/main/webapp/pages/feedback.html +++ b/src/main/resources/static/pages/feedback.html @@ -1,61 +1,61 @@ - - - - -用户反馈 - - - - - - -
-
- - -
- - - - - - - - -
用户手机号反馈时间反馈内容
-
- -
-
- - - - - - - - - - - - - - - - + + + + +用户反馈 + + + + + + +
+
+ + +
+ + + + + + + + +
用户手机号反馈时间反馈内容
+
+ +
+
+ + + + + + + + + + + + + + + + diff --git a/src/main/webapp/pages/food.html b/src/main/resources/static/pages/food.html similarity index 94% rename from src/main/webapp/pages/food.html rename to src/main/resources/static/pages/food.html index c1d183e..47723b3 100644 --- a/src/main/webapp/pages/food.html +++ b/src/main/resources/static/pages/food.html @@ -1,1033 +1,1033 @@ - - - - - - 商品管理 - - - - - - - - - - -
-
- - -
- - 设置成功 - -
- -
- - - - -
-
- - - - - - - - - - - - - - - - - - - - - -
商品Id名    称商品介绍商品价格折扣价打折?库存商品状态成本价商品标签所属分类是否满减推到首页首页商品详情管理
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + 商品管理 + + + + + + + + + + +
+
+ + +
+ + 设置成功 + +
+ +
+ + + + +
+
+ + + + + + + + + + + + + + + + + + + + + +
商品Id名    称商品介绍商品价格折扣价打折?库存商品状态成本价商品标签所属分类是否满减推到首页首页商品详情管理
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/webapp/pages/food_category.html b/src/main/resources/static/pages/food_category.html similarity index 99% rename from src/main/webapp/pages/food_category.html rename to src/main/resources/static/pages/food_category.html index eaacc3d..263d854 100644 --- a/src/main/webapp/pages/food_category.html +++ b/src/main/resources/static/pages/food_category.html @@ -47,7 +47,7 @@

商品分类管理

diff --git a/src/main/webapp/pages/food_comment.html b/src/main/resources/static/pages/food_comment.html similarity index 93% rename from src/main/webapp/pages/food_comment.html rename to src/main/resources/static/pages/food_comment.html index 9bbfc07..e066e31 100644 --- a/src/main/webapp/pages/food_comment.html +++ b/src/main/resources/static/pages/food_comment.html @@ -1,115 +1,115 @@ - - - - - - 商品评价 - - - - - - - - - - - - - - - - - - - - - - -
-
- -
-
- - - - - - - - - - - -
商品Id商品名称评论时间评论人评分内容删除评价
- - - - - + + + + + + 商品评价 + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + + + + + + + +
商品Id商品名称评论时间评论人评分内容删除评价
+
+
+
+ + diff --git a/src/main/webapp/pages/food_first_category.html b/src/main/resources/static/pages/food_first_category.html similarity index 96% rename from src/main/webapp/pages/food_first_category.html rename to src/main/resources/static/pages/food_first_category.html index 1d83300..0bf34c5 100644 --- a/src/main/webapp/pages/food_first_category.html +++ b/src/main/resources/static/pages/food_first_category.html @@ -150,7 +150,7 @@ var campusId = getCookie("campusId"); //alert(campusId); $("#table").bootstrapTable({ - url : "../service/getAllFoodCategories4Client.do?server=56846a8a2fee49d14901d39cc48b8b2a&campusId="+campusId + url : "../service/getAllFoodCategories4Client?server=56846a8a2fee49d14901d39cc48b8b2a&campusId="+campusId }); /*$("#table").ajaxComplete(function(){ $("#table>tbody>tr>td:odd:odd").text("fdsdfgd"); @@ -204,7 +204,7 @@ }); //alert(campusId); - $.post("../service/updateFoodCategory.do",{ + $.post("../service/updateFoodCategory",{ categoryId : row.categoryId, categoryName : row.category, campusId : campusId, @@ -232,7 +232,7 @@ }); var campusId = getCookie("campusId"); //alert(campusId); - $.post("../service/updateFoodCategory.do",{ + $.post("../service/updateFoodCategory",{ categoryId : row.categoryId, categoryName : row.category, campusId : campusId, @@ -293,7 +293,7 @@ }; //alert(data.seller.campusId); var campusId = getCookie("campusId"); - $.post("../service/deleteFoodCategory.do", { server:"56846a8a2fee49d14901d39cc48b8b2a",categoryIds:categoryIds, campusId:campusId}, function(json){ + $.post("../service/deleteFoodCategory", { server:"56846a8a2fee49d14901d39cc48b8b2a",categoryIds:categoryIds, campusId:campusId}, function(json){ json = eval('(' + json + ')'); if (json.status=="success") { for (var i = array.length - 1; i >= 0; i--) { @@ -327,7 +327,7 @@ $(function(){ var campusId = getCookie("campusId"); - $.post("../service/updateFoodCategory.do", { + $.post("../service/updateFoodCategory", { campusId : campusId, categoryId : categoryId, categoryName : categoryName, diff --git a/src/main/webapp/pages/food_second_category.html b/src/main/resources/static/pages/food_second_category.html similarity index 96% rename from src/main/webapp/pages/food_second_category.html rename to src/main/resources/static/pages/food_second_category.html index 1b636ae..025a7f5 100644 --- a/src/main/webapp/pages/food_second_category.html +++ b/src/main/resources/static/pages/food_second_category.html @@ -48,7 +48,7 @@

零食二级分类管理

@@ -81,7 +81,7 @@ + action="../food/updateFoodSecondCategory" method="post">
- - - - - - - - - - -
#显示名称搜索标签是否显示显示操作
-
- - - - - - + + + + +搜索标签管理 + + + + + + + + + + + + + +
+
+
+ +
+
+ + + +
+ + + + + + + + + + + +
#显示名称搜索标签是否显示显示操作
+
+
+ + + + + \ No newline at end of file diff --git a/src/main/webapp/pages/main.html b/src/main/resources/static/pages/main.html similarity index 97% rename from src/main/webapp/pages/main.html rename to src/main/resources/static/pages/main.html index c613325..3c3f1ec 100644 --- a/src/main/webapp/pages/main.html +++ b/src/main/resources/static/pages/main.html @@ -103,7 +103,7 @@

var start = dateStart.format("yyyy-MM-dd"); var end = dateEnd.format("yyyy-MM-dd"); //alert(start); - $.get("../service/getTopFive.do?server=56846a8a2fee49d14901d39cc48b8b2a&" + "dateStart=" + start + "&dateEnd=" + $.get("../service/getTopFive?server=56846a8a2fee49d14901d39cc48b8b2a&" + "dateStart=" + start + "&dateEnd=" + end+"&limit=10&page=1&campusId="+getCookie("campusId"), function(text) { var json = eval('(' + text + ')'); diff --git a/src/main/webapp/pages/modifypassword.html b/src/main/resources/static/pages/modifypassword.html similarity index 95% rename from src/main/webapp/pages/modifypassword.html rename to src/main/resources/static/pages/modifypassword.html index 98567f4..6edc3a4 100644 --- a/src/main/webapp/pages/modifypassword.html +++ b/src/main/resources/static/pages/modifypassword.html @@ -1,113 +1,113 @@ - - - - 修改密码 - - - - - - - - - - - - - - - - - - - -
- - - + + + + 修改密码 + + + + + + + + + + + + + + + + + + + +
+ + + \ No newline at end of file diff --git a/src/main/webapp/pages/news.html b/src/main/resources/static/pages/news.html similarity index 94% rename from src/main/webapp/pages/news.html rename to src/main/resources/static/pages/news.html index 75104a5..a2d5538 100644 --- a/src/main/webapp/pages/news.html +++ b/src/main/resources/static/pages/news.html @@ -1,184 +1,184 @@ - - - - - 新闻管理 - - - - - - - - - - - - - - -
- - -
- - - -
- - - - - - - - - - - -
新闻Id标题图片发布时间内容
-
- - - - - + + + + + 新闻管理 + + + + + + + + + + + + + + +
+ + +
+ + + +
+ + + + + + + + + + + +
新闻Id标题图片发布时间内容
+
+ + + + + diff --git a/src/main/webapp/pages/order.html b/src/main/resources/static/pages/order.html similarity index 100% rename from src/main/webapp/pages/order.html rename to src/main/resources/static/pages/order.html diff --git a/src/main/webapp/pages/orderTotal.html b/src/main/resources/static/pages/orderTotal.html similarity index 95% rename from src/main/webapp/pages/orderTotal.html rename to src/main/resources/static/pages/orderTotal.html index a8e42c8..b6532e0 100644 --- a/src/main/webapp/pages/orderTotal.html +++ b/src/main/resources/static/pages/orderTotal.html @@ -1,205 +1,205 @@ - - - - - - - - foryou后台管理系统 - - - - - - - - - - - - - -
-
-
-

订单列表

-
- 选择日期: - -
-
- -
- 1 - 共计: 张有效订单,总金额:元 -
- -
-
    -
-
-
-
- - + + + + + + + + foryou后台管理系统 + + + + + + + + + + + + + +
+
+
+

订单列表

+
+ 选择日期: + +
+
+ +
+ 1 + 共计: 张有效订单,总金额:元 +
+ +
+
    +
+
+
+
+ + \ No newline at end of file diff --git a/src/main/webapp/pages/order_deliver.html b/src/main/resources/static/pages/order_deliver.html similarity index 93% rename from src/main/webapp/pages/order_deliver.html rename to src/main/resources/static/pages/order_deliver.html index 5ae6fa9..472dc16 100644 --- a/src/main/webapp/pages/order_deliver.html +++ b/src/main/resources/static/pages/order_deliver.html @@ -1,87 +1,87 @@ - - - - - -订单管理 - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
订单号用户手机号商品名称数量价格订购时间配送地址待货人配送人
-
- - - + + + + + +订单管理 + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
订单号用户手机号商品名称数量价格订购时间配送地址待货人配送人
+
+ + + diff --git a/src/main/webapp/pages/order_invalide.html b/src/main/resources/static/pages/order_invalide.html similarity index 93% rename from src/main/webapp/pages/order_invalide.html rename to src/main/resources/static/pages/order_invalide.html index 4784649..e938772 100644 --- a/src/main/webapp/pages/order_invalide.html +++ b/src/main/resources/static/pages/order_invalide.html @@ -1,103 +1,103 @@ - - - - 退款订单处理 - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - -
订单号用户手机号价格订购时间配送地址确认退款
-
- - + + + + 退款订单处理 + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + +
订单号用户手机号价格订购时间配送地址确认退款
+
+ + \ No newline at end of file diff --git a/src/main/webapp/pages/order_refund.html b/src/main/resources/static/pages/order_refund.html similarity index 93% rename from src/main/webapp/pages/order_refund.html rename to src/main/resources/static/pages/order_refund.html index c0e30b6..0ac8725 100644 --- a/src/main/webapp/pages/order_refund.html +++ b/src/main/resources/static/pages/order_refund.html @@ -1,159 +1,159 @@ - - - - 退款订单处理 - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - -
订单号chargeId用户手机号价格订购时间配送地址确认退款
-
- - + + + + 退款订单处理 + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + +
订单号chargeId用户手机号价格订购时间配送地址确认退款
+
+ + \ No newline at end of file diff --git a/src/main/webapp/pages/order_success.html b/src/main/resources/static/pages/order_success.html similarity index 93% rename from src/main/webapp/pages/order_success.html rename to src/main/resources/static/pages/order_success.html index 0ae8d7f..4299653 100644 --- a/src/main/webapp/pages/order_success.html +++ b/src/main/resources/static/pages/order_success.html @@ -1,89 +1,89 @@ - - - - - -订单管理 - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
订单号手机号商品名称数量价格订购时间配送地址收货人配送人
-
- - - - + + + + + +订单管理 + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
订单号手机号商品名称数量价格订购时间配送地址收货人配送人
+
+ + + + diff --git a/src/main/webapp/pages/order_wait_release.html b/src/main/resources/static/pages/order_wait_release.html similarity index 93% rename from src/main/webapp/pages/order_wait_release.html rename to src/main/resources/static/pages/order_wait_release.html index 7c6052c..48fe858 100644 --- a/src/main/webapp/pages/order_wait_release.html +++ b/src/main/resources/static/pages/order_wait_release.html @@ -1,87 +1,87 @@ - - - - - -订单管理 - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
订单号用户手机号商品名称数量价格订购时间配送地址待收货人配送人手机号
-
- - - + + + + + +订单管理 + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
订单号用户手机号商品名称数量价格订购时间配送地址待收货人配送人手机号
+
+ + + diff --git a/src/main/webapp/pages/preferential.html b/src/main/resources/static/pages/preferential.html similarity index 95% rename from src/main/webapp/pages/preferential.html rename to src/main/resources/static/pages/preferential.html index 5c4836a..206ea0d 100644 --- a/src/main/webapp/pages/preferential.html +++ b/src/main/resources/static/pages/preferential.html @@ -1,355 +1,355 @@ - - - - -满减优惠管理 - - - - - - -
-
- -
- -
-
-
-
- - - -
- - - - - - - - - - -
满减ID校区ID
-
- - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - + + + + +满减优惠管理 + + + + + + +
+
+ +
+ +
+
+
+
+ + + +
+ + + + + + + + + + +
满减ID校区ID
+
+ + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/pages/push.html b/src/main/resources/static/pages/push.html similarity index 94% rename from src/main/webapp/pages/push.html rename to src/main/resources/static/pages/push.html index 6108d05..f138dfb 100644 --- a/src/main/webapp/pages/push.html +++ b/src/main/resources/static/pages/push.html @@ -1,139 +1,139 @@ - - - - for you推送平台 - - - - - - - - - - - - - -
- -
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
-
- - -
- -
-
- -
- -
-
- -
-
- - + + + + for you推送平台 + + + + + + + + + + + + + +
+ +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + +
+ +
+
+ +
+ +
+
+ +
+
+ + \ No newline at end of file diff --git a/src/main/webapp/pages/statistic.html b/src/main/resources/static/pages/statistic.html similarity index 96% rename from src/main/webapp/pages/statistic.html rename to src/main/resources/static/pages/statistic.html index f34b53c..d82c3e2 100644 --- a/src/main/webapp/pages/statistic.html +++ b/src/main/resources/static/pages/statistic.html @@ -46,7 +46,7 @@ var start = dateStart.format("yyyy-MM-dd"); var end = dateEnd.format("yyyy-MM-dd"); //alert(start); - $.get("../service/getTopFive.do" + "?dateStart=" + start + "&dateEnd=" + $.get("../service/getTopFive" + "?dateStart=" + start + "&dateEnd=" + end+"&limit=5&page=1", function(text) { var json = eval('(' + text + ')'); diff --git a/src/main/webapp/pages/statistic_.html b/src/main/resources/static/pages/statistic_.html similarity index 91% rename from src/main/webapp/pages/statistic_.html rename to src/main/resources/static/pages/statistic_.html index 274265d..b1dbd40 100644 --- a/src/main/webapp/pages/statistic_.html +++ b/src/main/resources/static/pages/statistic_.html @@ -71,7 +71,7 @@

销售额分析

var month = $("#input_month").val(); //document.cookie="month="+month; $("#table").bootstrapTable({ - url : "../order/getSalesInfoByCampusId.do?server=56846a8a2fee49d14901d39cc48b8b2a&"+"campusId="+getCookie("campusId")+"&month="+month + url : "../order/getSalesInfoByCampusId?server=56846a8a2fee49d14901d39cc48b8b2a&"+"campusId="+getCookie("campusId")+"&month="+month }); $('#datetimepicker1').datetimepicker({ format : 'YYYY-MM', @@ -83,7 +83,7 @@

销售额分析

//根据选择的年月重新加载表格数据 month = $("#input_month").val(); //document.cookie="month="+month; - $("#table").bootstrapTable('refresh',{silent:true,url : "../order/getSalesInfoByCampusId.do?server=56846a8a2fee49d14901d39cc48b8b2a&"+"campusId="+getCookie("campusId")+"&month="+month}); + $("#table").bootstrapTable('refresh',{silent:true,url : "../order/getSalesInfoByCampusId?server=56846a8a2fee49d14901d39cc48b8b2a&"+"campusId="+getCookie("campusId")+"&month="+month}); }); }); diff --git a/src/main/webapp/pages/togetherOrderDetail.txt b/src/main/resources/static/pages/togetherOrderDetail.txt similarity index 100% rename from src/main/webapp/pages/togetherOrderDetail.txt rename to src/main/resources/static/pages/togetherOrderDetail.txt diff --git a/src/main/webapp/pages/undefined.html b/src/main/resources/static/pages/undefined.html similarity index 100% rename from src/main/webapp/pages/undefined.html rename to src/main/resources/static/pages/undefined.html diff --git a/src/main/webapp/pages/uploadError.html b/src/main/resources/static/pages/uploadError.html similarity index 100% rename from src/main/webapp/pages/uploadError.html rename to src/main/resources/static/pages/uploadError.html diff --git a/src/main/webapp/pages/user-percent.html b/src/main/resources/static/pages/user-percent.html similarity index 96% rename from src/main/webapp/pages/user-percent.html rename to src/main/resources/static/pages/user-percent.html index b2da72f..3f1bb34 100644 --- a/src/main/webapp/pages/user-percent.html +++ b/src/main/resources/static/pages/user-percent.html @@ -22,7 +22,7 @@ - - - - - - This is my HTML page. -
- - - - diff --git a/src/main/webapp/WEB-INF/libs/commons-codec-1.10.jar b/src/main/webapp/WEB-INF/libs/commons-codec-1.10.jar deleted file mode 100644 index 1d7417c..0000000 Binary files a/src/main/webapp/WEB-INF/libs/commons-codec-1.10.jar and /dev/null differ diff --git a/src/main/webapp/WEB-INF/libs/pingpp-java-2.0.10.jar b/src/main/webapp/WEB-INF/libs/pingpp-java-2.0.10.jar deleted file mode 100644 index 686fc43..0000000 Binary files a/src/main/webapp/WEB-INF/libs/pingpp-java-2.0.10.jar and /dev/null differ diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index c1c57f5..0000000 --- a/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,121 +0,0 @@ - - - foryou - - contextConfigLocation - classpath:spring.xml,classpath:spring-mybatis.xml - - - - 字符集过滤器 - encodingFilter - org.springframework.web.filter.CharacterEncodingFilter - - 字符集编码 - encoding - UTF-8 - - - forceEncoding - true - - - - - encodingFilter - /* - - - - signFilter - com.changyu.foryou.filter.SignFilter - - - signFilter - *.do - - - - - - - - xssFilter - com.changyu.foryou.filter.XssFilter - - - xssFilter - *.do - - - - spring监听器 - org.springframework.web.context.ContextLoaderListener - - - - - org.springframework.web.util.IntrospectorCleanupListener - - - - - spring mvc servlet - springMvc - org.springframework.web.servlet.DispatcherServlet - - spring mvc 配置文件 - contextConfigLocation - classpath:spring-mvc.xml - - 1 - - - - springMvc - *.do - - - - SessionFilter - com.changyu.foryou.filter.IsLoginFilter - - loginStrings - /login.html;/kidding.html;version.html - - - includeStrings - .html;.jsp - - - redirectPath - /login.html - - - disabletestfilter - N - - - - - SessionFilter - /* - - - - - - /login.html - - - - 30 - - \ No newline at end of file diff --git a/src/test/java/com/changyu/test/HotSearchTest.java b/src/test/java/com/changyu/test/HotSearchTest.java deleted file mode 100644 index 9267345..0000000 --- a/src/test/java/com/changyu/test/HotSearchTest.java +++ /dev/null @@ -1,57 +0,0 @@ -package com.changyu.test; - -import static org.junit.Assert.assertEquals; - -import java.util.HashMap; -import java.util.Map; - -import javax.annotation.Resource; - -import org.apache.log4j.Logger; -import org.junit.Assert; -import org.junit.Test; -import org.junit.runner.RunWith; -import org.springframework.test.context.ContextConfiguration; -import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; -import org.springframework.web.bind.annotation.RequestParam; -import org.springframework.web.bind.annotation.ResponseBody; - -import com.alibaba.fastjson.JSON; -import com.changyu.foryou.service.HotSearchService; -import com.changyu.foryou.tools.Constants; - -@RunWith(SpringJUnit4ClassRunner.class) -@ContextConfiguration(locations = { "classpath:spring.xml", "classpath:spring-mybatis.xml" }) -public class HotSearchTest { - private static final Logger LOGGER = Logger - .getLogger(HotSearchTest.class); - - @Resource private HotSearchService hotSearchService; - - @Test - public void setNot2Display(){ - Map resultMap=new HashMap<>(); - - try { - Map paramMap=new HashMap(); - paramMap.put("campusId",1); - paramMap.put("hotId",4); - int flag=hotSearchService.setNot2Display(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, "修改失败"); - } - - assertEquals(1,flag); - } catch (Exception e) { - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "修改失败"); - LOGGER.info(JSON.toJSONString(e)); - } - - LOGGER.info(JSON.toJSONString(resultMap)); - } -} diff --git a/src/test/java/com/changyu/test/campusTest.java b/src/test/java/com/changyu/test/campusTest.java deleted file mode 100644 index 8a83ede..0000000 --- a/src/test/java/com/changyu/test/campusTest.java +++ /dev/null @@ -1,5 +0,0 @@ -package com.changyu.test; - -public class campusTest { - -} diff --git a/src/test/java/com/changyu/test/event.json b/src/test/java/com/changyu/test/event.json deleted file mode 100644 index 4d04d4b..0000000 --- a/src/test/java/com/changyu/test/event.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "id": "evt_ugB6x3K43D16wXCcqbplWAJo", - "created": 1427555101, - "livemode": true, - "type": "charge.succeeded", - "data": { - "object": { - "id": "ch_Xsr7u35O3m1Gw4ed2ODmi4Lw", - "object": "charge", - "created": 1427555076, - "livemode": true, - "paid": true, - "refunded": false, - "app": "app_1Gqj58ynP0mHeX1q", - "channel": "upacp", - "order_no": "188609025631439951094000", - "client_ip": "127.0.0.1", - "amount": 100, - "amount_settle": 0, - "currency": "cny", - "subject": "Your Subject", - "body": "Your Body", - "extra": {}, - "time_paid": 1427555101, - "time_expire": 1427641476, - "time_settle": null, - "transaction_no": "1224524301201505066067849274", - "refunds": { - "object": "list", - "url": "/v1/charges/ch_L8qn10mLmr1GS8e5OODmHaL4/refunds", - "has_more": false, - "data": [] - }, - "amount_refunded": 0, - "failure_code": null, - "failure_msg": null, - "metadata": {}, - "credential": {}, - "description": null - } - }, - "object": "event", - "pending_webhooks": 0, - "request": "iar_qH4y1KbTy5eLGm1uHSTS00s" -} \ No newline at end of file diff --git a/src/test/java/com/changyu/test/foodTest.java b/src/test/java/com/changyu/test/foodTest.java deleted file mode 100644 index b9788a6..0000000 --- a/src/test/java/com/changyu/test/foodTest.java +++ /dev/null @@ -1,5 +0,0 @@ -package com.changyu.test; - -public class foodTest { - -} diff --git a/src/test/java/com/changyu/test/newsTest.java b/src/test/java/com/changyu/test/newsTest.java deleted file mode 100644 index 7cb35a7..0000000 --- a/src/test/java/com/changyu/test/newsTest.java +++ /dev/null @@ -1,5 +0,0 @@ -package com.changyu.test; - -public class newsTest { - -} diff --git a/src/test/java/com/changyu/test/orderTest.java b/src/test/java/com/changyu/test/orderTest.java deleted file mode 100644 index 54b7fd3..0000000 --- a/src/test/java/com/changyu/test/orderTest.java +++ /dev/null @@ -1,453 +0,0 @@ -package com.changyu.test; - -import static org.junit.Assert.assertEquals; - -import java.io.BufferedReader; -import java.io.File; -import java.io.FileReader; -import java.util.ArrayList; -import java.util.Calendar; -import java.util.Date; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -import org.apache.log4j.Logger; -import org.junit.Test; -import org.junit.runner.RunWith; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.test.context.ContextConfiguration; -import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; - -import com.alibaba.fastjson.JSON; -import com.changyu.foryou.model.Campus; -import com.changyu.foryou.model.Order; -import com.changyu.foryou.model.SmallOrder; -import com.changyu.foryou.model.TogetherOrder; -import com.changyu.foryou.payment.ChargeInterface; -import com.changyu.foryou.service.CampusService; -import com.changyu.foryou.service.FoodService; -import com.changyu.foryou.service.OrderService; -import com.changyu.foryou.service.PushService; -import com.changyu.foryou.service.UserService; -import com.changyu.foryou.tools.Constants; -import com.pingplusplus.model.Charge; -import com.pingplusplus.model.Refund; -import com.pingplusplus.model.Webhooks; - - -@RunWith(SpringJUnit4ClassRunner.class) -@ContextConfiguration(locations = { "classpath:spring.xml", "classpath:spring-mybatis.xml" }) -public class orderTest { - private static final Logger LOGGER = Logger - .getLogger(orderTest.class); - private OrderService orderService; - private FoodService foodService; - private UserService userService; - private CampusService campusService; - private PushService pushService; - - public CampusService getCampusService() { - return campusService; - } - - @Autowired - public void setCampusService(CampusService campusService) { - this.campusService = campusService; - } - - public PushService getPushService() { - return pushService; - } - - @Autowired - public void setPushService(PushService pushService) { - this.pushService = pushService; - } - - public OrderService getOrderService() { - return orderService; - } - - public FoodService getFoodService() { - return foodService; - } - - @Autowired - public void setFoodService(FoodService foodService) { - this.foodService = foodService; - } - - public UserService getUserService() { - return userService; - } - - @Autowired - public void setUserService(UserService userService) { - this.userService = userService; - } - - @Autowired - public void setOrderService(OrderService orderService) { - this.orderService = orderService; - } - - - /** - * 测试获取我的订单 - */ - @Test - public void getOrderInMine(){ - - Map map = new HashMap(); - - List togetherOrdersList = new ArrayList(); - - try { - Map paramMap = new HashMap(); - //case 1 - paramMap.put("phoneId", "18896554880"); - paramMap.put("status", 1); - - //case 2 - - 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()); - 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); - } - - 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, "获取订单失败"); - } - - LOGGER.debug("订单为:==================="+JSON.toJSONString(map)); - return ; - } - - /** - * 测试立即购买 - */ - @Test - public void changeOrderStatus2Buy(){ - Map map = new HashMap(); - Map paramMap = new HashMap(); - - String orderId="1429972027467"; - String phoneId="18896554880"; - String rank="1427691760293"; - String reserveTime="立即送达"; - String message="苏大送达"; - Float totalPrice=1000.5f; - Float price = 105f; - - Short payWay=1; - - Calendar calendar = Calendar.getInstance(); - - String[] orderString = orderId.split(","); - 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); - - final Integer campusIdForPush=campus.getCampusId(); - LOGGER.debug("campus is"+JSON.toJSONString(campus)); - //判断该校区是否正在营业 - if(campus.getStatus()==0){ - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "该校区这段时间暂停营业哦"); - LOGGER.info(JSON.toJSONStringWithDateFormat(map,"H:m:s")); - return ; - } - - 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) paramterMap=new HashMap(); - paramterMap.put("campusId",campusIdForPush); - LOGGER.info(JSON.toJSONString(paramterMap)); - List superPhones=userService.getAllSuperAdminPhone(paramterMap); - LOGGER.info("超级管理员手机号为:"+JSON.toJSONString(superPhones)); - for(String phone:superPhones){ - - //推送 - pushService.sendPush("18896554880","一笔新的订单已经到达,请前往选单中查看,并尽早分派配送员进行配送。for优。", 1); - } - } - }).start(); - - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "下单失败,请重新开始下单"); - } - - return; - } - - /** - * 测试通过订单号获取用户手机号和配送员手机号 - */ - @Test - public void testGetUserPhoneAndAdminPhoneByTogetherId(){ - Map paramMap=new HashMap(); - - paramMap.put("togetherId", "153651867351430139990413"); - String userPhone=orderService.getUserPhone(paramMap); - String adminPhone=orderService.getAdminPhone(paramMap); - - assertEquals("18896554880",userPhone); - assertEquals("18114706485", adminPhone); - } - - - /** - * 测试更新订单的总价和状态 - */ - @Test - public void updateOrderStatusAndAmount(){ - Map paramMap=new HashMap(); - paramMap.put("togetherId", "153651867351430139990413"); - paramMap.put("amount",300*1.0/100); - paramMap.put("chargeId", "ch_TuDqzDrnHW9Ka94KeTbT88i1"); - int flag=orderService.updateOrderStatusAndAmount(paramMap); - System.out.println(flag); - } - - /** - * 测试更新订单的总价和状态 - */ - @Test - public void testWebHooks(){ - String path=this.getClass().getResource("/").getPath(); - System.out.println(path); - StringBuffer stringBuffer=new StringBuffer(); - try { - File file = new File(path + "com/changyu/test/event.json"); - BufferedReader br = new BufferedReader(new FileReader(file)); - String temp = br.readLine(); - while (temp != null) { - stringBuffer.append(temp); - temp = br.readLine(); - } - br.close(); - } - catch(Exception e){ - e.printStackTrace(); - } - - Charge charge = (Charge)Webhooks.parseEvnet(stringBuffer.toString()); - 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()); // 获取该笔订单的消息 - LOGGER.info(JSON.toJSONString(orders)); - 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.sendPushByTag("0","一笔新的订单已经到达,请前往选单中查看,并尽早分派配送员进行配送。For优。", 1); - - Map paramterMap=new HashMap(); - paramterMap.put("campusId",campusId); - List superPhones=userService.getAllSuperAdminPhone(paramterMap); - for(String phone:superPhones){ - - //推送 - pushService.sendPush(phone,"一笔新的订单已经到达,请前往选单中查看,并尽早分派配送员进行配送。for优。", 1); - } - } - }).start(); - } - - @Test - public void testCalcularPrice(){ - String[] orderIds={ - "1440642075330" - }; - Map paramMap=new HashMap(); - paramMap.put("campusId", 1); - paramMap.put("phoneId", "18896554880"); - - Float price=orderService.getPriceDiscounted(orderIds,1,"18896554880"); - //List prefers = orderService.getPreferential(paramMap); - System.out.println(price); - } - - //测试 - @Test - public void testRefundOrder(){ - String path=this.getClass().getResource("/").getPath(); - System.out.println(path); - StringBuffer stringBuffer=new StringBuffer(); - try { - File file = new File(path + "com/changyu/test/refund.json"); - BufferedReader br = new BufferedReader(new FileReader(file)); - String temp = br.readLine(); - while (temp != null) { - stringBuffer.append(temp); - temp = br.readLine(); - } - br.close(); - } - catch(Exception e){ - e.printStackTrace(); - } - - Refund refund = (Refund)Webhooks.parseEvnet(stringBuffer.toString()); - LOGGER.info(JSON.toJSONString(refund)); - - Map paramMap=new HashMap(); - - //String chargeId=charge.getId(); //获取chargeId - String togetherId=refund.getOrderNo(); - paramMap.put("togetherId",togetherId); - final double price=refund.getAmount()*1.0/100; - /*String channel=refund.getChannel(); - final String channelString; - if(channel.equals("wx")){ - channelString="微信"; - }else{ - channelString="支付宝"; - }*/ - 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(); - } -} diff --git a/src/test/java/com/changyu/test/packageOrderTest.java b/src/test/java/com/changyu/test/packageOrderTest.java deleted file mode 100644 index 4236eaa..0000000 --- a/src/test/java/com/changyu/test/packageOrderTest.java +++ /dev/null @@ -1,5 +0,0 @@ -package com.changyu.test; - -public class packageOrderTest { - -} diff --git a/src/test/java/com/changyu/test/pushTest.java b/src/test/java/com/changyu/test/pushTest.java deleted file mode 100644 index 5478dfd..0000000 --- a/src/test/java/com/changyu/test/pushTest.java +++ /dev/null @@ -1,5 +0,0 @@ -package com.changyu.test; - -public class pushTest { - -} diff --git a/src/test/java/com/changyu/test/receiverTest.java b/src/test/java/com/changyu/test/receiverTest.java deleted file mode 100644 index 990d279..0000000 --- a/src/test/java/com/changyu/test/receiverTest.java +++ /dev/null @@ -1,279 +0,0 @@ -package com.changyu.test; - -import java.util.Calendar; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -import org.apache.log4j.Logger; -import org.junit.Test; -import org.junit.runner.RunWith; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.test.context.ContextConfiguration; -import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.web.bind.annotation.RequestParam; -import org.springframework.web.bind.annotation.ResponseBody; - -import com.alibaba.fastjson.JSON; -import com.changyu.foryou.model.Receiver; -import com.changyu.foryou.service.OrderService; -import com.changyu.foryou.service.ReceiverService; -import com.changyu.foryou.tools.Constants; - -@RunWith(SpringJUnit4ClassRunner.class) -@ContextConfiguration(locations = { "classpath:spring.xml", "classpath:spring-mybatis.xml" }) -public class receiverTest { - private static final Logger LOGGER = Logger - .getLogger(receiverTest.class); - - private ReceiverService receiverService; - private OrderService orderService; - - public OrderService getOrderService() { - return orderService; - } - - public void setOrderService(OrderService orderService) { - this.orderService = orderService; - } - - public ReceiverService getReceiverService() { - return receiverService; - } - - @Autowired - public void setReceiverService(ReceiverService receiverService) { - this.receiverService = receiverService; - } - - - /** - * 添加收貨人信息 - * @param phoneId 用戶手机,id - * @param phone 收货人手机号 - * @param name 收货人名字 - * @param address 收货人地址 - * @param campusId 校区号 - * @return - */ - public void addReceiver(){ -// String phoneId="18896554880"; -// String phone="18896554880"; -// String name="ssssss"; -// String address="三里屯"; -// Integer campusId=2; -// case2 - String phoneId="18896552573"; - String phone="18896554880"; - String name="ssssss"; - String address="三里屯"; - Integer campusId=2; - Map map=new HashMap(); - Receiver receiver=new Receiver(phoneId,phone,name,address,campusId); - - try { - - //通过时间生成该记录的序列号,和phoneId一起唯一表志收货人信息 - Calendar calendar=Calendar.getInstance(); - receiver.setRank(String.valueOf(calendar.getTimeInMillis())); - - - if(receiverService.getReceiverCounts(phoneId)!=0){ - receiver.setTag((short)1); - }else{ - receiver.setTag((short)0); - } - - System.out.println(JSON.toJSONString(receiver)); - - if(receiverService.insert(receiver)!=-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.printStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "添加失败!"); - } - LOGGER.debug("========================="+JSON.toJSONString(map)+"=================================="); - return ; - } - - - /** - * 根据用户id获取用户存下来的收货人信息 - * @param phoneId - * @return - */ - - @Test - public void relectReceiver(){ -// String phoneId="18896554880"; -// case2 - String phoneId="18896555533"; - - Map map=new HashMap(); - try { - List receivers=receiverService.selectByPhoneId(phoneId); - map.put("receivers", receivers); - 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, "获取失败!"); - } - LOGGER.debug("========================="+JSON.toJSONString(map)+"=================================="); - return ; - } - - /** - * 更改收货人信息 - * @param phoneId 用户id - * @param rank 收货人序列,主键 - * @param address 收货人地址 - * @param name 收货人姓名 - * @param phone 收货人手机号 - * @param campusId 校区 - * @return - */ - @Test - public void updateReceiver(){ -// case1 -// String phoneId="18896554880"; -// String rank="1439974693087"; -// String address="体育馆"; -// String name="施施"; -// String phone="1144332244"; -// Integer campusId=3; -// case2 -// String phoneId="18860902563"; -// String rank="1439974693087"; -// String address="体育馆"; -// String name="施施"; -// String phone="1144332244"; -// Integer campusId=3; -// case3 -// String phoneId="18896554880"; -// String rank="1439974693087"; -// String address=null; -// String name="施施"; -// String phone="1144332244"; -// Integer campusId=3; -// case4; -// String phoneId="18896554880"; -// String rank="1439974693087"; -// String address=null; -// String name=null; -// String phone="1144332244"; -// Integer campusId=3; -// case5 -// String phoneId="18896554880"; -// String rank="1439974693087"; -// String address=null; -// String name=null; -// String phone=null; -// Integer campusId=2; -// case6 - String phoneId="18896554880"; - String rank="1439974693087"; - String address=null; - String name="施施"; - String phone="1144332244"; - Integer campusId= Integer.parseInt(null); - Map map=new HashMap(); - try { - Receiver receiver=new Receiver(phoneId,phone,name,address,campusId); - receiver.setRank(rank); - if(receiverService.updateByPrimaryKeySelective(receiver)!=-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, "更新收货人信息失败!"); - } - LOGGER.debug("========================="+JSON.toJSONString(map)+"=================================="); - return ; - } - - /** - * 设置默认收货地址 - * @param phoneId 用户id - * @param rank 收货人序列号 - * @return - */ - - @Test - public void setDefaultAddress(){ -// case1 -// String phoneId="18896554880"; -// String rank="1439974693087"; -// case2 - String phoneId="18896554880"; - String rank="1439969449000"; - Map map=new HashMap(); - try{ - receiverService.setRecevierTag(phoneId); //将原先的默认收货地址改成非默认 - if(receiverService.setDefaultAddress(phoneId, rank)!=-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, "设置默认收货地址失败!"); - } - LOGGER.debug("========================="+JSON.toJSONString(map)+"=================================="); - return ; - } - - - /** - * 删除某个收货人地址 - * @param phoneId - * @param rank - * @return - */ - @Test - public void deleteReceiver(){ -// String phoneId="18896554880"; -// String rank="1439973213527"; -// case2 -// String phoneId="18896554880"; -// String rank="1439974693087"; -// case3 - String phoneId="18896554880"; - String rank="1439974693011"; - - Map map=new HashMap(); - try { - - int flag=receiverService.deleteByPrimaryKey(phoneId, rank); - 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, "删除地址失败!"); - } - LOGGER.debug("========================="+JSON.toJSONString(map)+"=================================="); - return ; - } -} diff --git a/src/test/java/com/changyu/test/refund.json b/src/test/java/com/changyu/test/refund.json deleted file mode 100644 index 163a013..0000000 --- a/src/test/java/com/changyu/test/refund.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "id": "evt_gJKelawq06CiPojS5gt3noQA", - "created": 1427555348, - "livemode": true, - "type": "refund.succeeded", - "data": { - "object": { - "id": "re_SG0mnjTD3jAHimbvDKjnXLC9", - "object": "refund", - "order_no": "188965548801442732410331", - "amount": 100, - "created": 1427555346, - "succeed": true, - "status": "succeeded", - "time_succeed": 1427555348, - "description": "Refund Description", - "failure_code": null, - "failure_msg": null, - "metadata": {}, - "charge": "ch_Xsr7u35O3m1Gw4ed2ODmi4Lw" - } - }, - "object": "event", - "pending_webhooks": 0, - "request": "iar_Ca1Oe10OqTSOPOmzX9Hi1a5" -} \ No newline at end of file diff --git a/src/test/java/com/changyu/test/sellerTest.java b/src/test/java/com/changyu/test/sellerTest.java deleted file mode 100644 index 02fde4d..0000000 --- a/src/test/java/com/changyu/test/sellerTest.java +++ /dev/null @@ -1,158 +0,0 @@ -package com.changyu.test; - -import java.util.Date; -import java.util.HashMap; -import java.util.Map; - -import javax.servlet.http.HttpServletRequest; -import javax.servlet.http.HttpSession; - -import org.apache.log4j.Logger; -import org.junit.Test; -import org.junit.runner.RunWith; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.test.context.ContextConfiguration; -import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.web.bind.annotation.RequestParam; -import org.springframework.web.bind.annotation.ResponseBody; - -import com.alibaba.fastjson.JSON; -import com.changyu.foryou.model.Sellers; -import com.changyu.foryou.service.SellerService; -import com.changyu.foryou.tools.Constants; -import com.changyu.foryou.tools.Md5; - -@RunWith(SpringJUnit4ClassRunner.class) -@ContextConfiguration(locations = { "classpath:spring.xml", "classpath:spring-mybatis.xml" }) -public class sellerTest { - private static final Logger LOGGER = Logger - .getLogger(sellerTest.class); - private SellerService sellerService; - - public SellerService getSellerService() { - return sellerService; - } - - @Autowired - public void setSellerService(SellerService sellerService) { - this.sellerService = sellerService; - } - - - - /** - * 商家登录 - * @param campusAdmin - * @param password - * */ - - @Test - public void toLogin() { -// case1 -// String campusAdmin="18860902711"; -// String password="123456"; -// case2 -// String campusAdmin="18860902711"; -// String password="1236"; -// case3 - String campusAdmin="18860902722"; - String password="123456"; - Map map = new HashMap(); - if (campusAdmin != null && password != null - && !campusAdmin.trim().equals("") - && !password.trim().equals("")) { - Sellers sellers = sellerService.selectByCampusAdmin(campusAdmin); - if (sellers != null) { - //if (sellers.getPassword().equals(Md5.GetMD5Code(password))) { - if (sellers.getPassword().equals(password)) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "登陆成功"); - map.put("type", sellers.getType()); - Date date = new Date(); - sellerService.updateLastLoginTime(date, campusAdmin); - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "账号或密码错误,请检查后输入"); - } - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "账号或密码错误,请检查后输入"); - } - } - LOGGER.debug("+++++++++++==================="+JSON.toJSONString(map)+"_____________________________________________________"); - return ; - } - - /** - * 根据商家id查找商家数据 - - * */ - - @Test - public void getSellerById() - { -// String campusAdmin="18860902711"; -// case2 - String campusAdmin="18860902712"; - Map map = new HashMap(); - Sellers sellers = sellerService.selectByCampusAdmin(campusAdmin); - map.put("seller",sellers); - LOGGER.debug("+++++++++++==================="+JSON.toJSONString(map)+"_____________________________________________________"); - return ; - } - - /** - * 商家注册 - * @param campusAdmin - * @param password - * @param campusId - * @return - */ - - @Test - public void registerIn() - { -// case1.2 -// String campusAdmin="18860902573"; -// String password="123456"; -// Integer campusId=1; -// case3 -// String campusAdmin="18860902574"; -// String password=" "; -// Integer campusId=1; -// case4 - String campusAdmin=" "; - String password="123456"; - Integer campusId=1; - Map map = new HashMap(); - try { - if (!campusAdmin.equals("") && !password.equals("")) - { - String passwordMd5 = Md5.GetMD5Code(password); - Sellers seller = new Sellers(); - seller.setCampusAdmin(campusAdmin); - seller.setPassword(passwordMd5); - seller.setCampusId(campusId); - sellerService.addASeller(seller); - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "注册成功"); - } - else - { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "注册失败2"); - } - } - catch (Exception e) { - e.printStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "注册失败"); - - } - LOGGER.debug("+++++++++++==================="+JSON.toJSONString(map)+"_____________________________________________________"); - return ; - } - - -} diff --git a/src/test/java/com/changyu/test/userTest.java b/src/test/java/com/changyu/test/userTest.java deleted file mode 100644 index 0573acd..0000000 --- a/src/test/java/com/changyu/test/userTest.java +++ /dev/null @@ -1,710 +0,0 @@ -package com.changyu.test; - -import java.text.DecimalFormat; -import java.util.Calendar; -import java.util.Date; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -import javax.servlet.http.HttpServletRequest; -import javax.servlet.http.HttpSession; - -import org.apache.log4j.Logger; -import org.junit.Test; -import org.junit.runner.RunWith; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.test.context.ContextConfiguration; -import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.web.bind.annotation.RequestParam; -import org.springframework.web.bind.annotation.ResponseBody; - -import com.alibaba.fastjson.JSON; -import com.alibaba.fastjson.JSONArray; -import com.changyu.foryou.model.Feedback; -import com.changyu.foryou.model.Users; -import com.changyu.foryou.service.OrderService; -import com.changyu.foryou.service.UserService; -import com.changyu.foryou.tools.Constants; -import com.changyu.foryou.tools.Md5; - -@RunWith(SpringJUnit4ClassRunner.class) -@ContextConfiguration(locations = { "classpath:spring.xml", "classpath:spring-mybatis.xml" }) -public class userTest { - private static final Logger LOGGER = Logger - .getLogger(userTest.class); - - private UserService userService; - private OrderService orderService; - public OrderService getOrderService() { - return orderService; - } - - @Autowired - public void setOrderService(OrderService orderService) { - this.orderService = orderService; - } - - public UserService getUserservice() { - return userService; - } - - @Autowired - public void setUserservice(UserService userservice) { - this.userService = userservice; - } - - - //取得用户信息 - - public void selectUserById() { - //case1 -// String phone = "18896554880"; -// case2 - String phone = "18860902573"; - LOGGER.debug("用户信息为:==================="+JSON.toJSONString(userService.selectByUsername(phone))); - return ; - } - - // 将某一用户设置为管理员 - - public void setUserAdmin(){ -// case1 -// String phone = "18896554880"; -// case2 - String phone = "18860902573"; - LOGGER.debug("==================="+JSON.toJSONString(userService.setUserAdmin(phone,2))); - return ; - } - - /** - * 将某一用户设为常规用户 - * @param phone - * @return - */ - - @Test - public void setUserCommon(){ -// case1 -// String phone = "18896554880"; -// case2 - String phone = "18860902573"; - LOGGER.debug("==================="+JSON.toJSONString(userService.setUserCommon(phone,2))); - return ; - } - - /** - * 将某一用户设置为超级管理员 - * @param phone - * @return - */ - - public void setUserSuperAdmin(){ -// case1 - String phone = "18896554880"; -// case2 -// String phone = "18860902573"; - LOGGER.debug("==================="+JSON.toJSONString(userService.setUserSuperAdmin(phone,2))); - return ; - } - - /** - * 取得所有用戶信息 - * @return - */ - - public - void getAllUser() { - Map map = new HashMap(); - Integer limit=null; - Integer offset=null; -// case1 -// String order="desc"; -// String sort="lastLoginDate"; -// String search="188"; -// case2 -// String order="desc"; -// String sort="lastLoginDate"; -// String search="小未"; -// case3 -// String order="desc"; -// String sort="lastLoginDate"; -// String search="小未11111111"; -// case4 -// String order="desc"; -// String sort="createTime"; -// String search="188"; -// case5 -// String order="desc"; -// String sort="defaultAddress"; -// String search="188"; -// case6 -// String order="desc"; -// String sort=null; -// String search="188"; -// case7 -// String order="desc"; -// String sort="11111"; -// String search="188"; -// case8 -// String order="asc"; -// String sort="createTime"; -// String search="188"; -// case9 - String order="111"; - String sort="createTime"; - String search="188"; - - - - if(sort!=null&&sort.equals("lastLoginDate")){ - sort="last_login_date"; - } - - if(sort!=null&&sort.equals("createTime")){ - sort="create_time"; - } - - if(sort!=null&&sort.equals("defaultAddress")){ - sort="default_address"; - } - - if(search!=null&&!search.trim().equals("")){ - search="%"+search+"%"; - } - - JSONArray json=JSONArray.parseArray(JSON.toJSONStringWithDateFormat(userService.getAllUser(limit,offset,sort,order,search), "yyyy-MM-dd")); - map.put("total", userService.getUserCount(search)); - map.put("rows", json); - LOGGER.debug("==================="+JSON.toJSONString(map)+"======================================================"); - return ; - } - - - /** - * 用户登陆 - * @param phone - * @param password - * @return - */ - - public void toLogin() { - String phone=null; - String password=null; - Map map = new HashMap(); -// case1 -// phone= "18896554880"; -// password="123456789"; -// case2 -// phone= "1889655488"; -// password="123456789"; -// case3 - phone= "18896554880"; - password="12345678"; - - if (phone!=null&&password!=null&&!phone.trim().equals("") && !password.trim().equals("")) { - Users users = userService.selectByUsername(phone); - if (users != null) { - if (users.getPassword().equals(Md5.GetMD5Code(password))) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "登陆成功"); - map.put("type", users.getType()); -// HttpSession session=request.getSession(); -// session.setAttribute("type", users.getType()); -// session.setAttribute("phone", users.getPhone()); - Date date=new Date(); - userService.updateLastLoginTime(date,phone); - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "账号或密码错误,请检查后输入"); - } - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "账号或密码错误,请检查后输入"); - } - } - LOGGER.debug("==================="+JSON.toJSONString(map)+"======================================================"); - return ; - } - - /** - * 检查用户是否已经注册 - * @param phone - * @return - */ - - public void checkUserIsExist() { - String phone = null; - Map map = new HashMap(); -// case1 -// phone="18896554880"; -// case2 - phone="18896554881"; - if (userService.selectByUsername(phone) != null) { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "该账号已经被注册"); - } else { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "该账号可以注册"); - } - LOGGER.debug("==================="+JSON.toJSONString(map)+"======================================================"); - return ; - } - - /** - * 用户注册 - * @param phone - * @param password - * @param nickname - * @return - */ - - public void registerIn() { - String phone=null; - String password=null; - String nickname=null; - Map map = new HashMap(); -// case1 -// phone="18812345678"; -// password="1111"; -// nickname="11"; -// case2 -// phone="188145678"; -// password="1111"; -// nickname="11"; -// case3 -// password="1111"; -// nickname="11"; -// case4 -// phone="18812345678"; -// nickname="11"; -// case5 - phone="18812345678"; - password="1111"; - - - - try { - if (!phone.equals("") && phone.length() == 11 - && !password.equals("")) { - String passwordMd5=Md5.GetMD5Code(password); - - Users users = new Users(phone, passwordMd5, nickname); - userService.addUsers(users); - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "注册成功"); - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "注册失败"); - } - } catch (Exception e) { - map.put(Constants.STATUS, Constants.FAILURE); // 捕捉异常 - map.put(Constants.MESSAGE, "注册失败"); - LOGGER.debug("==================="+JSON.toJSONString(map)+"======================================================"); - return ; - } - LOGGER.debug("==================="+JSON.toJSONString(map)+"======================================================"); - return ; - } - - /** 用户更改密码 - * @param phone - * @param newPassword - * @return - */ - - public void resetPassword() { -// case1 -// String phone="18896554880"; -// String newPassword="123456789"; - - String phone="18896554888"; - String newPassword="123456789"; - Map map = new HashMap(); - try { - Users users = userService.selectByUsername(phone); - if (users != null) { - userService.updatePassword(phone,Md5.GetMD5Code(newPassword)); //对密码做md5加密 - 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, "修改密码失败"); - - } - LOGGER.debug("==================="+JSON.toJSONString(map)+"======================================================"); - - return; - } - - - /** - * 更新用户个人信息 - * @param phone - * @param password - * @param nickname - * @param type - * @return - */ - - public void updateUserInfo(){ - Map map = new HashMap(); -// case1 -// String phone="18896554880"; -// String nickname="我是小未"; -// String type="1"; -// String sex="1"; -// String academy="计算机"; -// String qq="1111111111"; -// String weiXin="111"; -// case2 -// String phone="18896554888"; -// String nickname="我是小未"; -// String type="1"; -// String sex="1"; -// String academy="计算机"; -// String qq="1111111111"; -// String weiXin="111"; -// case3 -// String phone="18896554880"; -// String nickname=null; -// String type="1"; -// String sex="1"; -// String academy="计算机"; -// String qq="1111111111"; -// String weiXin="111"; -// case4: - -// String phone="18896554880"; -// String nickname="我是小未"; -// String type="3"; -// String sex="1"; -// String academy="计算机"; -// String qq="1111111111"; -// String weiXin="111"; -// CASE5 -// String phone="18896554880"; -// String nickname="我是小未"; -// String type="2"; -// String sex=null; -// String academy="计算机"; -// String qq="1111111111"; -// String weiXin="111"; -// case6 -// String phone="18896554880"; -// String nickname="我是小未"; -// String type="2"; -// String sex="3"; -// String academy="计算机"; -// String qq="1111111111"; -// String weiXin="111"; -// case7 -// String phone="18896554880"; -// String nickname="我是小未"; -// String type="1"; -// String sex="1"; -// String academy=null; -// String qq="1111111111"; -// String weiXin="111"; -// case8 -// String phone="18896554880"; -// String nickname="我是小未"; -// String type="1"; -// String sex="1"; -// String academy="计算机"; -// String qq=null; -// String weiXin="111"; -// case9 -// String phone="18896554880"; -// String nickname="我是小未"; -// String type="1"; -// String sex="1"; -// String academy="计算机"; -// String qq="1ss1111111"; -// String weiXin="111"; -// case10 - String phone="18896554880"; - String nickname="我是小未"; - String type="1"; - String sex="1"; - String academy="计算机"; - String qq="1111111111"; - String weiXin=null; - try { - Users users=new Users(); - users.setPhone(phone); - if(weiXin!=null) - { - users.setWeiXin(weiXin); - } - - if(qq!=null) - { - users.setQq(qq); - } - - if(academy!=null) - { - users.setAcademy(academy); - } - - if(sex!=null){ - users.setSex((short)Integer.parseInt(sex)); - } - - if(nickname!=null){ - users.setNickname(nickname); - } - - - if(type!=null){ - users.setType((short)Integer.parseInt(type)); - } - - if(userService.updateUserInfo(users)!=-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.printStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "修改用户信息失败"); - } - LOGGER.debug("==================="+JSON.toJSONString(map)+"======================================================"); - return ; - } - - - public void getMineInfo(){ -// case1 -// String phone="18896554880"; -// case2 - String phone="18896554888"; - Map map = new HashMap(); - try { - Map paramMap = new HashMap(); - Users users=userService.selectByUsername(phone); - Map counts=orderService.getOrderSummaryCount(phone); - paramMap.put("phoneId", phone); - paramMap.put("status", 1); - List togetherId1=orderService.getTogetherId(paramMap); - paramMap.put("status", 2); - List togetherId2=orderService.getTogetherId(paramMap); - paramMap.put("status", 3); - List togetherId3=orderService.getTogetherId(paramMap); - paramMap.put("status", 4); - List togetherId4=orderService.getTogetherId(paramMap); - paramMap.put("status", 5); - List togetherId5=orderService.getTogetherId(paramMap); - if(users!=null){ - users.setPassword(null); - map.put("userInfo", users); - //map.put("waitDeliveryOrder", counts.get("wait")); - //map.put("waitReceiveOrder",counts.get("deliver")); - //map.put("waitCommentOrder", counts.get("comment")); - - map.put(Constants.STATUS,Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取数据成功"); - map.put("waitPayOrder", togetherId1.size()); - map.put("waitMakeSureOrder", togetherId2.size()); - map.put("distribution", togetherId3.size()); - map.put("waitCommentOrder", togetherId4.size()); - map.put("doneOrder", togetherId5.size()); - - } - } catch (Exception e) { - e.printStackTrace(); - map.put(Constants.MESSAGE, "获取用户信息失败!"); - map.put(Constants.STATUS, Constants.FAILURE); - } - LOGGER.debug("==================="+JSON.toJSONString(map)+"======================================================"); - return ; - } - - - /** - * 提交用户反馈信息 - * @param phoneId - * @param suggestion - * @return - */ - - public void feedbackMessage(){ - Map map = new HashMap(); -//// case1 -// Integer campusId=1; -// String phoneId="18896554880"; -// String suggestion="你们的网站做得很好"; -// case2 -// Integer campusId=s; -// String phoneId="18896554880"; -// String suggestion="你们的网站做得很好"; -//// case3 -// Integer campusId=1; -// String phoneId="18896554888"; -// String suggestion="你们的网站做得很好"; -// case4 - Integer campusId=1; - String phoneId="18896554888"; - String suggestion=""; - - try{ - Feedback feedback=new Feedback(); - feedback.setCampusId(campusId); - feedback.setPhoneId(phoneId); - feedback.setSuggestion(suggestion); - Calendar calendar=Calendar.getInstance(); - Date date=calendar.getTime(); //设置反馈时的日期 - feedback.setDate(date); - - if(userService.addFeedbackSuggestion(feedback)!=-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, "添加意见失败"); - } - LOGGER.debug("==================="+JSON.toJSONString(map)+"======================================================"); - return ; - } - - /** - * 获取配送员名单 - * @return - */ - - public void getDeliverAdmin() { - Map map=new HashMap(); - Map paramMap = new HashMap(); - - paramMap.put("campusId", 1); - - try{ - List users=userService.getDeliverAdmin(paramMap); - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取配送员成功!"); - map.put("deliverAdmins", users); - }catch(Exception e){ - e.printStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取配送员失败!"); - } - LOGGER.debug("==================="+JSON.toJSONString(map)+"======================================================"); - return ; - } - - /** - * ios post token到数据表 - * @param phoneId - * @param token - * @return - */ - - /** - * 获取用户设备占比 - */ - public void getUserDevicePercent(){ - Map resultMap=new HashMap(); - - try { - DecimalFormat df = new DecimalFormat("##.0"); - Map paramMap=new HashMap(); - paramMap.put("device","0"); //设备号0表示ios - Integer iosCount=userService.getCountsByDevice(paramMap); - paramMap.put("device","1"); - Integer androidCount=userService.getCountsByDevice(paramMap); - resultMap.put("android",Float.valueOf(df.format(androidCount*1.0/(androidCount+iosCount)*100))); - resultMap.put("ios",Float.valueOf(df.format(iosCount*1.0/(androidCount+iosCount)*100))); - } catch (Exception e) { - e.getStackTrace(); - } - LOGGER.debug("==================="+JSON.toJSONString(resultMap)+"======================================================"); - return ; - } - - /** - * 获取用户反馈 - * @return - */ - public void getFeedbacks(){ - try { - Integer campusId=2; - MapparamMap=new HashMap(); - paramMap.put("campusId", campusId); - - - List feedbacks=userService.getFeedbacks(paramMap); - System.out.println(JSONArray.parseArray(JSON.toJSONStringWithDateFormat(feedbacks, "yyyy-MM-dd"))); - } catch (Exception e) { - e.printStackTrace(); - } - - return ; - } - - @Test - /** - * 用户更改密码(用老密码更改) - * @param phone - * @param oldPassword - * @param newPassword - * @return - */ - - public void changePassword() - { -// case1 -// String phone="18896554880"; -// String oldPassword="123456789"; -// String newPassword="123456789"; -//// case2 -// String phone="18896554888"; -// String oldPassword="123456789"; -// String newPassword="123456789"; -// case3 - String phone="18896554880"; - String oldPassword="1234567"; - String newPassword="123456789"; - Map map=new HashMap(); - try { - Map paramMap=new HashMap(); - paramMap.put("phone",phone); - String passwordMd5=Md5.GetMD5Code(oldPassword); - paramMap.put("password",passwordMd5); - List users=userService.selectByPhoneAndPassword(paramMap); - if(users.size()==0) - { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "更改失败,原密码错误"); - } - else - { - userService.updatePassword(phone,Md5.GetMD5Code(newPassword)); //对密码做md5加密 - 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, "修改密码失败"); - } - LOGGER.debug("==================="+JSON.toJSONString(map)+"======================================================"); - return ; - } - -} diff --git a/src/test/java/com/changyu/test/versionTest.java b/src/test/java/com/changyu/test/versionTest.java deleted file mode 100644 index a6e5000..0000000 --- a/src/test/java/com/changyu/test/versionTest.java +++ /dev/null @@ -1,37 +0,0 @@ -package com.changyu.test; - -import java.util.HashMap; -import java.util.Map; - -import org.apache.log4j.Logger; -import org.junit.Test; -import org.junit.runner.RunWith; -import org.springframework.test.context.ContextConfiguration; -import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; -import org.springframework.web.bind.annotation.ResponseBody; - -import com.alibaba.fastjson.JSON; -import com.changyu.foryou.tools.Constants; - -@RunWith(SpringJUnit4ClassRunner.class) -@ContextConfiguration(locations = { "classpath:spring.xml", "classpath:spring-mybatis.xml" }) -public class versionTest { - private static final Logger LOGGER = Logger - .getLogger(versionTest.class); - - @Test - /** - * 测试获得版本号 - * @return - */ - public void getVersion(){ - Map map = new HashMap(); - map.put("ios_version", "1.0.1"); - map.put("android_version", "1.1.0"); - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取版本号成功"); - LOGGER.debug("================================="+JSON.toJSONString(map)+"============================================="); - return; - } - -}